Forum Replies Created

Viewing 20 posts - 1,441 through 1,460 (of 4,908 total)
  • Author
    Posts
  • in reply to: Problem with mobile menu #108532
    Mahesh
    Participant

    @mailhunter: Please add the following CSS:

    @media screen and (max-width: 960px) {
        #menu-item-538 .dropdown-toggle, 
        #menu-item-540 .dropdown-toggle {
            display: none;
        }
    
        #site-header-menu-primary #access #menu-item-538 > a,
        #site-header-menu-primary #access #menu-item-540 > a {
            margin-right: 0;
        }
    }

    Regards,
    Mahesh

    in reply to: How do I change the Front page slider images? #108531
    Mahesh
    Participant

    @rcheney: Well, on Fabulous Fluid Free version, it has limit feature. You cannot directly upload specific image from the media directly into the slider. But What you can do is, use the page’s featured image as the slider image. First of all create some pages, and make sure you have set the Featured Image set to them. Then go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Page Slider option in Select Slider Type. Some options will slide down. Choose the pages you desire.
    For custom images, I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Parallax Pro Site Branding, Logo & Description #108530
    Mahesh
    Participant

    @janetmmorris: Checked your site, the site branding items, they are all already at the top left of the page. Have you already resolved it by yourself.

    Additionally is there a way to only show the logo when viewed on a mobile device?
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        #site-header {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Clean Business Pro premium theme #108529
    Mahesh
    Participant

    @ovarshav: Can you please clarify what do you mean by 3 columns order for posts. Do you mean 3 column layout (Left Sidebar – Main Content – Right Sidebar)? Let me know further.

    Regards,
    Mahesh

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

    @mailhunter: Okay, finally was able to see the menu on your site. There are sub-menus in categories too and because of some CSS its not displaying. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .no-mobile-menu-item {
        display: block !important;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    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

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