jumust
Forum Replies Created
-
Perfect it works thanks!
Thanks! I’m not expert and I built that code earlier asking in this forum suggestions because I don’t know how to write that code actually.
The thing I need is that the custom field disappear on the website if there is not content posted there in the admin, I remember maybe that someone told me to add print wpautop….so I don’t even know why I put it there.
Than I added my class and div, easier for me.
So what should I use to get shortcode working and make the field disappear if there is not content?
@fireproofsocks any idea what are the steps I need to get it working.
Now I can’t use shortcode in WYSIWYG field created with your pluginWhat I wanna do is to have also text in the WYSIWYG and not only shortcode.
Thanks a lot!
I have W3Total Cache also installed if it can help to figure it out
Thanks
Forum: Fixing WordPress
In reply to: If is category id not workingAWESOME ahmedNaguib it WORKED!!!
Thanks so much
Forum: Fixing WordPress
In reply to: If is category id not workingThanks for your help!
ahmedNaguib it doesn’t display link for any category.
alchymyth I used this but shows link for all categories
<?php is_category( array( 3,7,18,28 ) ); ?> <?php $category = get_the_category(); if($category[0]){ echo '<a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a>'; } ?><?php ;?>
Forum: Fixing WordPress
In reply to: If is category id not workingMaybe something in my file that doesn’t make it work. here it’s all the final part of the category.php template https://pastebin.com/FwePp8nN
Forum: Fixing WordPress
In reply to: If is category id not workingThanks a lot.
I just tried this and broke my page<?php if (is_category( array( '3,7,18,28' ) )); ?> <?php $category = get_the_category(); if($category[0]){ echo '<a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a>'; } ?><?php endif ;?>
also I tried this but again the category link is displayed for all categories
<?php if (is_category( array( '3,7,18,28' ) )); ?> <?php $category = get_the_category(); if($category[0]){ echo '<a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a>'; } ?><?php ;?>
I think I’m doing something wrong…
Forum: Fixing WordPress
In reply to: Parent Category page and Children Category pageThanks!
Actually I don’t want to use any category number otherwise I gotta update the code everytime I create a new category. I just want it to work for all current category pages.EXAMPLE: Category Parent –> A
Children –> b,c,d,e,fCategory Parent –> Z
Children –> t,v,uIf it’s any parent category page (it means A,Z,…..) or if it’s any children category (b,c,d,e,f,t,v,u,….)
Sorry don’t know if I was clear, I don’t know how to do…
Thanks!I’m trying to figure that out with the code I’m using. I built this piece of code basically with your suggestion at that time, now can’t understand how to edit it with the shortcode function, it’s breaking the page
<?php print wpautop( get_custom_field('contatti:wrapper' , '<div class="one_half" style="margin-bottom: 25px;"> <hr class="section" /><span class="tag_section">Contatti</span><hr class="section" /><div style="margin-top:25px;">[+content+]</div> </div>' ) ); ?>
Forum: Fixing WordPress
In reply to: Featured post in current category page by specific tagAwesome I figured that out
ThanksForum: Fixing WordPress
In reply to: Featured post in current category page by specific tagGreat it worked! Thanks
what should I add to not duplicate the featured post with posts the loop below the featured section?Ok I saw I can’t download the development version, that’s why I was asking. I’m really looking forward for your release, for now I disabled your plugin
Thanks
Hi,
actually I’m doing a cross-browser testing and IE8 has an error in some internal pages that got so slow in terms of loading time with your plugin.The Error is that the javascript is undefined and it’s related to the script of admin-ajax.php. Is the new update fixing this issue?
Since I’m also following the discussion about the custom post type support I’m wondering why you still didn’t release the new update yet.
Can you give us in the meantime the fix so that we can run your plugin until you don’t release the new update? My site has 80k visits monthly…
thanks a lot
Hi,
I updated all plugins, and than deactivated once a time to see if one of them is causing this issue, but looks like there’s non conflict so I’m wondering why content scheduler never appear on my site admin anymore, neither in post overview column nor in post admin page.I checked the screen option on the top and there is not content scheduler.
I’m really getting struggling and I hope someone can help on this.
p.s. I have multisite if it can help
Thanks