Forum Replies Created

Viewing 20 posts - 381 through 400 (of 2,016 total)
  • Author
    Posts
  • in reply to: insert adsense under the menu #118282
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: insert adsense under the menu #118257
    Pratik
    Participant

    Hi @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.

    in reply to: insert adsense under the menu #118188
    Pratik
    Participant

    Hi @wordaz,

    You need to replace <!– Add google ad code here –> with your google adsense code.

    in reply to: insert adsense under the menu #118170
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: how to reduce my header #118091
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Make Header Height Smaller #118090
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: insert adsense under the menu #118089
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Menu covering up header image #118088
    Pratik
    Participant

    Hi @dosk,

    Can you add in header image? After that, I will provide you with custom CSS.

    Regards,
    Pratik

    in reply to: Make Header Height Smaller #118087
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Menu covering up header image #118063
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Change Mobile Menu Button Styling #118062
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: how to reduce my header #118061
    Pratik
    Participant

    Hi @chimobyte,

    Please post in your site url.

    Regards,
    Pratik

    in reply to: Page width #117892
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Make Header Height Smaller #117891
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Woocommerce 3.0 support & gallery features #117814
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: No Slider Posts Showing or really working #117813
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Page width #117811
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Catch Box update: 4.6.2 to version 4.7 #117785
    Pratik
    Participant

    Hi @richweb,

    Thank you for your wonderful review. Maybe while creation, some glitch occurred. Let me know if you have further issues.

    Regards,
    Pratik

    in reply to: Catch Box update: 4.6.2 to version 4.7 #117780
    Pratik
    Participant

    Hi @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,
    Pratik

    in reply to: Woocommerce 3.0 support & gallery features #117774
    Pratik
    Participant

    Hi @bigoslesli,

    I have checked your site on firefox and its working fine. Please reset your firefox.

    Regards,
    Pratik

Viewing 20 posts - 381 through 400 (of 2,016 total)