Forum Replies Created

Viewing 20 posts - 1,681 through 1,700 (of 4,908 total)
  • Author
    Posts
  • in reply to: Search bar #107194
    Mahesh
    Participant

    @mithrand: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .single #secondary .widget_search {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: How to Center Logo #107193
    Mahesh
    Participant

    @jennafox1027gmail-com: How do you actually want it to be displayed?

    Regards,
    Mahesh

    in reply to: Changing title of the secondary menu as displays on Mobile #107192
    Mahesh
    Participant

    @jrdphd: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: different questions responsive pro #107191
    Mahesh
    Participant

    @svans: Thank you for your appreciation. That should not have happened. If in case, you want to change the font size, you can do it with anytime with Custom CSS. If you need any help. Let me know.

    Regards,
    Mahesh

    in reply to: the problem with the display of website #107190
    Mahesh
    Participant

    @dogoteka: Have you tried disabling the plugins? As I checked your site, everything seems to be working fine. May be caching problem or something.

    Regards,
    Mahesh

    in reply to: Full length for single post on home page #107189
    Mahesh
    Participant

    @wolpertinger: Well this is not simply possible. But if you are using child theme, doing some customization will work. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Custom CSS documentation #107188
    Mahesh
    Participant

    @iamsupermike: Please post in your site url.
    Also, can you please advise where I can get a schema/documentation guide that contains descriptions of the css used within the theme without needing to go into its source
    -> Please clarify more on the above.

    Regards,
    Mahesh

    in reply to: Mobile display & horizontal featured content? #107187
    Mahesh
    Participant

    @tartitude363: Thank you for using Clean Journal Pro theme.

    1. Menu Issue
    -> Go to Dashboard=> Appearance=> Customize=> Menu=> Menu Locations and choose you desired custom menu in Header Top Menu dropdown.

    2.1 Sidebar =
    => You are using No sidebar layout. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Content, Primary Sidebar option in Default Layout dropdown.
    2.2 Footer are being displayed fine.
    2.3 Featured Content
    => You do have enabled featured and is being displayed on your site.

    3. A 2 X 3 grid, for instance
    => Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 481px) {
        #featured-content .featured-homepage-image {
    	float: left;
            width: 25%;
        }
    
        #featured-content .entry-container {
    	float: right;
            width: 70%
        }
    
        #featured-content.layout-three .hentry {
            width: 100%;
    	clear: both;
        }
    
        #featured-content.layout-four .hentry:nth-child(4n+1), #featured-content.layout-three .hentry:nth-child(3n+1), #featured-content.layout-two .hentry:nth-child(2n+1) {
    	clear: none;
        }
    }

    Note: If this not what you meant, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Slider in Header? #107185
    Mahesh
    Participant

    @mare: The Random images in header is the built in feature of this theme. If you want to use other slider, you may use it but may require some customization too. If need, I recommend you to hire a customizer.

    Regards,
    Mahesh

    Mahesh
    Participant

    @skynet: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        .no-sidebar #comments {
    	width: 100%;
        }
    }

    Regards,
    Mahesh

    in reply to: catch-updater-plugin-update-checker.php on line 221 error #107180
    Mahesh
    Participant

    @catchhab: Checked the theme and plugin on our server. Got not such error or warning on the dashboard. Are you still facing the issue? Let me know further.

    Regards,
    Mahesh

    in reply to: Managed WordPress Hosting And Catchbox pro update #107129
    Mahesh
    Participant

    @skynet: Yes, you can install Catchbox Pro theme through WordPress dashboard.
    Go to Dashboard=> Appearance=> Themes, click Add Theme. Click Upload Theme then upload the theme’s zip file.
    OR
    You can follow the same procedure as you update the Pro theme.
    Hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @travelsis: Can you please clarify more. I don’t quite get it.

    Regards,
    Mahesh

    in reply to: different questions responsive pro #107126
    Mahesh
    Participant

    @svans: Oh, sorry about that, yes, its is the correct url. To be specific please use the following:
    URL

    Regards,
    Mahesh

    Mahesh
    Participant

    @hedibelkhodja: There has been a small bug in the theme, this will be fixed in the next update.

    Regards,
    Mahesh

    Mahesh
    Participant

    @calsurance: Yes, it will only move the menu beneath the header as you wanted. All remains the same.

    Regards,
    Mahesh

    in reply to: Assign specific categories to a Feature Content column? #107115
    Mahesh
    Participant

    @illustrata: By chance is there any way to assign a specific category to each column?
    -> No, this is not possible.

    Or, is there are way, if we flag the post Sticky, it will stay as the most recent post?
    -> Making a post sticky will put the sticky stuck on the Front page or Blog page, not in Featured Content.

    Regards,
    Mahesh

    Mahesh
    Participant

    @nadiahri: Are you using any plugins? If yes, please disable the plugins and check if that resolves the issue. And I found that you are using the child theme. Have you modified any thing in the child theme. Please check whether the issue persists in Parent theme as well or not.
    Let me know further.

    Regards,
    Mahesh

    in reply to: different questions responsive pro #107111
    Mahesh
    Participant

    @svans: Thank you for using Catch Responsive Pro theme.
    – how can I make a child theme?
    -> You can find details on creating child theme HERE. You can also download the the child theme directly from that page.
    – can I use the child theme for the multisite I have?
    -> Yes
    – I use the slider: is there a standard size to use for the images, now my slider have different sizes, according the image I download for the different pages
    -> Please check the following URL for recommended image sizes in details.

    Regards,
    Mahesh

    in reply to: php 7.0 and Catchbox Pro #107110
    Mahesh
    Participant

    @skynet: Yes it is compatible with php 7.0.

    Regards,
    Mahesh

Viewing 20 posts - 1,681 through 1,700 (of 4,908 total)