Forum Replies Created

Viewing 20 posts - 1,441 through 1,460 (of 4,903 total)
  • Author
    Posts
  • in reply to: Destroyed functions.php #108470
    Mahesh
    Participant

    @beijaflor: You can download the theme and get the functions.php file from there. Or reinstall the fresh copy of the theme.
    https://wordpress.org/themes/jomsom/
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Lost personalize menu items #108469
    Mahesh
    Participant

    @benben: Please post in your site url. Did it happen automatically? Or did you do some changes? Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

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

    #site-title a, 
    #site-description {
        color: #213045;
    }
    
    #header-right {
    	padding-top: 0;
    }

    For some reasons, I cannot see your site title and tagline.

    For changing ‘continue reading’ text, go to Dashboard=> Appearance=> Customize=> Theme Options=> Excerpt/More Tag Settings and change More Tag Text text

    Regards,
    Mahesh

    Mahesh
    Participant

    @marie21: Are you using any plugins? If yes, try disabling the plugins one by one and check if that resolves the issue. I checked the theme on our server, and its working fine. You can check the demo
    https://catchthemes.com/demo/catch-responsive/

    Regards,
    Mahesh

    in reply to: language attributes is not set after html tag #108464
    Mahesh
    Participant

    @infoyed: I checked this on our server and its displaying fine. Please try changing the theme to the WordPress core themes (Twenty Sixteen) and check if it displays in there. If problem persists on other themes too, its not a theme issue. Let me know further.

    Regards,
    Mahesh

    in reply to: Menu pops up under footer #108460
    Mahesh
    Participant

    @vladibeer: Well this is normal, it take some time for the mobile menu to hide so it displays for split seconds. Depends on connection speed, server speed too. Hope you understand.

    Regards,
    Mahesh

    in reply to: How to change images in main image slider ? #108454
    Mahesh
    Participant

    @gantier: Yes, no customization required. As you buy a Pro version, it has the life time validity. And for the new updates, you’ll need to subscribe yearly. Then the price will be the same. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Menu pops up under footer #108453
    Mahesh
    Participant

    @vladibeer: Its the loading problem, as of slow internet connection may be. And as the CSS takes some time to load, it displays. We did check it, on our site I can’t really see it, it loads so fast.

    Regards,
    Mahesh

    in reply to: Problem with mobile menu #108452
    Mahesh
    Participant

    @mailhunter: For modifying menu text with child theme, it cannot be done with including menu.php file in child theme. You need to override the function that displays the menu.
    And about the dropdown issue, I cannot see any menu items in desktop and in mobile just Menu is there, when clicked, nothing happens.
    Let me know further.

    Regards,
    Mahesh

    in reply to: font family #108451
    Mahesh
    Participant

    @floh: Its using sans-serif font family.

    Regards,
    Mahesh

    in reply to: Need to understand your design philosophy …. #108434
    Mahesh
    Participant

    @novaglenn: Go to Dashboard=> Pages=> Add/Edit pages, click on Screen Options on the top left beside Help button. Some options will slide down. Make sure Discussion checkbox is checked. Then scroll down below content you’ll see Discussion tab, uncheck Allow Comments option and click Update.

    Regards,
    Mahesh

    in reply to: comment box #108433
    Mahesh
    Participant

    @azeaka: Sorry, I meant Dashboard=> Posts=> Add/Edit posts. And it will only show the comments in the single posts page not in the homepage as you mentioned. For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme create a new file index.php and paste the code from the link below:
    http://bit.ly/2klK50G

    Regards,
    Mahesh

    in reply to: Widen all my pages and decrease the sidebar #108432
    Mahesh
    Participant

    @lena: The above code should have worked fine. Please check the image in the link below:
    http://bit.ly/2jO4LxG
    Can you please snap of your site after using the above CSS that the sidebar disappears.

    Regards,
    Mahesh

    in reply to: Move author and date to CPT footer #108431
    Mahesh
    Participant

    @kejpa: The above code snippet is for the child theme.
    -> add Post fields and there I find “catchbase-featured-image” among others and I was thinking if it’s possible to add such a field for the entry-meta somewhere in my functions.php.
    I don’t understand this. Please clarify.

    Regards,
    Mahesh

    in reply to: Problem with mobile menu #108429
    Mahesh
    Participant

    @mailhunter: Just checked your site and now “Menü” is displaying in menu. Seems you’ve fixed the issue. For some reasons, I’m not able to see the mobile menu dropdown. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Font sizes changed outside of admin mode #108427
    Mahesh
    Participant

    @cableman145: Please try changing the theme to WordPress default themes and check if the issue persist. If the issue persist in other themes too, this is not a theme issue. If everything works fine in default theme, please try doing a clean reinstall of the theme and check again. Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: font family #108425
    Mahesh
    Participant

    @floh: Can you please let me know where is folder and flyer text? The body font is set to sans-serif. Let me know further.

    Regards,
    Mahesh

    in reply to: Swap logo file for mobile? #108424
    Mahesh
    Participant

    @catwingz: Go to Dashbaord=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        #site-logo .custom-logo-link {
            display: none;
        }
    
        #site-logo {
            background-image: url('http://integrationmassage.com/wp-content/uploads/2016/02/stacked-logo-banner-2.jpg');
        	height: 130px;
        	background-size: cover;
            background-repeat: no-repeat;
        }
    }

    Note: Please change the image url as desired.

    Regards,
    Mahesh

    in reply to: Issues with Header in Text Resizing #108423
    Mahesh
    Participant

    @hellohillory: Its because of the bigger text size in the header. Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    @media screen and (max-width: 420px) {
        #header-featured-image .entry-title {
            font-size: 20px;
        }
    }

    The above CSS will decrease the font-size in devices with max-width 420px. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Primary Menu Missing After Update #108422
    Mahesh
    Participant

    @cranburypl: Just checked your site and the primary menu is displaying fine. Let me know if any problem.

    @malodk02
    : Glad to know your problem is fixed.

    Regards,
    Mahesh

Viewing 20 posts - 1,441 through 1,460 (of 4,903 total)