Forum Replies Created
-
AuthorPosts
-
April 2, 2022 at 8:16 pm in reply to: UI issue after update from 4.9 to 4.9.2.1: Product Button now shows category! #1347015
Hey Mike, thanks a lot for the quick reply.
that works perfectly, thanks.September 12, 2020 at 9:08 am in reply to: Non-indexable pages with high relevance – Canonical URL #1245290Hi Byrne,
I’m having the exact same issue as you.
I used the Yoast plugin to set the Canonical URL and that seemed to work.
I’m not sure what’s the right way to do it.
Did you simply set the yoast “Canonical URL
” option of your page https://www.littlegemdesign.co.nz/home tohttps://www.littlegemdesign.co.nz
?
thanks,
Charles- This reply was modified 4 years, 2 months ago by goch.
I found out an acceptable workaround for me : I’ve put the buttons within columns, and gave them a 10ms fade-in animation.
I don’t have the flickering anymore that way. You can close the thread. thanks for you time.Hi Victoria,
Thanks for getting back to me.
I finally solved this by replacing all the above code by just the following one :.avia-icongrid-flipbox li:hover .avia-icongrid-front { -webkit-transform: rotateY(0deg) !important; transform: rotateY(0deg) !important; }
You can mark this thread as solved, thanks!
Can you explain/have an idea why I see 2 buttons side by side in the preview window?(cf the screenshot I posted in my first post)
that surely not something that can be related to performance/loading speed and to what you are pointing, don’t you think?I’m affraid this isn’t possible, but I’m happy to look into this myself.
Can’t you just give me just a tiny pointer about what could potentially be going on?I already have optimizations plugins and I have the same issue with my optimization plugins.
I can desactivate all the plugins, or activate them, I always have the same issue..So yes, we can start to try other solutions..
Where could be the issue? where should I start looking? what can I test?no. as I said, I disabled all the plugins (except easy digital download) and still have the issue
I still have the issue with all the plugins disabled (I just let the EasyDigitalDownload plugin activated, otherwise the shortcode isn’t translated to a button)
Hi Yigit,
I’ve just updated to the latest versions of enfold and edd and don’t have this issue anymore, so you can close this thread. thanks!Ok guys. you know what : I will just move to a BoxLayout and I will be fine :)
don’t bother finding a solution for the above :)edit:
actually the boxed layout was not fitting my need, as I really wanted the header and footer to be fullwidth.
So I went back to the strechedLayout, and finally got it as I wanted with the following css:.av-layout-grid-container, .avia-section, .main_color { max-width: 1600px !important; margin: 0 auto !important; float: none !important; } #main { background: #ffffff !important; }
- This reply was modified 5 years, 5 months ago by goch.
Ok, I have a partial result with the following :
.av-layout-grid-container, .avia-section { max-width: 1000px !important; margin: 0 auto !important; }
this seems to work, except that the colour section is not centered.
Any tip? or another better way to do it?thanks Jordan, that’s perfect. I love that theme and the support is wonderful :)
May 24, 2018 at 4:42 pm in reply to: css and tweaking colour of "privacy policy" checkbox in mailchimp form #961676ah, my css was not working because I had selected the “compress css option” in the performance tab.
it’s now working with :.avia-mailchimp-form .input_checkbox_label { color: grey !important; }
all good now, you can close this thread!
Hi Mike,
yes, that was with 4.3.1. weirdly I can’t reproduce it again, so that might have been due to some cache or something.
thanks for your answer and sorry for the noise!May 3, 2018 at 10:20 am in reply to: small request: add changelog link in the "theme update" section #950622yeah! it’s there now! thanks a lot guys! :)
wow! so nice from you to take the time to look at that.
I now have all I need with those info+example.
Thank you again Guenni007!thanks! that’s great!
But one thing I don’t understand is that when I just set my grid as “avia-shadow”, I don’t get the same shadow as I have on the colour section elements (it’s lighter on the grid). You know if avia-shadow is defined somewhere else for the colour-section?I’m now trying to define the avia-shadow specifically for the grids the following way, but that does not work :
.av-layout-grid-container .avia-shadow { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.8) !important; }
(I also tried with #av-layout-grid-1 .avia-shadow)
any idea how I can set that? (sorry, I know I’m probably missing something obvious)- This reply was modified 6 years, 6 months ago by goch.
February 16, 2018 at 7:47 am in reply to: Is possible show a modal popup and also open a link ? #913162ok. thanks for having a look. A pity there’s no way to do such a simple thing.
I guess I will open the popup only in chrome, and for the other browsers I’ll open the link in another tab.
thanksFebruary 15, 2018 at 9:51 am in reply to: Is possible show a modal popup and also open a link ? #912678– firefox:
no error, nothing is printed in the console
– safari:
I got the following error printed :
Failed to load resource: Frame load interruptedFebruary 14, 2018 at 4:00 am in reply to: Is possible show a modal popup and also open a link ? #912077The download and the modal window are working properly on Firefox.
you mean it works when you click the “click me with download” link on the page I posted?
Here (on last macOS) it only works in chrome. With last firefox (58.0.2) or safari (11.0.3) (both without any plugin) the download is started and the popup is displayed, but the popup is fully black. You can’t see any content inside (cf screen recording in private data)February 13, 2018 at 4:06 pm in reply to: Is possible show a modal popup and also open a link ? #911736I could not get your script to work unfortunately. Do you have a working example somewhere?
I have interpreted your desire to have a popup modal window on a link
Yes, what I want is :
I have a link pointing to a file.
When the user clicks that link the file is downloaded, and I want to open another page in a modal window at the same time.The solution I posted above works perfectly in chrome, but not in firefox/safari.
February 13, 2018 at 12:50 pm in reply to: Is possible show a modal popup and also open a link ? #911666hum… sorry, I don’t understand how to use Guenni’s code…
here is my current function :function trigger_popup_on_linkClick(){ ?> <script> jQuery('#triggering_link').on('click', function(){ jQuery('#link_to_modal_popup').trigger('click'); }); </script> <?php } add_action('wp_footer', 'trigger_popup_on_linkClick');
as you can see it makes reference to both my “triggering_link” (the one the user clicks), and the “link_to_modal_popup” (the one which shows up in the iframe).
But Guenni’s code only make use of 1 id (“open-popup-link”). How can I link it to my “triggering_link” ?February 13, 2018 at 8:32 am in reply to: Is possible show a modal popup and also open a link ? #911565not sure what’s going on.. anyway, I just made the page public, you should be able to see it now! :)
February 12, 2018 at 8:04 pm in reply to: Is possible show a modal popup and also open a link ? #911298Hi Victoria
not sure why is that. It’s in password protected mode, so you should be able to see it.
Have you entered the password? you don’t have access to the page at all?February 12, 2018 at 10:06 am in reply to: Is possible show a modal popup and also open a link ? #910966Ok, so I found out that it works fine except when the “triggering” link points to a file.
So this works perfectly in all browsers :
<a id='triggering_link' href='#'>Click me</a> <a id='link_to_modal_popup' href='https://www.mywebsite.com/nicepage/?iframe=true'></a>
but the following only works in chrome :
<a id='triggering_link' href='https://www.mywebsite.com/fileToDownload.zip'>Click me</a> <a id='link_to_modal_popup' href='https://www.mywebsite.com/nicepage/?iframe=true'></a>
any idea why is that ?
private content : link to a page where you can test the 2 things aboveps: the jquery chain :
jQuery('#triggering_link').on('click', function(){ jQuery('#link_to_modal_popup').trigger('click'); });
February 9, 2018 at 8:20 pm in reply to: Is possible show a modal popup and also open a link ? #910389yes, why? do you know of something particular that has changed over the last 2.5 years regarding jquery/iframe support?
let me know if you have another better approach regarding that.February 9, 2018 at 4:07 pm in reply to: Is possible show a modal popup and also open a link ? #910299Hi Josue.
This works well in chrome, but in firefox or safari the iframe shows up empty.
any idea of a workaround?When you just save the page and watch it live there is no problem and the color section will not be bracking your layout anymore.
not always unfortunately. I also have issues on some *published* pages
October 15, 2017 at 10:00 am in reply to: wrong main content position when using sticky header #864459For the mobile view issue, the only pages that had the issue was FAQ & Support, both which have a empty cell at the top of the page, so try this:
Ah, good catch! that was because I had grids when the left column was empty. so I fixed that in the layout builder rather than in the css.
Regarding the padding issue in the tablet view your css works fine, thanks!
But is it an enfold bug that should be fixed?
I noticed that the bug disappears if I remove the “Header Phone Number/Extra Info” in the “header extra elements”, so the issue is probably about the height of that top-bar not being taken into account in the tablet view?- This reply was modified 7 years, 1 month ago by goch.
-
AuthorPosts