Forum Replies Created
-
Author
-
Laura
ModeratorHello, the code should fix all, try this
COPY CODE.bbp-user-page .widgets-container.sidebar_location { padding-top: 90px !important; } a#user-xprofile:before { margin-left: 15% !important; } a#user-notifications:before { margin-left: 20% !important; } a#user-messages:before { margin-left: 20% !important; } a#user-friends:before { margin-left: 20% !important; } li#groups-personal-li a:before { margin-left: 20% !important; } a#user-forums:before { margin-left: 15% !important; } li#album-personal-li a:before { margin-left: 15% !important; } a#user-settings:before { margin-left: 25% !important; } div.item-list-tabs ul li a span { margin-left: 10px !important; } .tabs.info dd.active a:after, #object-nav ul li.current a:after, #object-nav ul li.selected a:after { border: none !important; }
To change icon colors
COPY CODE.item-list-tabs.no-ajax#object-nav a:before { color: black; }
To change specific icon color, for example, profile icon
COPY CODEa#user-xprofile:before { color: green !important; }
Notification alert text color + background color
COPY CODE.tabs.pill.custom dd.active a, .tabs.pill.custom li.active a, div.item-list-tabs ul li a span, #profile .pmpro_label { background: green !important; color: white !important; }
You can use any icon you want, just need to change the icons code at the first code, for example, this is the icon code for profile \f007
COPY CODEa#user-xprofile:before { content: “<strong>\f007</strong>” !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 🙂
January 24, 2016 at 21:44 in reply to: Can I Remove the Number of Products in Featured Product Categories? #100251Laura
ModeratorHello, just add this to style.css of child theme
COPY CODEmark.count { 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, you can use this, add to style.css of child theme 🙂
COPY CODE.accordion-content { display: block !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, this should make it transparent, add to style.css of child theme
COPY CODEdiv#socket { 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 🙂
Laura
ModeratorHello, please add this to style.css of child theme
COPY CODE@media (max-width: 991px) { .woocommerce .kleo-sale-flash span.onsale { top: -10px; left: -30px; } }
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 CODE.bbp-user-page .widgets-container.sidebar_location { padding-top: 90px; } a#user-xprofile:before { margin-left: 15%; } a#user-notifications:before { margin-left: 20%; } a#user-messages:before { margin-left: 20%; } a#user-friends:before { margin-left: 20%; } li#groups-personal-li a:before { margin-left: 20%; } a#user-forums:before { margin-left: 15%; } li#album-personal-li a:before { margin-left: 15%; } a#user-settings:before { margin-left: 25%; } div.item-list-tabs ul li a span { margin-left: 10px; }
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, please add this to your style.css of child theme
COPY CODE.directory #main { padding-top: 0px !important; } .directory #main h2 { display: none !important; } .search-item { margin-top: 50px; }
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 🙂
January 21, 2016 at 18:24 in reply to: limit excerpts of GROUP’s topic post on front page of Kleo using post grid #99780Laura
ModeratorHello, try maybe this one
COPY CODEfunction get_excerpt(){ $excerpt = get_the_content(); $excerpt = preg_replace(" (\[.*?\])",'',$excerpt); $excerpt = strip_shortcodes($excerpt); $excerpt = strip_tags($excerpt); $excerpt = substr($excerpt, 0, 40); $excerpt = substr($excerpt, 0, strripos($excerpt, " ")); $excerpt = trim(preg_replace( '/\s+/', ' ', $excerpt)); return $excerpt; }
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 CODEdiv#item-header-avatar { width: 154px; height: 154px; } div#item-header-avatar img { width: 130px; height: 130px; }
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, please try adding this
COPY CODEli.header-login-button { display: none; }
🙂
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 with this code, replace the other
COPY CODE@media (max-width: 1280px) { .single-portfolio section.container-wrap.main-color.custom-color.text-center { background-size: contain !important; padding: 0px !important; height: 160px; } }
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, we will add a fix in next updates.
This is a temp fix, add to style.cssCOPY CODE@media (max-width: 991px) { #buddypress form#whats-new-form #whats-new-submit { margin-top: 40px; position: relative; } #buddypress #whats-new-options > div { padding-top: 5px; float: right; position: absolute; padding-bottom: 20px; margin-left: 40px; } }
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 🙂
January 19, 2016 at 16:47 in reply to: limit excerpts of GROUP’s topic post on front page of Kleo using post grid #99302Laura
ModeratorHello, added this
COPY CODEfunction custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
To functions.php 🙂 You can change it as you prefer ( 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 🙂
Laura
ModeratorHello, try adding this to style.css of child theme
COPY CODE.geodir-page .template-page.col-sm-12.tpl-no { margin: 0; padding: 0; } .geodir-page div#main-container { width: 100%; margin: 0; } .geodir-page .container { max-width: 1780px; }
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, please try adding this to style.css
COPY CODE@media only screen and (max-width: 940px) { .top-bar { background: #37B8DD; } nav.top-bar .name { display: none !important; } .adminbar-enable .sticky.fixed { margin-left: 86%; } nav.top-bar { width: 50px !important; padding-right: 60px; float: right; } .top-bar.expanded { height: 100%; width: auto !important; } .eight.columns { float: left !important; } .contain-to-grid.sticky { width: 50px !important; } .top-bar ul > li.has-dropdown .dropdown li a { background: #37B8DD !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 CODEli#nav-menu-item-search { display: none; }
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, when its a change to the theme style not related to the theme functionality then its a custom request.
This should work, add to style.cssCOPY CODE.profile .dl-horizontal dt { float: left; width: 230px; line-height: 2.3em; overflow: visible; clear: left; text-align: right; text-overflow: ellipsis; white-space: pre-line; font-weight: bold; padding-right: 20px; } .profile .dl-horizontal dd { margin-left: 190px; white-space: pre-line; line-height: 2.3em; overflow: visible; padding-right: 20px; }
Let me know if it helps 🙂
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, each section of the page has a shortcode, to delete the sweet stories from our lovers section you need to delete the full section:
COPY CODE[kleo_section centered=1 border=1] [kleo_row] [kleo_one] [kleo_h2] Sweet stories from [kleo_colored_text color="#F00056"] our Lovers[/kleo_colored_text][/kleo_h2] [kleo_lead_paragraph] Here you have some success stories from our blog section. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [/kleo_lead_paragraph] [/kleo_one] [kleo_one] [kleo_posts_carousel] [/kleo_one] [/kleo_row] [/kleo_section]
To edit the buttons check below:
At the shortcode you have the following:First button- [kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Join us for FREE [/kleo_button]
Second Button- [kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag” style=”alert” size=”large” round=”radius” icon=”film,after”] Our TV Commercial [/kleo_button_video]
There you see where to change the button url and text
To edit the tabs, go to Sweetdate > BP Profile Tabs and enable/disable the ones you want.
At Sweetdate > Memberships you will see the popular option
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, please try the following
COPY CODE#profile .tabs.pill.custom dd.active a, #profile .pmpro_label { display: none; } span.user-nicename { display: none !important; }
Make sure you have child theme activated and deleted cache
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, just add this to style.css
COPY CODEbutton.rtmedia-like { display: none; }
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, first copy the main theme file header.php and paste it at child theme, now open it and find
COPY CODE<li class="header-login-button"><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li> <?php if(get_option('users_can_register')) { ?> <li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li> <?php } ?>
There, delete data-reveal-id=”login_panel” and data-reveal-id=”register_panel”
Then at href=”#” of header-login-button, add your login url ( replace the # ) and do the same with the one at header-register-buttonHi 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 this, add to style.css of child theme or to the visual composer css
COPY CODE@media (max-width: 767px) { .single-portfolio section.container-wrap.main-color.custom-color.text-center { background-size: contain !important; padding: 0px !important; height: 160px; } }
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 this then
COPY CODE#buddypress div#item-nav ul li.current a:before { color: blue !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, then try adding this to style.css of child theme
COPY CODE@media screen and (min-width: 800px) { div#header { width: 1640px !important; margin-left: -20%; } section.container-wrap.main-title.alternate-color.main-right-breadcrumb.border-bottom { width: 1640px !important; margin-left: -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 🙂
Laura
ModeratorHello, to change all icons, add this to style.css of child theme then change color
COPY CODEdiv#item-nav li a:before { color: blue !important; }
To change just the shop icon, use this
COPY CODEa#user-orders:before { color: blue !important; }
Line Color:
COPY CODEdiv#item-nav { border-bottom-color: blue !important; }
Header meta
COPY CODE.is-user-profile div#item-header div#item-header-content h4, .is-user-profile div#item-header div#item-header-content a, .is-user-profile div#item-header div#item-header-content .label, .is-user-profile div#item-header div#item-header-content span.activity, .buddypress.is-user-profile div#item-header div#item-actions h3, .is-user-profile div#item-header div#item-meta { color: blue !important; }
Edit menu item
COPY CODEa#edit { color: blue !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, make sure you have all pages at Memberships > Page Settings
To show the member level add this to functions.php of child themeCOPY CODEfunction kleo_membership_info_guest() { global $membership_levels,$current_user; if (! $membership_levels) { return; } if (!bp_is_my_profile()) { $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id()); if ($membership) { echo '<span class="label radius pmpro_label">'.$membership->name.'</span>'; } else { echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>'; } } } add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest');
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, then try the following css at style.css
COPY CODE@media only screen and (max-width: 940px) { div#rev_slider_1_1_wrapper { display: none; } }
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, please check out the attachment, you need to use kleo posts element or any other element that allows to build query, and at build query, select product
Added a few samples to https://www.especialz.com/test-vc-product/ you can edit and check each element settings
For the menu, add this to style.css of child themeCOPY CODE.kleo-main-header.header-normal { background-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 🙂
Attachments:
You must be logged in to view attached files.Laura
ModeratorHello, try this instead
COPY CODEul.tabs-content.custom dl.dl-horizontal dt, dd { white-space: pre; word-break: break-word; text-align: justify; }
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, responsive designs adjusts to the different screen sizes, if you manually change the size of your browser maybe you notice some details but actually those sizes are not used by any device.
For the hover color try thisCOPY CODEp.txt1 a:hover { color: blue; }
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, if you mean just the matching hearts, add this to style.css of child theme
COPY CODE.circular-item .hearts { display: none; }
Or you mean all hearts of the site, add this to your functions.php
COPY CODEadd_action('after_setup_theme','kleo_my_hearts_actions'); function kleo_my_hearts_actions() { /* Replace the heart over images */ add_filter('kleo_img_rounded_icon', 'my_custom_icon'); /* Replace the heart from register modal */ add_filter('kleo_register_button_icon', 'my_custom_icon_register'); /* Replace the heart from About us widget */ add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget'); } /* Replace the heart with a camera icon function */ function my_custom_icon () { return 'camera'; } /* Replace the heart from register modal with a user icon function */ function my_custom_icon_register () { return 'user'; } /* Replace the heart from about us widget with a user icon function */ function my_custom_icon_about_widget () { return 'user'; }
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 !important to all like
COPY CODE.reply { clear: left !important; margin: 0 !important; float: center !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, here it is
COPY CODEul#menu-sweetdate a { font-size: 24px; }
🙂
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, this css will change the menu background color at mobile
COPY CODE@media (max-width: 991px) { .kleo-main-header.header-normal { background-color: blue; border: blue; } }
Can you share screenshots of the other issues? 🙂
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, added this to style.css
COPY CODE.container { max-width: 1370px !important; padding-left: 60px !important; } .template-page.col-sm-9.tpl-right { width: 80% !important; }
Let me know if that is the look you wanted 🙂
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 by adding this to functions.php
COPY CODEadd_filter(‘bp_activity_can_comment’,’__return_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 🙂
Laura
ModeratorHello, try adding this to style.css
COPY CODE#profile-edit-form ul.button-nav li.current { background: #0095C2; } #profile-edit-form ul.button-nav li { background: #0095C2; } #profile-edit-form ul.button-nav li a { color:white; }
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, fixed with the following css
COPY CODE#logo img { width: 100px; }
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, i think its
COPY CODEadd_action(‘geodir_article_close’,’add_social_sharing’); function add_social_sharing() { get_template_part( ‘page-parts/posts-social-share’ ); }
Try deleting it and check if the error disappears
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 CODE.form-wrapper select { height: 35px; }
Hope it helps 🙂
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