Home › Forums › Arnold WordPress Theme › PopUp failing – ConverterPlus not launching some times
- This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago by
ignacioaroche.
-
AuthorPosts
-
July 7, 2020 at 6:54 pm #21899
I have a popup I want to be launched after clicking a button. I have successfully do that in other sites, which give me the idea might be an incompatibility problem with Arnold.
This is the page the popup should be launched at: https://www.morfema.mx/generando-tu-estrategia/
Both buttons should work the same, launching the popup but they wouldn’t launch in some devices. Couldn’t find a pattern.Hope you can help me with this.
July 8, 2020 at 3:51 am #21905Hi,
The action is occupied by the page loader calling, please try to add target=”_blank” if you can edit HTML.
<a class="ux-btn btn-dark" href="#" target="_blank"><span class="ux-btn-inn"> Generar estrategia </span></a>If it doesn’t work, please send your question(this topic URL) and wp-admin(URL / username/password) to help@seatheme.net, I’ll log in to check it.
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookJuly 8, 2020 at 4:23 am #21910Don’t know exactly where you want me to edit the HTML. You mean, in the button or where exactly?
This is how is arranged:

The method I’m using to install the button is by the text block, that gives me the option to use HTML, would it be that?
This is the code in one of the buttons (they are the same, just theme is changed):
<p style="text-align: center;">[cp_modal id="cp_id_22f24"][button color="btn-light"] Generar estrategia [/button][/cp_modal]</p>Thanks for your fast response.
July 8, 2020 at 1:22 pm #21922Hi,
No, it is shortcodes.
Please go to Appearance>Theme Editor, find arnold/js/custom.theme.js
find line 2008:
$('.moudle .blog-bigimage a,.moudle .iterlock-caption a, .moudle .tab-content a, .moudle .accordion-inner a, .moudle .blog-item a, .moudle .isotope a, .moudle .ux-btn, .moudle .post-carousel-item a, .moudle .caroufredsel_wrapper:not(.portfolio-caroufredsel) a').on('mousedown touchend', function(event){
update as:
$('.moudle .blog-bigimage a,.moudle .iterlock-caption a, .moudle .tab-content a, .moudle .accordion-inner a, .moudle .blog-item a, .moudle .isotope a, .moudle .post-carousel-item a, .moudle .caroufredsel_wrapper:not(.portfolio-caroufredsel) a').on('mousedown touchend', function(event){—
Please clean the browser cache to test.
—If it doesn’t work, please send your question(this topic URL) and wp-admin(URL / username/password) to help@seatheme.net, I’ll log in to check it.
Best
July 8, 2020 at 2:57 pm #21924It seems to work perfectly! Thank you so much!
-
AuthorPosts
- You must be logged in to reply to this topic.
