Forum Replies Created
-
AuthorPosts
-
Thanks for the response, i’ve added the urls in private section.
Anyone any ideas?
Thanks,
thats worked a treat.
As i got no help and after scouring the forums for nearly 2 hours i found this thread:
Which includes the resolutions.
Is no one able help regarding this? I can’t be the only one with this request.
Any update?
Link attached.
I’ve also tried adding the following code found here: https://kriesi.at/support/topic/change-main-product-image-using-thumbnails-beneath/
function add_custom_target(){ ?> <script> jQuery(document).on('mouseenter','.thumbnails .zoom', function(){ var photo_fullsize = jQuery(this).find('img').attr('src').replace('-200x300','').replace('-169x300','').replace('-300x111','').replace('-300x200','').replace('-214x300','').replace('-300x169',''); jQuery('.woocommerce-main-image img').attr('src', photo_fullsize); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_target');
Thanks,
This resolved the issue
The ability to add a “like” / “love” button to portfolio items.
For example plugin Zilla-Likes, this works perfectly well with everything apart from portfolio items.
An example can be found here: http://themes.laborator.co/#theme=calcium – this is showing the like/love button incorporated into the portfolio section.
If you using someting like cloudflare or another CDN try clearing the cache on their end. I had the same issue ad found i needed to purge the cache on Cloudflare.
Its relevant easy to create your own using the tutorial/code from here: http://tympanus.net/codrops/2012/08/08/circle-hover-effects-with-css-transitions/
Obviously you will need some coding knowledge.
Then use my shortcodes and create your own shortcode etc…
Which version of IE?
I’ve just quickly had a look at your site in IE 9/10/11 and everything looks correctly aligned (you didnt really detail the problem and couldn’t notice anything prominant).
Im in the same boat also and to add compatability mode in IE 9:
1. Open Internet Explorer.
2. Press the Alt key to display the Menu bar (or right–click the Address bar and then select Menu bar).
3. Tap or click Tools, and then tap or click Compatibility View settings.
4. Add the site into the field.
I have this problem also, it all depends on the version of IE version 8 is a no go, version 8 can be used if you click compatability mode, version 10 works in compatability mode also.
Did you change the wordpress install URL?
As they generally should be the same.
Thanks Devin,
The site works when using compatibility mode and i’ve managed to get 10 working via a few little changes.
But still having issues with 8 + 9, this is on XP & Windows 7. Works in IE10 and above now.
This reply has been marked as private.Thanks for the comments.
I know its has no affect on himself (he’s a real pain) his argument is that he wants the site to work for him before it goes live to the masses as he can’t garuntee that his customers won’t be using XP etc…
Its only frontend thats have layout issues backend resolves itself in IE9+
Chrome, Firefox and Opera & Safari works great, all mobile browser work as expected.
Its down to the fact that they don’t support HTML5 & CSS3 in some of the browsers.
Really annoying as a sort of workaround i’ve just add a browser check that informs visitors if their browser is out of date.
I’m guessing thats a no then.
Anyone?
Do you have a link as an example?
In Apperance> Widgets
Add the login widget to the forum sidebar option?
http://i.imgur.com/kms0lCC.png
Should do the trick (its what i’ve done).
Thanks dude, you set it back to private so it hides links etc…
Hi Dude, i see its working better but can’t see your reply above.
This reply has been marked as private.This reply has been marked as private.Hi Yigit,
The issue seems to be caching within WordPress itself.
As i’ve tried it in different browsers and on different machines and it seems to take a while to “update”.
Going to look at site setup as it wasn’t an issue until 3.8 it was instance on previous version.
Thanks for the reply.
Its seems this element:
<span class=”hidden team-member-affiliation” itemprop=”affiliation”>WOW Video Production</span>
Is causing the issue, on the 3rd team member it displays above the image box but on the rest it displays within the image.
I have also noticed that the other two “team member areas” are the same:
<section class=”avia-team-member avia-builder-el-10 avia-builder-el-first ” itemscope=”itemscope” itemtype=”http://schema.org/Person”>
But the third has the following:
<section class=”avia-team-member avia-builder-el-12 avia-builder-el-no-sibling ” itemscope=”itemscope” itemtype=”http://schema.org/Person”>
I have marked in bold the difference. Maybe check there isn’t anything different…
-
AuthorPosts