Forum Replies Created
-
in reply to: Track events (Google Analytics)
Another try for the code to appear correctly : (replace @@ with <>)
@div class=”wpb_content_element button “@@a onclick=”ga(‘send’, ‘event’, ‘Guide’, ‘Download’, ‘Guide Prolongez la vie des ordis’);” class=”btn-bt align-right default” href=”https://www.insertech.ca/wp-content/documents/techno-responsables/insertech-guide-prolonger-vie-ordinateurs.pdf”@@span@Téléchargez le guide@/span@@i class=”moon-arrow-right-5″@@/i@@/a@@/div@
in reply to: Track events (Google Analytics)I found a very easy solution !
Instead of modifying the theme’s core files, and to avoid the problem mentioned above : just replace the Button element with Raw HTML element, in which we add the Google Analytics code.
Example :
<div class=”wpb_content_element button “><span>Téléchargez le guide</span><i class=”moon-arrow-right-5″></i></div>
:)
in reply to: Track events (Google Analytics)Hi again.
It seems it doesn’t work with the latest update of Specular/VC…
Please can you update the directives ?
Thank you
Exactly the same problem here
in reply to: Pagination for Full Blog elementHi,
Was my explanation clear enough or do you want more details ?
Thank you
in reply to: Pagination for Full Blog elementHi,
Thank you for your help. I noticed 2 problems :
—-
1. Pagination effectively appears, but only in Normal style. For the other styles (Second Style, Masonry, Timeline), there is no pagination.
I even tried to add pagination=”yes” in the classic mode :
[vc_row][vc_column width="1/1"][home_blog style=”grid” posts_per_page=”12″ dynamic_from_where=”cat” dynamic_cat=”4″ pagination=”yes”][/vc_column][/vc_row]
—-
2. In Normal style : the links of the Pagination don’t work correctly.
If I click on 2, it opens the page /press-review/page/2/, the post listing is exactly the same as page 1
If I click on 3, it opens the page /press-review/page/3/, the post listing is exactly the same as page 1
And so on…I can send you screenshots if that’s not clear
—-
Thanks again !
Best regards
in reply to: Contact Form 7 – Problem with LightboxHi Schneiders,
I want to achieve the same as you.
I wrote a post 6 days ago in “Suggest us new features” : https://support.codeless.co/?topic=suggest-us-features
But I still have no answer.
Please can you tell how you did ?
Thanks
in reply to: Suggest us FeaturesOr event better, allow to wrtite raw HTML.
And there we can put a shortcode such as Contactform7 if we want
in reply to: Suggest us FeaturesHi,
I suggest to add contactform7 in the list of elements that can be opened by Lightbox (there is already Image and Video)