Forum Replies Created

Viewing 20 posts - 9,801 through 9,820 (of 12,014 total)
  • Author
    Posts
  • in reply to: URGENT – Bug with 4.0 catch base pro update #159455
    Skandha
    Member

    @salamali: I used an old version of the theme and updated in to 4.0 and it updated successfully and all my customization were retained so there doesn’t seem to be any issue with the theme. This may be due to any plugins that you are using or maybe a server issue. Please try contacting your server as well.

    Kind Regards,
    Skandha

    in reply to: Website title shifting #159451
    Skandha
    Member

    @matthewvic: Glad I could help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Website title shifting #159449
    Skandha
    Member

    @matthewvic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To justify post content */
    article p {
    	text-align:justify;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Add text above search box #159447
    Skandha
    Member

    @webgrid: Go to => Child Theme Folder => functions.php and add the following CSS Code.

    function clean_journal_header_right() { ?>
    	<aside class="sidebar sidebar-header-right widget-area">
    		<section class="widget widget_search" id="header-right-search">
    			<div class="widget-wrap">
    				<span class"search-text">Search Here</span>
    				<?php echo get_search_form(); ?>
    			</div>
    		</section>
    	</aside><!-- .sidebar .header-sidebar .widget-area -->
    <?php
    }

    Replace the text Search Here with the text of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Website title shifting #159444
    Skandha
    Member

    @matthewvic: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Purchase #159439
    Skandha
    Member

    @ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sub-menu li a::after {
    	display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Add text above search box #159437
    Skandha
    Member

    @webgrid: For that you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: image instead of the title of website? #159436
    Skandha
    Member

    @boss: You can use the site logo option for that purpose.
    Go to => Appearance => Customize => Site Identity =>Logo => Select an Image

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Error: Update package not available #159435
    Skandha
    Member

    @richardmin: I was looking at the parent theme Fotografie Pro’s version. That was my bad, sorry. Can you try disbaling all your plugins and then try updating the theme?

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    in reply to: Website title shifting #159434
    Skandha
    Member

    @matthewvic: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    p {
        text-align: justify;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Center Social Icons in Footer Widget #159433
    Skandha
    Member

    @jamietallman: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: title widget #159432
    Skandha
    Member

    @toerfiets: Please post in your site URL where you have embedded the video.

    Kind Regards,
    Skandha

    in reply to: youtube video #159366
    Skandha
    Member

    @hoddbarnesdickins: If you are talking about Header Media Video not having audio, that is the default feature of WordPress. This is intentional as video headers are meant to be visual elements on a site, and not fully functional video players

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: image instead of the title of website? #159360
    Skandha
    Member

    Hello @boss,

    Thank you for using Catch Fullscreen Pro theme.
    Please post in your site URL and elaborate you issue.

    Kind Regards,
    Skandha

    in reply to: How can i update the theme? #159359
    Skandha
    Member

    @boss: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-general-1

    Let me know if this solves the issue!

    Kind Regards,
    Skandha

    in reply to: Add text above search box #159358
    Skandha
    Member

    @webgrid: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Move Title & Menus To Flush Left and Changing Rollover Color #159350
    Skandha
    Member

    @evergreenw60: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To move the title and menu to the left */ 
    #header-content {
    	margin-left:0 !important;
    }
    
    #header-content, #access div, #access-secondary div, #access-footer div {
    	margin:0 !important;
    }

    You seem to have succeeded in changing hover color of the site title.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Purchase #159325
    Skandha
    Member

    @ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sub-menu:hover li a::after {
    	display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: URGENT – Bug with 4.0 catch base pro update #159312
    Skandha
    Member

    @salamali: This is strange. Can you revert to the old version you were using? Did you backup the old version of the theme during update?

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Purchase #159311
    Skandha
    Member

    @ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-54 a::after {
    	content:'\00000a Home';
    	white-space:pre;
    }
    #menu-item-1090 a::after {
    	content:'\00000a Services';
    	white-space:pre;
    }
    #menu-item-64 a::after {
    	content:'\00000a Company';
    	white-space:pre;
    }
    #menu-item-65 a::after {
    	content:'\00000a Recruit';
    	white-space:pre;
    }
    #menu-item-66 a::after {
    	content:'\00000a News';
    	white-space:pre;
    }
    #menu-item-67 a::after {
    	content:'\00000a Contact';
    	white-space:pre;
    }

    Since the theme is a boxed and you have made it full width the sections are not center aligning properly. You will need to get your site customized for this purpose. I suggest you to hire a customizer.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,801 through 9,820 (of 12,014 total)