satyaki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Interesting reversal of optionsHi,
I have implemented the code in the functions.php file.
Now the prev/next buttons are effectively removed from all posts.However, it is also not appearing for category ID=17 (that is my requirement) ??
Hence, I had changed the code from 3 to 17 in the following line…………
” if(!has_term(3, ‘category’, $post->ID)) {“
It must be some mistake from my side, do I have to put the category ID as 17 to some other place as well?
I need the buttons to appear for posts under category ID = 17
Forum: Fixing WordPress
In reply to: Interesting reversal of optionsHi,
Thanks for the solution.
I am implementing it now and will update in next 15 minutes.Thanks and warm regards
SatyakiForum: Fixing WordPress
In reply to: Interesting reversal of optionsHi Keesiemeijer,
Thanks for replying.
I am a newcomer to this forum, please forgive me if I deviated from the norms of the forum.Sorry, I forgot to mention.
The website in discussion over here is……….
available only on localhost and not yet uploaded.
I intend to use the ‘Kippis’ theme.It have various categories for posts and I wish to activate the ‘WP Single Post Navigation Within Category’ prev/next buttons for posts having the category ‘photo’ only.
Thanks for your time again.
Forum: Fixing WordPress
In reply to: Featured Image Slider – Want to display one categoryCan someone help on this?
I tried to create the plugin support forum also
But it seems they have withdrawn support for this plugin — ‘WP Single Post Navigation’.WOULD REALLY APPRECIATE HELP ON THE TOPIC FROM ANYONE WHO KNOWS ABOUT THE SUBJECT.
Forum: Fixing WordPress
In reply to: Featured Image Slider – Want to display one categoryHi experts.
Any one?
any idea?
Forum: Fixing WordPress
In reply to: Interesting reversal of optionsAfter a wait of how many hours bumping is legal?
or
is my question eternally dumped?
Hi,
Is it possible to be done what I am requesting?
Hi,
I tried to create the coding for blocking all other categories except 18.
However, it is also not working.The category name for category ID ’18’ is ‘photo’.
I have attached the code below for you to see…………
—————————–
<?php if (in_category(‘photo’)) {
.wpspn-area,
#wpspn-nextpost,
#wpspn-prevpost {
display: none;
}
}; ?>
——————————I don’t know anything about coding and is a non technical person.
Can you please check the code and suggest what I am doing wrong?
Forum: Fixing WordPress
In reply to: Featured Image Slider – Want to display one categoryHi keesiemeijer,
Sorry for dropping in like this.
But my problem is some what similar to what wbarsby has faced.I am trying to show the next and previous button in my website for single post navigation.
For this I have used a plugin “WP Single Post Navigation Within Category”.However, I want this previous and next buttons to appear in only a single category and not in all categories.
I found in the style.css file of the plugin that the buttons can be removed for anyone accessing my website through a handheld device.
The code lines were as follows…………….
———————————————-@media screen and (max-width: 1024px) {
.wpspn-area,
#wpspn-nextpost,
#wpspn-prevpost {
display: none;
}
}———————————————–
I guess the line ” @media screen and (max-width: 1024px) ” can be replaced with a proper code to hide the buttons for all other categories except one.
I am a complete novice and doesn’t have any idea about coding.
Can you be kind enough to tell me what will be the code, I wish to use my category ID = 21 for showing the buttons.
Forum: Fixing WordPress
In reply to: Interesting reversal of optionsHello,
I was wondering if I could insert a line like this in the single.php file of my theme
————————-
<?php if ( in_category(‘3’) ) { wdpv_vote(); } ?>
————————-
However, I am confused about what to write instead of “{ wdpv_vote();}”
I am not using the ‘vote’ plugin but yours instead.
Please help me out.
Hello,
I was wondering if I could insert a line like this in the single.php file of my theme
————————-
<?php if ( in_category(‘3’) ) { wdpv_vote(); } ?>
————————-
However, I am confused about what to write instead of “{ wdpv_vote();}”
I am not using the ‘vote’ plugin but yours instead.
Please help me out.
Hi,
I am a newbie and blind to technology.
Will you be so kind to update the BPS in the next edition so that we can automatically by pass this problem?I don’t know whether it is at all technically possible from your side?
Thanks for listening.
I t will be great if you revert back.
Forum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonI rest in peace as the wrong doing by me is reversed.
Thanks!Forum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonHello,
First of all it is my bad and I apologize for all the confusions created.
Incidentally I was using ‘CPM Fun’ advertising (so called) network.It is a rogue network which automatically employs popup advertisements as soon as it detects the presence of any popup plugins at the website.
Unfortunately, CPM Fun triggered the avalanche of popup advertisements as your plugin was turned on.
Since I am a newbie as I told you earlier also, it was my bad to blame your plugin. I thought the plugin was to blame as the advertisements started only after activating it.
I had to hire professional services and pay them $200 for finding, pin pointing and getting rid of this evil ‘CPM Fun’ advertisement scam. It is a disguised hacking system scam that you install willingly in your website.
The best part is, this CPM Fun ad network has so far shown that I have an earning of $ 0.04 in the past couple of months. and I paid $ 200 to get rid of them. Good learning.
Sorry again for the goof up. I liked your plugin as one of the best in its segment. You have nothing to do with the rogue advertisements.
I have put a 5 star rating for your plugin and plan to recommend your plugin to my friends and colleagues.
Also do please close the topic by all means.
ThanksForum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonHi
Your plugin java script host backdoor.
It is a mistake from your side that is costing me heavy.
I am guessing that it is a mistake.
I am checking with the issue with experts and will update here.