nfsarmento
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] MultisiteNever mind I have found way, thank you ??
Forum: Plugins
In reply to: [Chat] Ajax callsHi thank you for replying to my question.
Yeh we changed that already – previously it was set to call admin-ajax.php which is resource intensive, but it’s now set to the plugin’s own script which is better, but still creates lots of ajax calls that WPE don’t like, is there anything else we can do ?Forum: Plugins
In reply to: [AMP] Advanced Custom fields content are not showing itHi neotrope, thank you for your reply, I have managed to call my template content parts by editing the single template on the plugin, adding this code snippet and deleting the sanitise content displayed from the plugin. I could have use a function to overwrite the single plugin template but for now I will have to use this until I found a better way to do it.
I have noticed that the class-amp-content.php on line 37 is calling the_content I wonder if we can change it to acf_the_content ?<?php if( has_term( 'written', 'post_style' )) : get_template_part('templates/content', 'written'); elseif( has_term( 'list', 'post_style' )) : get_template_part('templates/content', 'list'); elseif( has_term( 'unordered-list', 'post_style' )) : get_template_part('templates/content', 'unordered-list'); elseif( has_term( 'photo', 'post_style' )) : get_template_part('templates/content', 'photo'); elseif( has_term( 'video', 'post_style' )) : get_template_part('templates/content', 'video'); else : get_template_part('templates/content', 'single'); endif; ?>
Forum: Plugins
In reply to: [AMP] /amp/ not working with static front pageHi chirantan Mungara how did you managed to make it work (content) ?
Forum: Plugins
In reply to: [Media Credit] credit spam under captionthank you anyway I have managed to do it in css.
Forum: Plugins
In reply to: [Media Credit] credit spam under captionHi,
Thank you for fast response. I have tried that and unfortunately it didn’t work
The media-credit span is printing out inside the <div> media-credit-container alignnone and the <p>wp-caption-text is printing out from <div>https://www.dropbox.com/s/jcl30wofgo8e797/Screen%20Shot%202016-05-31%20at%2020.49.57.png?dl=0
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode on NAV menuHi Gagan Deep Singh
MASSIVE thanks your are genius, you have saved my day.
Thanks you.
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode on NAV menuThank you for your fast response. Do you have any release date for that ?
Forum: Plugins
In reply to: [Shortcode in Menus] Shortcode on NAV menuThank you for your response, the plugin that I am using is this one ( IP2Location Tags )
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Filter – Dropdown menuHi,
Thank you for your fast response. I know little about programming can you help me with this please ?
Thanks
Hi
I have managed to do it. I simple have changed the values here:
where 45 is the fix value for my image and replace the animateWidth-10 to animateWidth-0 and animateHeight-2; to animateHeight-0;
animateWidth=”45″;
defaultAnimateWidth= animateWidth-0;
animateHeight=”45″;
defaultAnimateHeight= animateHeight-0;’;Anyway thanks for replying to my request.
Nuno
Hi Raghunath,
I guess is somewhere here on the code bellow. I just wonder if you can pint point where about .
i really appreciate if you can help me.
Thanks
Nuno
‘jQuery(“div#csbwfs-tw a”).hover(function(){
jQuery(“div#csbwfs-tw a”).animate({width:animateWidth});
},function(){
jQuery(“div#csbwfs-tw a”).stop( true, true ).animate({width:defaultAnimateWidth});
});’Hi Raghunath,
If you kindly just tell me where in the code I can remove it… please .
Thanks
Nuno
Hi Raghunath,
Thank you very much for replying to my request. Yes I am talking about the hover effect from buttons . I can you please help me to remove it.
Thanks
Nuno