Forum Replies Created
-
in reply to: WPBakery & Specular taking load to 11 on server
I forgot: I tried to use a previous version of Specular, same problem. Tried to update to latest version, still same problem.
in reply to: Custom JS – Custom Page Header – sidebar mobileYes, but suppose I create an empty page.
And then I set it up in the specular config as “blog page”
There will be no posts shown on that page, right ?
How then do I make posts listing appear on that page ?in reply to: Custom JS – Custom Page Header – sidebar mobileyou say:
Assign blog page in General Options
But how do I create a blog PAGE with the post listings ?in reply to: Custom JS – Custom Page Header – sidebar mobile<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Hello,</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Thanks.</p>-
<li style=”box-sizing: border-box; margin: 0px; list-style: decimal; background: none;”>I understand. However, do you know if I could put a jquery line that would, on mobile, put the sidebar AFTER or I’m stuck with a right sidebar ?
<li style=”box-sizing: border-box; margin: 0px; list-style: decimal; background: none;”>“your latest posts”, that’s what you mean ?
<li style=”box-sizing: border-box; margin: 0px; list-style: decimal; background: none;”>The console.log thing was just a test. I want to add something like this and it never runs.
<li style=”box-sizing: border-box; margin: 0px; list-style: decimal; background: none;”>jQuery(document).ready(function(){ console.log("ok"); $("#posts_container").prepend("<a href='rabais/obtenez-1550-de-rabais-sur-une-tesla/'><img src='https://roulezelectrique.com/wp-content/uploads/2015/11/cropped-Banniere-roulez-electrique-Tesla-FR.jpg' style='width:100%; margin-bottom:50px;' /></a>"); });in reply to: Custom JS – Custom Page Header – sidebar mobileHello,
Thanks.
- I understand. However, do you know if I could put a jquery line that would, on mobile, put the sidebar AFTER or I’m stuck with a right sidebar ?
- “your latest posts”, that’s what you mean ?
- The console.log thing was just a test. I want to add something like this and it never runs.
jQuery(document).ready(function(){
console.log(“ok”);
$(“#posts_container”).prepend(“
“);});
