Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @wordaz,
I quickly checked your site and saw it working. There is some cdsign issue with google ad. You can fix it using following code in Appearance=> Customize=> Additional CSS box:
ins.adsbygoogle { background-color: #ffffff; text-align: center; }
This should blend the google code.
Finally, if you liked my supportm, it would be great if you could leave a review at https://wordpress.org/themes/clean-journal/. A positive review would be great 🙂
Regards,
PratikPratik
ParticipantHi @wordaz,
Are you sure there is line
<!– <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
, the initial<!--
comments out the code. Please check the code again properly.Your function should look like following:
function clean_journal_child_ad(){ ?> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-1234567890123456" data-ad-slot="1234567890"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <?php }
You need to remove the comments
<!--
and-->
at start and end, don’t just remove the text.Pratik
ParticipantHi @wordaz,
You need to replace
<!– Add google ad code here –>
with your google adsense code.Pratik
ParticipantHi @wordaz,
First make function and add it to functions.php file:
function clean_journal_child_ad(){ ?> <!-- Add google ad code here --> <?php }
Then after this function, add following code in functions.php as given condition:
Inbetween the 2nd menu and slider:add_action( 'clean_journal_before_content', 'clean_journal_child_ad', 5 );
1) just below the featured content section
add_action( 'clean_journal_before_content', 'clean_journal_child_ad', 45 );
2) Just above featured content section/below slider section
add_action( 'clean_journal_before_content', 'clean_journal_child_ad', 30 );
2) inbetween each post brief as seen on home page (maybe doing so every couple of posts). Please is this possible?
* For this, you will need to hire a customizer. This now has gone beyond our theme support scope.regards,
PratikPratik
ParticipantHi @chimobyte,
This forum is for themes from Catch Themes. The one you are using on your site is a different one. Please post in if you use themes/plugins from Catch Themes only.
Regards,
PratikPratik
ParticipantHi @chimmobyte,
I will follow up on post: https://catchthemes.com/support-forum/topic/how-to-reduce-my-header/#post-118067
For future references, please do not post same question on different posts.
Regards,
PratikPratik
ParticipantHi @wordaz,
You have two menus and then slider. Where exactly do you want the ad?
First thing first, for this, you will need to create a child theme. First, create a child theme using tutorial: http://catchthemes.com/blog/create-child-theme-wordpress/
Then, let me know where you want the add and I will provide you code to place the ad.
Regards,
PratikPratik
ParticipantHi @dosk,
Can you add in header image? After that, I will provide you with custom CSS.
Regards,
PratikPratik
ParticipantHi @chimobyte,
It should be in Appearance=> Customize=> Additional CSS from your admin dashboard. If it does not work, please post in your site url.
Regards,
PratikPratik
ParticipantHi @dosk,
Is this issue solved? I checked djdosk.com and it seems the header image is below the menu. If this is not the case, please let me know the site url.
Regards,
PratikPratik
ParticipantHi @dosk,
if djdosk.com is your site, then a power button comes as mobile menu. Did you change it, let me know if you have another url.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @dar,
Thank you for a great review. It will help me and my team a lot in supporting free themes and keep updating them.
Regards,
PratikPratik
ParticipantHi @dnelson503,
Great it worked out. If it is not too much to ask, can you let me know what complications you are having while reviewing the theme at wordpress.org?
Regards,
PratikPratik
ParticipantHi @bigoslesli,
If you liked my support, it would be great if you could leave a review at https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post. It would be a big plus on my side 🙂
Regards,
PratikPratik
ParticipantHi @erilink,
Glad it worked out. If you liked my support, please leave a review at https://wordpress.org/support/theme/catch-everest/reviews/#new-post. Your review will help us to keep providing support for the free version and future updates.
Regards,
PratikPratik
ParticipantHi @dar,
Both link 1 and link 2 have same width. I thought you wanted to increase whole width of the page. If you want to just increase the text size, try following code:
.no-sidebar .content-area { max-width: 100%; }
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @richweb,
Thank you for your wonderful review. Maybe while creation, some glitch occurred. Let me know if you have further issues.
Regards,
PratikPratik
ParticipantHi @richweb,
I am glad it worked out. Sometimes, child theme modifications can be affected when updating if they are not properly done.
If you liked out theme and my support, it would be great if you could leave us a review at https://wordpress.org/support/theme/catch-box/reviews/#new-post.
Regards,
PratikPratik
ParticipantHi @bigoslesli,
I have checked your site on firefox and its working fine. Please reset your firefox.
Regards,
Pratik -
AuthorPosts