Forum Replies Created

Viewing 20 posts - 1,681 through 1,700 (of 2,006 total)
  • Author
    Posts
  • in reply to: Search Console – Google issue #87061
    Pratik
    Member

    Hi @nnicorescu,

    The points that you have mentioned is possible but you will need to hire a customizer to make the changes, because this support is beyond the theme scope. There will be a need to check the designs on all responsive devices as well.

    Let me know if you have any further queries.

    Regards,
    Pratik

    in reply to: Changing Featured Page Color #87025
    Pratik
    Member

    Hi @Keaton01,

    It is possible to add IMDB icon, but you will need to do some customization via child theme in the free version of Catch Responsive. In Catch Responsive Pro version, you will have option to add custom icons which will be much easier.

    In free version, first, you will need to create a child theme. Its details are here. Then you need to copy the function here to the child theme’s functions.php.

    A few things to note here:
    1. You need to upload the image of IMDB logo to your media library and then change the image source to that image if you want the image to remain there. Otherwise, the image will not appear then IMDB changes the image.
    2. The image will not align properly with other images. This will require some custom CSS. Please complete above steps and then give me your site url, and i will provide you with custom CSS code to align that icon with others.
    3. The difficulty level for this is moderate. You will need some knowledge of HTML, CSS and a bit of PHP as well. It is better to upgrade to pro version or hire a customizer if this goes out of hand as improper implementation can break your site.

    Regards,
    Pratik

    in reply to: Custom Menu Link #87020
    Pratik
    Member

    Hi @Jennifer,

    You are welcome and I am glad it solved your problem. Have a nice day.

    Thanks,
    Pratik

    in reply to: Menu text and background color #87019
    Pratik
    Member

    HI @Sziszi,

    The menu hover and current item color is the one you have added via CSS. It has changed. Can you confirm it, or is there still an issue?

    Regards,
    Pratik

    in reply to: Center site-header #87018
    Pratik
    Member

    Hi Brian,
    The Site Header is exactly centered for max-width 990px right now. The only padding is on header and that too top and bottom padding only.

    in reply to: Custom CSS code no effect #86961
    Pratik
    Member

    hi @Sziszi,

    No problem.

    Regards,
    Pratik

    in reply to: Color options problem #86960
    Pratik
    Member

    Hi @Sziszi,

    Unless any plugin conflict occurs or the code is being overwritten by custom CSS, it should work properly. Have you tried clearing the cache after changing color?

    in reply to: Table vertical align #86959
    Pratik
    Member

    Hi @Sziszi,

    No Problem. If you liked our theme and support, please leave us your valuable review at https://wordpress.org/support/view/theme-reviews/simple-catch#postform

    Thanks,
    Pratik

    in reply to: Menu text and background color #86958
    Pratik
    Member

    Hi @Sziszi,

    For opened menu and hover color, use following code:

    
    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a
    {
        background-color: #dd3333; /* Menu Background Color */
        color: #ffffff; /* Menu Text Color */
    }
    

    Change hex values to any color you want.

    Regards,
    Pratik

    in reply to: Color options problem #86950
    Pratik
    Member

    Hi Sziszi,

    Assuming http://kertvarosi-iskola.hu/ to be your site, it gives me 403 Forbidden Error. Let me know when it is back up.

    Regards,
    Pratik

    Pratik
    Member

    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
    Member

    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
    Member

    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
    Member

    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
    Member

    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
    Member

    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
    Member

    Hi Brian,

    Great you solved it yourself. Cheers!!!

    Regards,
    Pratik

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

    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
    Member

    Hi Brian,

    Is the issue solved?

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

    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

Viewing 20 posts - 1,681 through 1,700 (of 2,006 total)