Forum Replies Created
-
Author
-
Laura
ModeratorHello, yes you can, try the following css at style.css
COPY CODE.form-search, .form-header, div.alert-box, div.pagination span.current { background: transparent !important; } .form-wrapper { background-image: url('http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/09/sexy_lady_on_right.png') !important; background-size: cover !important; }
Btw, the submit topic is at Get Support menu item
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHola, entiendo, puedes usar el widget de woocommerce para buscar si te falla la lupa.
El precio sin iva o con iva depende de como lo configures en woocommerce, sé que hay una opción que muestra los precios sin o con iva depende de si están en la tienda o en el carrito.
Respecto al popup, prueba usando este cssCOPY CODE#productModal { max-width: 950px !important; width: 100% !important; }
El problema es el tamaño de la imagen
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello
8- GEOMYWP plugin does that
9- Add this to style.cssCOPY CODE.navbar-transparent .navbar-nav>li>.dropdown-menu, .navbar-transparent .navbar-nav>li>.dropdown-menu .dropdown-menu { box-shadow: none; background-color: #00b9f7 !important; border-color: transparent; } li#menu-item-7792 { background: #1e8cc6; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHola, entiendo, añade esto a style.css i se arreglará 🙂
COPY CODE.is-sticky .header-centered .navbar-header { float: left !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 20, 2016 at 17:28 in reply to: Change login-position in mobile version / Unwanted space in mobile version #117964Laura
ModeratorHello, please try adding the following to your style.css of child theme
COPY CODE@media only screen and (max-width: 940px) { div#rev_slider_1_1_wrapper { min-height: 300px !important; } .top-bar > ul .name h1 a { background: white !important; } .top-bar ul > li.toggle-topbar { background: #FFFFFF !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 19, 2016 at 16:06 in reply to: A section of my home page is gone missing (urgent please) #117621Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try adding this to header.php ( copy header.php and paste it at child theme, then edit it)
COPY CODE<?php if( current_user_can(‘administrator’) ) { } else { ?> <style type="text/css" media="screen"> .rtmedia-editor-attributes {display:none !important;} </style> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, add this to style.css of child theme 🙂
COPY CODEspan.activity { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 18, 2016 at 22:37 in reply to: Portfolio page tweaks – hide title, show full excerpt, and image resizing. #117491Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try adding this to style.css
COPY CODEspan.caret:after { font-size: 24px !important; color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try adding this to style.css
COPY CODEul.dropdown-menu.sub-menu.pull-left { margin-top: -95%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try adding this to style.css, if it doesnt work, try cleaning your cache
COPY CODEli#activity-all { display: none !important; } li.feed { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, to move the logo you can use the following css
COPY CODE#logo img { margin-top: -8%; }
Profile button colors:
COPY CODEli.relative.btn-profile a { background: black !important; border: black !important; color: white !important; } .tiny.secondary.button.split.dropdown { border: black !important; } .btn-profile .button.dropdown > ul, .button.dropdown.split.secondary > span { background: black !important; border: black !important; } .btn-profile .button.dropdown.split.tiny span:after { border-color: white transparent transparent transparent !important; }
Log out button
COPY CODEa.tiny.button.radius.btn-logout { background: white; color: black; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorPlease update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try
COPY CODE.printBtn { width: 100px !important; }
If its not working please share access so i can see it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, about:
4- Try by adidng this css to style.css of child themeCOPY CODE.home .kleo-main-header .nav > li.active > a { background: initial; }
6- At the plugin update section, are you able to update it there? What version do you have right now?
8- Yes it’s a normal behaviour, it will work only if you put the complete postal code not partially. Personally i haven’t such as plugin and i cannot recommend you nothing
9- What colors do you want to have? 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHi, try adding this to your Quick JS section that will remove all the title attributes from your anchors
COPY CODE<script> jQuery(document).ready(function() { jQuery("a").removeAttr("title"); }); </script>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try adding the following code to style.css of child theme
COPY CODE.is-sticky img { width: 60%; }
🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try adding this to style.css of child theme 🙂
COPY CODEli.feed { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, its because of the rtl, try adding this to style.css
COPY CODE.carousel-profiles li { float: left !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try adding this to style.css of child theme 🙂
COPY CODEh1.product_title.entry-title { font-size: 28px !important; font-weight: 700; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts