Forum Replies Created
-
AuthorPosts
-
rajkumarsmMember
Hi Victor, thanks. Could you please suggest any particular plugins.
November 6, 2019 at 2:30 am in reply to: Featured Images are not showing on my Magazine Pro home page #494479rajkumarsmMemberIts due to Jetpack plugin. Accelerated images. Disabled and enabled. Its working now.
October 31, 2019 at 6:26 am in reply to: Header Script – Magazine Pro Theme: Unable to see some code in the source code #494346rajkumarsmMemberHi, thanks for your kind response. Actually that's the code available between body tags. The code missing is from head tags. I will try the plugin which you have recommended.
I have one question, we are using other plugins like Genesis Simple Hook & Ad Inserter. Is it possible to use any one of them to add Header Scripts instead of adding a new plugin?
Thanks in advance.
February 1, 2018 at 3:03 am in reply to: Magazine Pro Theme is not supporting HTML tags in the comments section #215952rajkumarsmMemberThanks Brad.
July 11, 2017 at 8:00 pm in reply to: How to display Google adsense Ads after specific paragraph on Single Posts #209008rajkumarsmMemberHi Brad, Thanks. I will try to look into it. Could you please specify particular post to display Google Adsense ad after specific paragraph on Single posts or if possible give me some idea on modifying functions.php file, I will try to do it.
Thanks in advance.
January 20, 2017 at 12:40 am in reply to: How to set the Sidebar in the right hand side of my Magazien Pro theme #199709rajkumarsmMemberHi Deadhippo,
That is what missing in my wordpress settings..
There is no Default layout - Site layout settings. Earlier it was there. Right now I am using wordpress 2.4.1.March 21, 2016 at 10:39 am in reply to: Previous and Next post fields are not displaying in single post #181981rajkumarsmMemberSorry, the code which I added in functions.php mentioned below
function ja_prev_next_post_nav() { if ( is_singular( 'post' ) ) { echo '<div class="prev-next-navigation">'; previous_post_link( '<div class="previous"> %link </div>', '<< %title' ); next_post_link( '<div class="next"> %link</div>', '%title >> ' ); echo '</div>'; } } add_action( 'genesis_before_comments', 'ja_prev_next_post_nav' );
Thanks
Rajkumar SM
http://www.softwaretestingmaterial.comMarch 17, 2016 at 11:24 am in reply to: Where to add DMCA Badage script in Magazine Pro theme. #181718rajkumarsmMemberHi Doug Edgington,
Header Right widget area is available. If I add text widget in the Header Right widget then the DMCA logo will display in the header. Actually I would like to display it in the footer area. Any suggestions pls?
Rajkumar
http://www.softwaretestingmaterial.comMarch 17, 2016 at 10:02 am in reply to: Where to add DMCA Badage script in Magazine Pro theme. #181706rajkumarsmMemberHi Tom & Christoph,
Thanks. Actually I added at genesis theme settings - header/footer scripts - header and footer scripts but the logo is displaying above my blog title and below my theme footer credit links respectively. So I have added the script in text widget (footer 2). I got a reply form DMCA customer support to add the script in header.php
Hi Doug,
Thanks. They asked me to add it in the header.php.
kindly see the conversation which i had with DMCA Support:
Hello Manikanta,
I was checking your website and it appears that you are using WordPress. Please add the following code on your website's source code and let me know so I can check if it was added successfully.<a>" title="DMCA.com Protection Status" class="dmca-badge"> <img src="//images.dmca.com/Badges/DMCA_badge_grn_80w.png?ID=8d1b47eb-be86-487e-a65a-715dcfb7f0b0" alt="DMCA.com Protection Status" /></a>
Thanks,
DiazHi Diaz, I have copied the code which you have given. Could you please verify and let me know the status. Thanks in advance. Rajkumar SM
Hello Manikanta,
I have checked your website and I have noticed that you have added the badge but it not added in the actual WordPress source code. Please add the code directly to the WordPress code and let me know so I can check.
Thanks,
DiazHi Diaz, I didnt get you. Adding in the wordpres source means? I am using Genesis theme. I can't make any changes in the source files. Right now I have added badge using wordpress footer widget. Kindly give me more information. Thanks. Rajkumar SM
Go to Appearance > Editor -- then you get an editing box and on the right side of the page is a list of templates. Find the appropriae file to edit example: Header header.php - click on it. Now you have to the source code. Please add the badge provided there.
Then click Update File.Hello there,
I have checked your website and it still hasn't been inserted correctly. Can you please provide me with a screenshot of where you have added it. You can use lightshot.
Thanks,
DiazThanks,
Rajkumar
http://www.softwaretestingmaterial.com -
AuthorPosts