Forum Replies Created
-
AuthorPosts
-
Hey!
It seems to be a conflict with the “YouTube Simple Gallery” plugin. You can check it now (i disabled it):
http://robsdesigns.com/maintecx/portfolio-item/tech-support/Cheers!
JosueHi!
You have this code inserted after the table:
<style type='text/css'>.avia-table-1 td:nth-of-type(0):before { content: '<a href="http://www.weather-tight.com/windows/bow-bay/">Bow & Bay Windows</a> '; } .avia-table-1 td:nth-of-type(1):before { content: '<a href="http://www.weather-tight.com/windows/garden/">Garden Windows</a> '; } .avia-table-1 td:nth-of-type(2):before { content: '<a href="http://www.weather-tight.com/windows/sliding/">Sliding Windows</a> '; } .avia-table-1 td:nth-of-type(3):before { content: '<a href="http://www.weather-tight.com/windows/double-hung/">Double Hung Windows</a>'; } .avia-table-1 td:nth-of-type(4):before { content: '<a href="http://www.weather-tight.com/windows/full-frame/">Full Frame Windows</a>'; }</style>Try removing the hyperlink tags (a).
Cheers!
JosueAugust 22, 2014 at 12:15 am in reply to: Next and Previous Post Navigation is in reversed order #307573Hi CJ!
I understand your argue but this is more of a WordPress limitation, the navlinks make use of this function to work, the code we suggest just enables the “in_same_term” parameter. I’d suggest discarding the shared Categories from posts and using Tags instead for that kind of categorization.
Best regards,
JosueHm, in that case it’s impossible for us to troubleshoot it. Let us know when you publish the site and if the issue persists.
August 21, 2014 at 9:16 pm in reply to: Next and Previous Post Navigation is in reversed order #307530Hello CJ,
The problem is that the code we’ve suggested is meant to work with categories, not subcategories. For example, you can see that it is working fine here (a Post with no Blog category): http://tht.nguyenle.me/2014/07/15/banh-cuon-tay-ho-2/
Best regards,
JosueHi!
Please review your site now, both requests have been addressed.
Best regards,
JosueHello Igor,
Try adding this code to the Quick CSS:
#top .av_header_glassy.av_header_transparency .header_bg { opacity: 0.6; }Cheers!
JosueAugust 21, 2014 at 8:05 pm in reply to: Displaying a Scroll Down Button on a Fullscreen Slider with more than one image #307512Hey!
I made a test page (look for page called “Test”) with a fullscreen (2 slides) and bottom arrow, and it works fine so far.
Cheers!
JosueAugust 21, 2014 at 8:02 pm in reply to: Rename "Portfolio item" in search results (with german translation) #307510You are welcome, glad we could help :)
Regards,
JosueHi Rainer!
We need to see the website live in order to help you with these requests, please let us know when you go live.
Best regards,
JosueAugust 21, 2014 at 7:39 pm in reply to: Error: -200, Message: HTTP Error. with Gravity forms #307503Hi,
Does it happen with the default WordPress theme?
Cheers!
JosueAugust 21, 2014 at 7:13 pm in reply to: Creating a grid of pictures with text and links underneath with sort and filter #307496Hi Chris!
I’d highly suggest you using portfolio items for this, because binding metadata (taxonomies, titles, descriptions) is a lot more easier than doing to simple images.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueAugust 21, 2014 at 6:57 pm in reply to: Next and Previous Post Navigation is in reversed order #307492Hi CJ!
That’s because those Posts share the “Blog” category (so they get connected), you’d need to fix that first.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
The code i first suggested won’t work there because it is a masonry blog, to be honest i don’t think there is an easy way to make a masonry RTL as there are technically no rows. I’d suggest using a Blog Element (grid) instead.
Regards,
JosueHey Igor!
Try the Glassy header option.
Regards,
JosueThat’s great Chris, let us know if the issue persist.
Best regards,
JosueAugust 21, 2014 at 9:26 am in reply to: Next and Previous Post Navigation is in reversed order #307226Hi!
Can you post a link to a post where that happens?
Regards,
JosueHi,
Can you post the link to the another one?
Regards,
JosueHey!
All those pages you linked are showing more than 2 columns of my end.
Best regards,
JosueHi!
I believe that’s happening because of particular factors like history, cache, etc. Have you checked if it happens on another computer/device?
Cheers!
JosueHey Tal!
Try adding this code to the Quick CSS:
div .slide-entry.flex_column { float: right; } div .slide-entry.flex_column.first{ margin-left: 6%; } div .slide-entry.flex_column:last-child{ margin-left: 0; }Cheers!
JosueHey Welmoed!
Refer to this article:
http://leaderswest.com/2012/10/10/youtube-embed-options-can-make-your-videos-look-less-youtube-y/Cheers!
JosueHey!
Use this code instead:
function gallery_lightbox() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.avia-gallery').each(function() { // the containers for all your galleries jQuery(this).magnificPopup({ delegate: 'a', // the selector for gallery item type: 'image', gallery: { enabled:true } }); }); }); </script> <?php } if(is_singular('post')) add_action('wp_head', 'gallery_lightbox');Cheers!
JosueHi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueAugust 21, 2014 at 7:27 am in reply to: Homepage is showing metadata & keywords from latest posts #307194Hi!
The login details you posted are not working. Also, the meta values in the homepage appear to be correct – http://screencast.com/t/VMNorVUH4H8y.
Cheers!
JosueAugust 21, 2014 at 7:23 am in reply to: Next and Previous Post Navigation is in reversed order #307191Hey!
Check it now, i adjusted the code to work in posts:
function category_specific_post_nav($settings) { if($settings['taxonomy'] == 'category') $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','category_specific_post_nav', 10);Cheers!
Josue -
AuthorPosts
