suspicio
Forum Replies Created
-
I was told that in a few days they’ll raise the limit on my account, so hopefully i’ll be able to send as many emails as i’d like ??
Update: i got an answer from Mailjet, they say new paid accounts get a limit of 100 emails/hour, so that was the issue. Mails are being sent again.
Not your plugin’s fault. Thank you anyway! Grazie, ciao ??Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Directly link calendar event to URLThank you very much Joe!
Just another thing, is there a way, in monthly view, to show only thursday to sunday for example?
Forum: Fixing WordPress
In reply to: Addign text on bottom sectionOops, i had forgot to center it.
Now it works.
Thank you very much lucky and thank you everybody else!Forum: Fixing WordPress
In reply to: Addign text on bottom sectionDynamic sidebar doesn’t exist in functions.php…
Only thing i found is
// registering sidebar register_sidebar(array( 'name' => __( 'Sidebar', ZEETEXTDOMAIN ), 'id' => 'sidebar', 'description' => __( 'Widgets in this area will be shown on right side.', ZEETEXTDOMAIN ), 'before_title' => '<h3>', 'after_title' => '</h3>', 'before_widget' => '<div>', 'after_widget' => '</div>' ) ); register_sidebar(array( 'name' => __( 'Bottom', ZEETEXTDOMAIN ), 'id' => 'bottom', 'description' => __( 'Widgets in this area will be shown before Footer.' , ZEETEXTDOMAIN), 'before_title' => '<h3>', 'after_title' => '</h3>', 'before_widget' => '<div class="col-sm-3 col-xs-6">', 'after_widget' => '</div>' ) );
I tried to edit before_widget to the code you gave me but with no luck.
Forum: Fixing WordPress
In reply to: Addign text on bottom sectionThank you luckychingi.
In footer.php i have
<section id="bottom" class="wet-asphalt"> <div class="container"> <div class="row"> <?php dynamic_sidebar('bottom'); ?> </div> </div> </section>
How exactly should i edit it?
Forum: Fixing WordPress
In reply to: Addign text on bottom sectionI’m inside the wordpress pages editor but can’t find the div row to edit it. In what page should it be?
Forum: Fixing WordPress
In reply to: Addign text on bottom sectionThank you very much guys!
Err… sorry, i’m quite noob, where exactly do i edit the div classes?
Thanks again!