stelaras1
Forum Replies Created
-
updated and it’s working now
updated and it’s working now
thank you@fpmtinc
thanks for your time ??unfortunately this is not working for me ??
i dont know why but after placing the code i click the mouse pointer somewhere else but i don’t see anything in the drop down menu of categories even after i press the update account buttoni will try again, maybe something has to do with the “”
thanks for the tip cause it drives me craze the bug with the categories..
i need additional help on where to place the codethe hidden select tag you mention is this?
<select name=”fb[15][nxs_cats_names][]” id=”nxs_cats_namesfb15″ multiple=”multiple” class=”nxsSelItAjx” data-type=”category” placeholder=”Please select from the list…” style=”margin: 0px; padding: 0px; border: 0px; display: none;”>
</select>where do i have to place the code?
<option value=”category_wordpress_id” selected=”selected”>mycategory_name</option>after i press the blue Update Account Info button will the mycategory_name exist in the categories fiels?
thanks for your help ??
it’s very annoying if you read all the faqs and submit a ticket to get just a fast generic reply or nothing at all especially when you have a paid version ??
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Premium Support DeadAshish did you get any reply?
my ticket is open for over 2 months!
this is not acceptable for a paid pluginHi cmaverick,
Unfortunatelly no
i’ve already provided all details and logs and noone is watching
premium support for paid must be dead ??
posting twice from a paid plugin and no one is there :/ok,
i’ll update to the latest version and try againthanks the fast response!
Kalimera,
Not a problem,
Fyi I’m using auto post schedulerThanks for your help ??
Forum: Plugins
In reply to: [Auto Post Scheduler] enable with autopost other pluginsthe filter is applied when the post title is retrieved from the database without doing anything, this is the default behaviour
my goal would be to be applied prior saving the post title to the database when changed from draft status to published with APS
Do you think that could be done?
thanks for your time
Forum: Plugins
In reply to: [Auto Post Scheduler] enable with autopost other pluginsmeaning that the title filter could be applied to post title and saved to db with the changed letters?(and not applied afterwards?)
Forum: Plugins
In reply to: [Auto Post Scheduler] enable with autopost other pluginsthaks for your reply..
to put it more simple
i need to change the post title with specific characters.
So i ‘ve added to the function.php file the:add_filter(‘the_title’,’my_the_title’);
function my_the_title( $title ) {
$title = str_replace( ‘b’, ‘B’, $title );
$title = str_replace( ‘a’, ‘A’, $title );return $title;
}which changes the b->B and a->A
When the posts are in draft mode and being published it seems that function.php is not applied prior publish so as to change the letters and store them in the db properly. The posts are published with the initial characters and then function.php comes afterwards and just change the display of these letter.
any ideas would be more than welcom :))
Forum: Fixing WordPress
In reply to: replace specific letters in post titlewoww
thanks a mil!
it’s working great ??could i apply the same also to the content?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] when AMP will be activatedi don’t ignore them but webmasters does not seem to work properly
for instance https://www.ismylife.eu/%CE%BF-%CE%BC%CE%B5%CE%B3%CE%B1%CE%BB%CF%8D%CF%84%CE%B5%CF%81%CE%BF%CF%82-%CE%B2%CE%BF%CF%84%CE%B1%CE%BD%CE%B9%CE%BA%CF%8C%CF%82-%CE%BA%CE%AE%CF%80%CE%BF%CF%82-%CF%84%CE%B7%CF%82-%CE%B1%CE%BD%CE%B1/amp/ reports “Prohibited HTML Tag with AMP equivalent (Critical)”
when i check the page via validation option within Google webmasters then is says “validated!”
do you have something in mind regarding this error?
Thanks
your help is very much appreciated and totally agree..
i’ll give it a shot first ??frenchomatic,
it makes sense what you’re talking about.
Thanks for your time and your hints.Thanks