zebrawebdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next Posts button just repeats the latest 8 posts@.watts. I have used the code you provided and tested in my local. There is no problem in getting the pagination and working without problem.
Except that here I dont have wp_content_slider() function.So I suggest you to Check by commenting the wp_content_slider function
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
If you get it work then there is problem with content slider.
Load the content slider before the you start the query for posts.
and put the wp_reset_query(); before starting the query.
I give an example in the pastebin
https://pastebin.com/SS6KGcyMPlease take the backup of the file before proceeding.
Forum: Fixing WordPress
In reply to: Next Posts button just repeats the latest 8 postsCan you provide the full page code.
Paste you code in patepin
and post the link here.
So that we can examine the codeForum: Fixing WordPress
In reply to: Lost Posts After Updating to Small Business Theme@ hawleys Can you provide your website link
Forum: Themes and Templates
In reply to: [Small Business] I want to change my home page@cbhsoloist Go to the static page which you want to be the home page and change the page template. Hope that helps.
Let me know if you cant succeed.Hello Tim
I tried to to submit the form and test whether its working.
But I cant see any red box.Instead the captcha is loading again and again
Forum: Plugins
In reply to: [Contact Form 7] Making a two column form responsive??Hello plippers
Have you tried using the CSS style
Clear:both;
float:none;This should work
Forum: Themes and Templates
In reply to: [Spun] Hover over change of colourHello Sharon,
Have a look at the screenshot
I have used background color for the link <a tag
and provided background-color as yellow along with border-radius as around 155px and made the image opacity as 0.6 on hover.before implementing webkit please understand you have to face browser compatibility issues.
Let me know if this helps you
Can you provide the website link…
https://www.gioiafueter.com/ is this your website
Hello Gioia is this your website.
Try to reinstall the plugin and deactivating the plugins one by one.
However I advise you to take backup of the database and files before proceeding.Forum: Plugins
In reply to: [Easing Slider] JQuery Issues (woes)try using the code like below in the header.php
change the jquery version according to your need.[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11); function my_jquery_enqueue() { wp_deregister_script('jquery'); wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", false, null); wp_enqueue_script('jquery'); } ?>
Check the permission of the directory
Forum: Plugins
In reply to: [Contact Form 7] Form doesn't send email/arrow spinsHello steve I will try to solve your problem.
Send mail to [email moderated – try to solve the problem within the forum]