Forum Replies Created

Viewing 20 posts - 1,701 through 1,720 (of 2,016 total)
  • Author
    Posts
  • Pratik
    Participant

    Hi @meekglorious,

    This can be due to the memory issues in your server. You will need to contact your server to either increase the menu or you can add a php.ini file in your wp-admin folder to increase the memory limit.

    Also, try disabling plugins one by one and see if the issues goes away as sometimes, a plugin may hog a lot of memory.

    This issue in very much outside out theme support scope. You will need to sort it out with your hosting.

    Regards,
    Pratik

    in reply to: Changing Featured Page Color #86948
    Pratik
    Participant

    Hi Keaton01,

    For desired effect, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    .sidebar-header-right
    .widget_nav_menu a, 
    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover, 
    .site-title a, .site-description, 
    #promotion-message h2, 
    .widget-title, 
    .entry-title, 
    .entry-title a, 
    .page-header .page-title, 
    input[type="text"]:focus, 
    input[type="email"]:focus, 
    textarea:focus, 
    th,
    body, 
    button, 
    input, 
    select, 
    textarea, 
    #nav-below .wp-pagenavi span.pages, 
    #site-generator {
        color: #d5b480;
    }
    
    .catchresponsive-nav-menu .current-menu-item > a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_item > a, .catchresponsive-nav-menu .current_page_ancestor > a, .sidebar-header-right .widget_nav_menu .current-menu-item > a, .sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
        background-color: #d5b480;
        color: #e5e5e7;
        text-transform: uppercase;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

    in reply to: search bar doesn't auto-hide on front end #86947
    Pratik
    Participant

    HI @John,

    The search box should hide when clicking on the search button again. Can you try that, if not please provide me with your site URL.

    Regards,
    Pratik

    in reply to: Custom CSS code no effect #86946
    Pratik
    Participant

    Hi @Sziszi,

    These custom css codes will not work on Simple Catch Theme. These are for Catch Base theme. The HTML is very different for both themes so the Custom CSS code will be different.

    Regards,
    Pratik

    in reply to: Menu text and background color #86945
    Pratik
    Participant

    Hi @Sziszi,

    Your theme is Simple Catch rather than Catch Base.

    To change the color of my menu, menu text and background, Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #header #mainmenu ul li a {
        background-color: #dd3333; /* Menu Background Color */
        color: #ffffff; /* Menu Text Color */
    }
    

    You can change the hex values of color to any ones you like.

    If you upgrade to pro version, you will have these options as you will be able to choose them via color picker.

    Regards,
    Pratik

    in reply to: Table vertical align #86944
    Pratik
    Participant

    Hi @Sziszi,

    Your theme is Simple Catch rather than Catch Base.

    To align the contents to middle, Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #content table td {
        vertical-align: middle;
    }
    

    Let me know if this solves your issue or not.

    Regards,
    Pratik

    in reply to: Ipad Landscape Menu #86943
    Pratik
    Participant

    Hi Brian,

    Great you solved it yourself. Cheers!!!

    Regards,
    Pratik

    in reply to: Center site-header #86942
    Pratik
    Participant

    Hi Brian,

    Let me be sure if this is the case: You want the site-header to be centered in Iphone Portrait and Landscape and Ipad Portrait. The social icons will remain on the same site, but will be pushed below the site header because it wont be possible if not pushed down.

    You can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    @media screen and (max-width: 1100px) {
    	#site-branding,
    	.mobile-menu-one #site-branding,
    	.mobile-menu-two #site-branding,
            #site-header,
            #site-logo {
                width: 100%
            }
            #site-branding {
    	    text-align: center;
    	}
    }
    

    Let me know if this solves your issue.

    Regards,
    Pratik

    in reply to: More White Space #86940
    Pratik
    Participant

    Hi Brian,

    Is the issue solved?

    in reply to: hyphenation image slider contact detail #86938
    Pratik
    Participant

    Hi Karen,
    Here is my reply:

    Hyphenation is on most pages but just seems to be when viewing on desktop, not seeing it when looking on mobile.

    You can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    p {
      -moz-hyphens: none;
      -ms-hyphens: none;
      -webkit-hyphens: none;
      hyphens: none;
    }
    

    This should disable hyphen in most places. Let me know if this does not do it. Provide me the link for that page/post and I will look into it again.

    I have already enabled email and telephone via social links but would prefer to have actual phone number and email displayed rather than an icon. Is this possible please?

    It is possible, but you will need to have a bit of knowledge about customization, CSS and HTML. OR you can upgrade to Pro version that has a Widget Area in that place, os you can just add the widget you require there.

    To do it in free version, first you need to make a Child Theme. Its details are here.

    Then, in the Child Theme’s functions.php file, you will need to copy lines 201 to 218 from current theme at catch-responsive/inc/catch-responsive-structure.php and then add your HTML code after line 216. Your function should look like this.

    Image slider – can i turn off the box and description that is overlaid on bottom of each image, i really dislike this. Is this a pro function?

    In pro version, you can use Featured Image Slider and remove this box. In free version, you can hide this by adding following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #feature-slider .entry-container {
        display: none;
    }
    

    Let me know how it works out.

    Regards,
    Pratik

    in reply to: option sticky broken since last update? #86881
    Pratik
    Participant

    Hi @Stephan,
    I have checked the issue and the sticky option is working fine. Could there be a conflict with any of the plugins? Please try deactivating your plugins one by one and see if the problem persists.

    Let me know how it goes. If this does not solve your issue, please post in your site URL. Also, we might need your WordPress admin login credentials.

    Regards,
    Pratik

    in reply to: Exclude page from navigation bar #86879
    Pratik
    Participant

    Hi @[email protected],

    Are you using default page menu? If you are, then you will need to use custom menus to control your menus rather than use default page menu. Details to add custom menu can be found here: https://codex.wordpress.org/WordPress_Menu_User_Guide

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Center site-header #86878
    Pratik
    Participant

    Hi @husker,

    Just need some further information. Do you want it to be centered on all devices, or just on I-pad portrait mode?

    Also, do you want the search and social icons to be pushed down as the site title and description is centered?

    Let me know and I will provide you with custom CSS.

    Regards,
    Pratik

    in reply to: More White Space #86877
    Pratik
    Participant

    Hi @Brian,

    If you mean to make the site full width by eliminating the left and right margins, and make it stick across all devices, you will need to hire a customizer. However, you can use following CSS code too, but it might fail on some devices as this theme is not built to be full-width theme.

    
    .site,
    #header-featured-image .wp-post-image {
        width: 100%;
    }
    

    Another option would be to use a different theme that is built to be full-width, like Full Frame, Clean Journal, etc.

    Regards,
    Pratik

    in reply to: Remove gray space at top of pages #86876
    Pratik
    Participant

    Hi @Michaela,

    I am glad it worked itself out. Please post in if you have further queries.

    Have a nice day.

    Regards,
    Pratik

    in reply to: hyphenation image slider contact detail #86875
    Pratik
    Participant

    Hi @creatativesigns,

    Here is the reply to your questions:

    What code is needed to turn off hyphenation.

    Can you please post in your site url so that I can check and see where hyphenation is occurring. Also, it will be better if you can point me to where the undesired hyphenation is occurring. Then I can provide you with custom CSS.

    Can i add actual email address and telephone number to header section.

    You can add the email address and phone via Appearance=> Customize=> Social Links. There should be options to add your email and phone number. The icons will show up on saving the icons in your social icons area.

    How can i change colour of social icons and the contact details i would like in header.

    You will need to add them, then give me your site url. Then I will provide you with CSS code to change it.

    Do i need pro to be able to use image slider?

    The free version only supports Featured Page Slider. If you upgrade to pro version, you will be able to use Featured Image Slider. Mode details about free and pro version here.

    If i buy pro can i use it on more than one site as we are going to have a couple of sites at work.

    Yes you can use it on multiple sites.

    Regards,
    Pratik

    in reply to: More White Space #86840
    Pratik
    Participant

    Hi @Brian,

    Assuming http://bayareahuskers.org/wp/ to be your site, can you post in with a reference to a screenshot for where you want the above adjustments?

    Regards,
    Pratik

    in reply to: Customizer Issue #86839
    Pratik
    Participant

    Hi @Alain,

    There are a few reasons for this:
    1. Plugin Conflict: There might be a plugin that might be causing the issue. Try deactivating your plugins one by one and see if the problem goes away.

    2. Server issues: Sometimes, when you are on a shared server, the problem might occur due to insufficient memory. In this case, you will need to contact your server and check.

    If these do not solve your issue, then you will need to provide admin access for your site backend so I can see what is really causing the issue. you can send an email to pratik [at] catchthemes [dot] com with the credentials. And then let me know via this post. Please do not forget to add the support link in your email.

    Regards,
    Pratik

    in reply to: CHANGE HOMEPAGE URL #86838
    Pratik
    Participant

    Hi @hollyeh,

    If you have used the default page menu, then home page should link to your default site URL. If you want to user custom links for home, then you will need to create custom links.

    Details for this is here: https://codex.wordpress.org/WordPress_Menu_User_Guide

    Let me know if this is what you wanted.

    Regards,
    Pratik

    in reply to: gravitar for blog authog #86837
    Pratik
    Participant

    Hi @hollyeh,

    Do you mean an author box? If so, there is no feature for this. You will need to search for appropriate author box plugin in WordPress Plugin Directory

    Let me know if otherwise.
    Regards,
    Pratik

Viewing 20 posts - 1,701 through 1,720 (of 2,016 total)