Forum Replies Created

Viewing 20 posts - 1,101 through 1,120 (of 2,016 total)
  • Author
    Posts
  • in reply to: Move Nav Menu #102760
    Pratik
    Participant

    HI @chanti,

    What do you mean by expandable trees? can you explain this a bit.

    About moving all logo, header top menu, and social icons all on the same horizontal space, it is possible, but you will need to hire a customizer as it will require a lot of modification and cannot be handled via CSS alone.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102759
    Pratik
    Participant

    Hi @Edward,
    I misunderstood about the header. I thought you were referring to fonts again. Yes, as long as you set 991 followed by 767, it will take tow different css for different screens.

    By reduce headers, I do not know what you mean, do you mean to reduce font size of fonts in header, or anything else?

    Please let me know.

    Regards,
    Pratik

    in reply to: Problems with Header Image and Tablet and Phone #102678
    Pratik
    Participant

    Hi Edward,
    For that try following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    .site-header {
        background-color: transparent;
    }
    

    Let me know how this works out.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102677
    Pratik
    Participant

    Hi @Edward,

    Do you mean reducing size even more for smaller devices? You can do following:

    
    @media screen and (max-width: 767px) {
        body {
            font-size: 12px;
        }
    }
    

    Assuming mobile devices have screen width less than 767px. You can reduce the size to fit your needs.

    Regards,
    Pratik

    in reply to: Report settings on another website #102676
    Pratik
    Participant

    Sorry, we do not have this feature for now.

    Regards,
    Pratik

    in reply to: Move Nav Menu #102675
    Pratik
    Participant

    Hi,

    Can you post in your site url?

    in reply to: Update 3.6 to 3.9.3 doesn't work #102627
    Pratik
    Participant

    Hi,

    Yes pro themes need catch updater. Glad you solved it.

    Regards,
    Pratik

    in reply to: Report settings on another website #102562
    Pratik
    Participant

    Hi @moskito7,

    I cannot understand what you mean, do you mean to import same settings to another site? We currently do not have that feature. You need to do this manually.

    Regards,
    Pratik

    in reply to: Oops! That page can't be found #102561
    Pratik
    Participant

    Hi Raphael,

    It can be some caching issue or maybe Halloween 😀

    I am glad it is solved.

    Regards,
    Pratik

    in reply to: Additional Promotional Headline #102560
    Pratik
    Participant

    Hi @husker,
    To do this, you will need to hire a customizer as this is a different feature. Options, design and html elements needs to be added in order to achieve this.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102559
    Pratik
    Participant

    Hi @Edward,
    Your custom css sets font size for all devices.
    If you want to just add custom css for mobile/tablet devices, use something like following:

    
    @media screen and (max-width: 991px) {
        body {
            font-size: 14px;
        }
    }
    

    That this does is applies font size css to devices with screen size less than 911px.

    You can edit the size of font as per your need.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102558
    Pratik
    Participant

    Hi @Edward,
    Your custom css sets font size for all devices.
    If you want to just add custom css for mobile/tablet devices, use something like following:

    in reply to: Problems with Header Image and Tablet and Phone #102557
    Pratik
    Participant

    Hi Edward,
    I checked on my device ans it looks fine. The problem is with header and menu blocking the header image. Is this what you mean?

    in reply to: Slider not clickable #102515
    Pratik
    Participant

    Hi @Jeffery,

    Strange issue indeed. I need to check your site with all plugins disabled. Can you do that and let me know so I can check it?

    Regards,
    Pratik

    in reply to: Featured Slider – background and size #102514
    Pratik
    Participant

    Hi @mindfulsami,

    On second viewing, its seems you are using free version of the theme. That option is only available in pro version. If you want those color options, please upgrade to pro version.

    Regards,
    Pratik

    in reply to: Featured Slider – background and size #102513
    Pratik
    Participant

    Hi @mindfulsami,

    Check Appearance=> Customize=> Color Options=> Featured Content Color. It should have options you need.

    Regards,
    Pratik

    in reply to: Continue reading #102512
    Pratik
    Participant

    I understand what you mean. My question is did the text (on first post) still not change after changing the text option in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text?

    in reply to: HTML space just before the footer #102489
    Pratik
    Participant

    Great, after you create a child theme, add this code: http://pastebin.com/XGj5bSF6 in your child theme’s functions.php file and there should be a new Sidebar “Footer Top” that will fulfill your needs.

    Regards,
    Pratik

    in reply to: Continue reading #102488
    Pratik
    Participant

    I meant just adding that the text you want instead of Continue Reading text in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text

    in reply to: Social media icons #102487
    Pratik
    Participant

    I am glad it worked out 😀

    Regards,
    Pratik

Viewing 20 posts - 1,101 through 1,120 (of 2,016 total)