PaulBart1974
Forum Replies Created
-
Re saving the slider solved this error for me.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Post not inThanks for getting back to me! I can’t seem to get this to work. I currently have this in my repeater – as I want to pull in the entire post.
<div class=”col-12 post-repeater”>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
</div>and have placed this short code into my single.php template
<?php echo do_shortcode( ‘ [ajax_load_more id=”2876571844″ container_type=”div” post_type=”post” posts_per_page=”1″ category=”booze,culture,eats,faces,whats-happening”] ‘); ?>
So in order to add the post__not_in where do I add the code sample? As even if I add all of the sample code to the template it doesn’t work, I still get duplicates of the original post the load more follows.
- This reply was modified 6 years, 6 months ago by PaulBart1974.
- This reply was modified 6 years, 6 months ago by PaulBart1974.
Looks to be working just fine! Thanks
So if I add the 2 files, script.js and style.css into the correct folders and then Enqueue those scripts within the the woo-viet.php file this will change the order?
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Can’t click menu iconHi I have the same issue. Works fine on my main site, but doesn’t seem to work on sub sites within multisite network?
Any ideas?
Here it works:
Here is doesn’t:
https://namboo.shop/demo-2/Thanks in advance!
Forum: Reviews
In reply to: [Multisite Directory] No documentationI did yes. I can’t see any clear information on which functions do what. For example if I only want sites of a certain category to be listed.
Maybe I’m missing something? I spent the best part of a day trying to figure it out. I’m not a PHP expert but I thought I knew enough.
Unfair of me to mark your plugin down perhaps. But would be nice if there was a couple of examples which you would use within a page template.
If I call the function get_site_directory_logo for example, within a page temple all I get returned is the logo for the main site (id 1).
If I use the widget I get a list of all site – which is great but I need to be able to only list certain categories on certain pages. Also you mention creating 2 files –
*archive-network_directory.php
*taxonomy-subsite_category.php
Are these page templates? Again a bit more explanation would go a long way i.e. What comments do they need at the head of the file, in order for wordpress to override the index.php / taxonomy.php? At the moment as a widget they appear on every page.
I know a lot of people using this plugin are probably experts, but would be nice for some extra explanation of us lesser mortals…
- This reply was modified 6 years, 8 months ago by PaulBart1974.
- This reply was modified 6 years, 8 months ago by PaulBart1974.
Forum: Plugins
In reply to: [Multi Step Form] Form reply email@mondula2016 Sorry but that response makes no sense? @btnevan That’s exactly what I would have expected personally – but alas, no.
Harldy “resolved” or maybe I just don’t understand the response.
- This reply was modified 6 years, 11 months ago by PaulBart1974.
- This reply was modified 6 years, 11 months ago by PaulBart1974.
Forum: Fixing WordPress
In reply to: Twentythirteen Toggle menu not workingThanks for the advise, but I can’t suss it out….
Forum: Fixing WordPress
In reply to: Where's the theme directory to make the child theme?Are you self hosting your site?