-
Created a topic, Username and Password browser prompt., on the site WordPress.org Forums:
Every time I make a change to the plugin settings Fire… -
Created a topic, Plugin causing critical issues with WordPress, on the site WordPress.org Forums:
Captain Form is throwing two critical errors on my web… -
Created a topic, Plugin causing critical issues with WordPress, on the site WordPress.org Forums:
Captain Form is throwing two critical errors on my web… -
Created a topic, Display Product Images, on the site WordPress.org Forums:
Hi All,I am trying to fetch the product images associa… -
Posted a reply to Yoast SEO flagging non-existent problems, on the site WordPress.org Forums:
No it's all custom built WP theme. The only plugin I used for variable content… -
Posted a reply to Yoast SEO flagging non-existent problems, on the site WordPress.org Forums:
There's nothing wrong with my links. -
Created a topic, Woo Layout Injector – V4.7, on the site WordPress.org Forums:
What on earth is going on with this plugin? It's basic… -
Created a topic, Yoast SEO flagging non-existent problems, on the site WordPress.org Forums:
Yoast is flagging non-existent problems such as 'no in… -
Created a topic, False positives aplenty., on the site WordPress.org Forums:
I heard good things about this plugin until I used it.… -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
Thanks again :) -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
Apologies I realised I hadn't set the transition container correctly. Sorry for the back and… -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
The default template works perfectly but when I apply custom CSS rules they are not… -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
The problem with using the default code is I am using custom CSS for my… -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
If I remove the query the posts do not load and I have been through… -
Posted a reply to Duplicate Posts – default.php, on the site WordPress.org Forums:
Hi, this is my code inside the default.php template file: <?php $_posts = new WP_Query($args);?>… -
Created a topic, Duplicate Posts, on the site WordPress.org Forums:
Hi. I've managed to configure the default.php template… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Just thought I'd let you know I managed to add my custom CSS classes to… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Thanks. That's the part I'm struggling with! I'll have a look at those articles. -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Here is my template code: <main class="fullwidth-blog"> <div class="bloglist"> <?php while($_posts->have_posts()): $_posts->the_post();?> <div class="blog_list_outter"> <div… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Here is my new code, problem persists: <?php echo do_shortcode('[ajax_load_more container_type="div" post_type="post" posts_per_page="4" offset="4" pause="true"… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Here is repeater template code: <span style="color: #808080;"><</span><span style="color: #569cd6;">main</span><span style="color: #d4d4d4;"> </span><span style="color: #9cdcfe;">class</span><span… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
All I want to achieve is for the my post to load chronologically as the… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
What about the WP Admin settings? What should that set to show posts per page… -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
It doesn't work it simply repeats the first four posts from my Blog. -
Posted a reply to Duplicate posts., on the site WordPress.org Forums:
Thanks I'll give it a go. There are twenty posts in total. -
Posted a reply to Display category title without link., on the site WordPress.org Forums:
Hi, sorry for the long delay and many thanks for the advice. I am running… -
Created a topic, Duplicate posts., on the site WordPress.org Forums:
Hi,Plugin doesn't seem to work correctly, the load mor… -
Created a topic, Display category title without link., on the site WordPress.org Forums:
Hi All,Is is possible to display the name of blog cate… -
Posted a reply to Search form results., on the site WordPress.org Forums:
Thanks for the advice. I'm reluctant to use plugins. I think I may stick with… -
Created a topic, Search form results., on the site WordPress.org Forums:
Hi All, I've been learning how to build a search form… -
Created a topic, Form fields not appearing., on the site WordPress.org Forums:
This plugin has caused me and my colleagues nothing bu… -
Posted a reply to Blog | Category Filter, on the site WordPress.org Forums:
Thanks for that unfortunately nothing appears to work in the manner in which I want… -
Created a topic, Blog | Category Filter, on the site WordPress.org Forums:
Hi All, I am wondering how to add a category filter a… -
Created a topic, Logo not rendering at correct size., on the site WordPress.org Forums:
I have twelve logos set at 500x500px I have a new logo… -
Posted a reply to Custom Sidebars, on the site WordPress.org Forums:
It's my own custom theme which I built myself. wp_nav_menu() function should do the trick… -
Created a topic, Custom Sidebars, on the site WordPress.org Forums:
Hi All, I've managed to register a side bar menu on m… -
Created a topic, Excellent plugin and top notch support, on the site WordPress.org Forums:
Admittedly I could have coded my own slider but time w… -
Posted a reply to Mobile, on the site WordPress.org Forums:
Hi, Many thanks, increasing the column size works perfectly! -
Created a topic, Mobile, on the site WordPress.org Forums:
Hello, Great plugin. Just a quick question is it poss… -
Posted a reply to Custom Image Sizes not apppearing., on the site WordPress.org Forums:
Got it, many thanks. -
Posted a reply to File formats, on the site WordPress.org Forums:
Surely you jest? The plugin allows the export of WP installations in various formats but… -
Posted a reply to File formats, on the site WordPress.org Forums:
Because some of us use Local to develop WP websites which allows simple importation of… -
Created a topic, File formats, on the site WordPress.org Forums:
Why is there no option to export my WordPress site as … -
Created a topic, Custom Image Sizes not apppearing., on the site WordPress.org Forums:
Hello, I've created a series of custom image sizes in… -
Created a topic, Custom category pages and headers., on the site WordPress.org Forums:
Hello, I am slowly learning how to create my own cust… -
Posted a reply to Posts & Category display, on the site WordPress.org Forums:
Excellent! That works! Thank you :) -
Posted a reply to Posts & Category display, on the site WordPress.org Forums:
Hi there, Yes I have four posts under a category called 'Test' but it's only… -
Created a topic, Posts & Category display, on the site WordPress.org Forums:
Hello, I'm learning how to write loops and what not, … -
Posted a reply to Display latest posts.., on the site WordPress.org Forums:
Thanks for the help but it does not work. Passed code over to a dev… -
Posted a reply to Display latest posts.., on the site WordPress.org Forums:
It's not displaying any of the content bar the word 'post'. <?php get_header('topbar'); ?> <div…