Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueMaybe is not working because the “medium” size of the thumbnail doesn’t exists, try installing and running this plugin too:
http://wordpress.org/plugins/regenerate-thumbnails/Yes, Yoast SEO Plugin.
Just to note, i’m testing all these recommendations on my install and it’s working fine so far.
Hey Andrea!
Try adding this code to the Quick CSS:
.language_it, .language_en, .language_de { display: none; }Regarding changing the other menu to dropdown, can you create an administrator account and post it here as a private reply?
Cheers!
JosueDo you have WP SEO installed and activated?
Best regards,
JosueCould you please update the theme to the latest version? 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
JosueHey!
Add this too:
.header-scrolled .av-main-nav > li > a:after { top: 20px !important; }Regards,
JosueNo, i meant the theme (Enfold) functions.php, it should be located:
/wp-content/themes/enfold/functions.php
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueThat’s not possible out of the box, try this plugin:
http://wordpress.org/plugins/custom-permalinks/If that doesn’t work, try adding this at the end of the theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("#footer .newsbox#portfoliobox-4 a").each(function(){ var $this = jQuery(this), theURL = $this.attr("href"); $this.attr("href", theURL.replace("products/", "")); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYeah that’s weird, i don’t think that’s coming from the theme exactly, perhaps some cache configuration on your server.
Best regards,
JosueThe code does work:

Maybe it’s your server that’s taking too long to catch up the change.
Best regards,
JosueMay 24, 2014 at 2:03 am in reply to: Ajax portfolio entry preview images thumbnails are blurred #269383Yes, it should, if it doesn’t we always here to help :)
Regards,
JosueMay 24, 2014 at 1:53 am in reply to: Search icon to right of social media icons? Or even add a search field there? #269380Try changing the code to:
function add_custom_script(){ ?> <script> jQuery(function() { jQuery("ul.social_bookmarks").append(jQuery("li#menu-item-search").detach()) }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueMay 24, 2014 at 1:39 am in reply to: Ajax portfolio entry preview images thumbnails are blurred #269376No, that indicates the priority and the number of parameters that filter accepts:
http://codex.wordpress.org/Function_Reference/add_filterBest regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueMay 24, 2014 at 1:03 am in reply to: Ajax portfolio entry preview images thumbnails are blurred #269370Hi!
Check:
http://beta.pci-group.com/PCIprojects/marine-gateway-on-the-canada-line/Now you can exclude categories and the current post at the same time, added this to the functions.php (you can pass it to your child theme functions.php and discard the previous change):
function custom_grid_func($query) { $query = array_merge($query, array('post__not_in' => array(get_the_ID()))); return $query; } add_filter('avia_post_grid_query','custom_grid_func',10,2);Cheers!
JosueMay 24, 2014 at 12:36 am in reply to: Search icon to right of social media icons? Or even add a search field there? #269362Only if you are using a Child Theme:
Cheers!
JosueMay 24, 2014 at 12:27 am in reply to: Search icon to right of social media icons? Or even add a search field there? #269358Hey!
Try adding this code to the Quick CSS:
#top div .ajax_search_entry{ width: auto !important; text-align: left !important; float: none !important; display:block !important; text-decoration: none !important; line-height: 1.4em !important; font-size: 12px !important; height:auto !important; padding:10px 16px !important; border-bottom-style: dashed !important; border-bottom-width: 1px !important; clear:both !important; overflow: hidden !important; } .ajax_search_entry_view_all { border-bottom: 0 !important; }Cheers!
JosueThe link you provided in your first post is no longer working.
Best regards,
JosueMay 24, 2014 at 12:08 am in reply to: Search icon to right of social media icons? Or even add a search field there? #269353Hi,
Try adding this at the end of the theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("ul.social_bookmarks").append(jQuery("li#menu-item-search").detach()) }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
Try:
#top .av-main-nav > li > a { background: rgba(255,255,255,0.8) !important; }Every time you bump it sends your topic to the end of our queue.
Cheers!
JosueHey Fabiana!
The folder structure is wrong:
/themes/enfold/enfold/
It should be:
/themes/enfold/
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHello!
It is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi,
Can you post the link to your website please?
I checked this but the other flags are not appearing there.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
strong.logo { position: relative; top: 40px; }Cheers!
Josue -
AuthorPosts
