Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Carl!
Try this:
@media only screen and (max-width: 767px) { .home .slide-entry img{ display: none; } .home .slide-entry-wrap:first-child .slide-entry:nth-child(1) img{ display: block !important; } }Regarding the other request, the problem is that having a “expand” functionality in the menu would interfere with the normal behavior of links.
Cheers!
JosueHi,
Can you post the link to your website please?
Keep the breadcrumb turned on in the options.
Regards,
JosueGood, hope it gets resolved :)
Hey!
Try adding this code to the Quick CSS:
.bbpress .breadcrumbs{ display: block; } .breadcrumbs{ display: none; }Cheers!
JosueSo it is possible with the use of CSS?
No, it’s not possible with only CSS, it would require further theme modification (PHP, JS, etc).
Best regards,
JosueHello,
Are you using the latest version of Enfold / WP? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueMay 18, 2014 at 9:11 pm in reply to: Error fetching content – please reload the page and try again #266439Hi!
Yes, put it as a private reply here, only you and mods will see it.
Best regards,
JosueSetting a custom ID to the container:
<ul id="custom_links" class="noLightbox social_bookmarks icon_count_4"><li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" href="http://twitter.com/#/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_skype av-social-link-skype social_icon_2"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Skype"><span class="avia_hidden_link_text">Skype</span></a></li><li class="social_bookmarks_mail av-social-link-mail social_icon_3"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"><span class="avia_hidden_link_text">Mail</span></a></li></ul>Then you can customize them with CSS:
/* Idle (all links) */ #custom_links li a { background: blue !important; color: white; } /* Hover(all links) */ #custom_links li a:hover { background: green !important; color: yellow !important; } /* Specific link (second one) */ #custom_links li:nth-child(2) a { background: peru !important; }Best regards,
JosueHi Tom,
Sorry for the delay, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Josue :)
Does it happen with the default WordPress theme?
I tried that plugin on my end and indeed, the events didn’t appear on the search page, but they neither did with the default WP theme activated, so i think the issue is related to the plugin settings.
Cheers!
JosueHi Angie!
This will fix it:
#footer .widget_nav_menu ul:first-child>.current-menu-item, #footer .widget_nav_menu ul:first-child>.current_page_item, #footer .widget_nav_menu ul:first-child>.current-menu-ancestor { left: 0 !important; }Best regards,
JosueHi!
Try using the Chrome Inspect Tool to get the HTML code of the icons (select the ul container), then you can use it wherever you like:

Regards,
JosueMay 18, 2014 at 8:40 pm in reply to: Title (The which show-up on browsers tabs) and Descriptions #266427You are welcome, glad we could help :)
Regards,
JosueMay 18, 2014 at 8:37 pm in reply to: Title (The which show-up on browsers tabs) and Descriptions #266423Yes, this file:
/public_html/wp-content/themes/enfold-child/functions.phpBest regards,
JosueHi,
Can you post the link to your website please?
I performed a test using this plugin and the search worked fine so far.
Regards,
JosueMay 18, 2014 at 8:26 pm in reply to: Title (The which show-up on browsers tabs) and Descriptions #266419See it now:
http://www.wpthemescafe.com/wordpress-themes-plugins/just-landed-marketing-wordpress-theme/Added Peter’s solution to your child functions.php.
Best regards,
JosueMay 18, 2014 at 7:30 pm in reply to: Title (The which show-up on browsers tabs) and Descriptions #266399Can you provide me a temporary FTP account? post it as a private reply.
Best regards,
JosueYes, it should solve when you add more content. If it doesn’t reply back to this topic.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The height of that Page is too short, have you tried adding more content to it?

Regards,
JosueHey Phil!
Try adding to your theme functions.php (at the end):
function apply_smoothscroll_to_all_links(){ ?> <script type="text/javascript" charset="utf-8"> jQuery(window).load(function(){ jQuery('a[href*=#]').avia_smoothscroll("body"); }); </script> <?php } add_action('wp_footer', 'apply_smoothscroll_to_all_links');Cheers!
JosueHi!
Try putting it in a Color Section.
Cheers!
JosueNote that when you click a menu item it will go to that Page unless it doesn’t have a link, so it’s not that easy. As Ismael said this is out of scope of the support we can offer. If you really need it try contacting a developer.
Regards,
JosueHi!
There is a “toggle”, are you using the latest version of Enfold?

Regards,
JosueHi Alison!
Icon fonts are treated like text in CSS, so you can color them, apply gradients, etc.
Cheers!
JosueNo problem, glad we could help :)
May 18, 2014 at 6:46 pm in reply to: Text Block – Insert/Edit link requires manual url entry? #266376Hey Paul!
Yes, that’s how WordPress works.
Best regards,
JosueHey!
The URL you posted isn’t working (404 page not found error).
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts
