Forum Replies Created
-
Author
-
November 26, 2018 at 05:30 in reply to: disabled admin toolbar results to top margin on mobile devices #214139LauraModeratorNot marked as solutionNovember 23, 2018 at 12:09 in reply to: News items on mobile, text alignment different than on pc #213986LauraModerator
Hello, try by adding this to style.css of child theme
COPY CODE@media only screen and (max-width: 600px) { .entry-c { margin-left: 0px !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 🙂
LauraModeratorHello, this is the css code, just change the colors 🙂
COPY CODEul#menu-hauptmenu .active a { color: black !important; } ul#menu-hauptmenu .active { background: red !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 🙂
LauraModeratorHello, sorry for the delay, i have added this to your style.css which will ensure that logged in users see the menu and visitors don’t
COPY CODEli#menu-item-4608 { display: none; } .logged-in li#menu-item-4608 { display: block !important; }
Clean cache to see it properly
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 🙂
LauraModeratorHello, please try by adding this to wp-config.php
COPY CODEini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
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 🙂
November 16, 2018 at 18:41 in reply to: Issue with updating logo in customiser, removing sidebar and profile picture quality #213537LauraModeratorNot marked as solutionLauraModeratorHello, to have them bigger size you would need to add font-size
Like thisCOPY CODEa#user-settings:before { content: "\f085"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 14px !important; }
To have it on top would require more development you may need to hire a developer for that as we do not provide custom development
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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEa#user-friends:before { content: "CODE HERE"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-forums:before { content: "CODE HERE"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-groups:before { content: "\f0c0"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-settings:before { content: "\f085"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-media:before { content: "\f1c5"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-activity:before { content: "\f0ea"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-xprofile:before { content: "\f007"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-messages:before { content: "\f0e0"; font-family: 'FontAwesome'; padding-right: 10px; } a#user-notifications:before { content: "\f0f3"; font-family: 'FontAwesome'; padding-right: 10px; }
Could not find the visits you meant. And where you see CODE HERE are icons i didnt find, here is a list http://astronautweb.co/snippet/font-awesome/
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 🙂
November 6, 2018 at 11:41 in reply to: closing free registation – hiding registation buttons from webiste #212944LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEli.header-register-button { display: none !important; } div#login_panel a.radius.secondary.small.button { 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 🙂
LauraModeratorHello, try this 🙂
COPY CODE.kleo-gallery.kleo-single-image .kleo-carousel a { margin: 0; width: 200px !important; height: 200px !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 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.caroufredsel_wrapper { height: 480px !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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE#bbpress-forums #bbp-search-form #bbp_search { border: none !important; padding-top: 0px !important; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: top !important; } input#bbp_search_submit { width: 25px !important; height: auto !important; padding: 0px !important; border-radius: 10% !important; background-color: transparent !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 🙂
LauraModeratorHello, please try by adding this to wp-config.php of your website files
COPY CODEini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
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 🙂
LauraModeratorHello, please try by adding this to your wp-config.php at your website files
COPY CODEini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
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 🙂
October 25, 2018 at 21:27 in reply to: No Spinning Symbol or “Please Wait” sign on Woocommerce Checkout #212205LauraModeratorHello, used this at theme options quick css
COPY CODE/* Checkout page processing spinner */ .woocommerce-checkout.processing .blockUI.blockOverlay { background-image:url('http://mlt.staging.wpengine.com/wp-content/uploads/2018/10/91.gif') !important; background-position: center 50% !important; background-repeat: no-repeat !important; position: fixed !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 🙂
LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.pmpro-levels div#main .row { width: 90%; margin: 0 auto !important; } .three.columns { width: 20%; }
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 🙂
October 10, 2018 at 11:28 in reply to: Login pop up transparent when Theme background transparent #211380LauraModeratorNot marked as solutionLauraModeratorHello, please try by adding this to wp-config.php at your website files
COPY CODEini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
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 🙂
LauraModeratorHello, add this to style.css of child theme, it should hide the logo
COPY CODEdiv#logo { 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 🙂
LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEdiv#item-header-avatar { float: left; position: absolute !important; margin-left: -68% !important; }
This is an options, but i can also check by FTP if you share details
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 🙂
October 3, 2018 at 20:13 in reply to: How to change style of Profile Fields under Member Name at Members Directory #211118LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.search-meta p { color: black !important; word-break: break-all !important; height: 100% !important; font-size: 14px !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 🙂
-
AuthorPosts