Forum Replies Created

Viewing 20 posts - 4,321 through 4,340 (of 4,903 total)
  • Author
    Posts
  • in reply to: Featured Content & Featured Slider error? #85972
    Mahesh
    Participant

    Hi @studiodimare,

    Its quite strange that you are facing the issues in your server, the theme and the options are working fine on ours. We have to check further in your server. We will contact you through email for details.

    Regards,
    Mahesh

    in reply to: Background Image and Background Scroll #85971
    Mahesh
    Participant

    Hi @matthewseanmclachlan,

    Please use the following CSS:

    #main article:last-of-type {
          margin-bottom: 50px
      }

    Note: Please change the value as required.

    Regards,
    Mahesh

    in reply to: Alexa Verification ID #85968
    Mahesh
    Participant

    Hi @ciglianoweb,

    Thank you for your suggestion.
    Its not quite sure that whether Alexa ID verification will be included in Theme Options in future release or not. You can use Catch Web Tools for that very feature. You can find it in the following link:
    https://wordpress.org/plugins/catch-web-tools/

    Regards,
    Mahesh

    in reply to: Mobile Menu Location and Customization #85967
    Mahesh
    Participant

    Hi @husker,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #mobile-header-left-menu {
        float: right;
    }
    .mobile-menu-text {
        display: inline-block;
        vertical-align: top;
    }

    Regards,
    Mahesh

    in reply to: Footer Addition #85966
    Mahesh
    Participant

    Hi @husker,

    Just checked your site, seems you’ve managed to change the footer content.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured content, Text widget, Promoheadline, Languages #85965
    Mahesh
    Participant

    Hi @scubafreak,

    Oh great to know you’ve been here and thank you for all your helps. 🙂
    Glad you enjoyed you time here, hope you’ll visit us again.
    Yes it was difficult time for all due to earthquake. People are gradually going back to their normal living.
    The steps you’ve gone through is all you need to translate theme, its quite odd that nothing changed. Please use WPML or qtranslate plugins and try again.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Disable Mobile Version #85964
    Mahesh
    Participant

    Hi @catchemall,

    Did you create the child theme manually or with the help of some plugins?
    Just checked your site, in your site, you are still using parent theme’s style.css and there is nothing in child theme’s style.css. To achieve your requirement i.e. disabling mobile version compeletely, you have to only enqueue child theme’s style.css and use the above css I’ve given. If the problem still persists, remove all the functions from child theme’s functions.php and check again.

    Let me know if any problems.

    Regards,
    Mahesh

    in reply to: Strange problem with bullets that won't die #85963
    Mahesh
    Participant

    Hi @andyb531,

    How are you? Hope you had a nice weekend.
    Thank you for your appreciation.
    Normally, JetPack Custom CSS loads last.

    Regards,
    Mahesh

    in reply to: problems with featured slider #85800
    Mahesh
    Participant

    Hi @sparta,

    I’m glad that you’ve found the solution by yourself. The issue you were have was a bit odd. There should not have been the issue with the demo slider. May be some plugins if you are using is creating the issue.

    Regards,
    Mahesh

    in reply to: problems with featured slider #85799
    Mahesh
    Participant

    Hi @sparta,

    I’m glad that you found the solution by yourself. The issue you were have was a bit odd. There should not have been the issue with the demo slider. May be some plugins if you are using is creating the issue.

    Regards,
    Mahesh

    in reply to: Strange problem with bullets that won't die #85798
    Mahesh
    Participant

    Hi @andyb531,

    In Gridalicious theme, disc style is used for list items by default. To remove the list style from page-links please go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    ul.page-links li {
        list-style: none;
    }

    If you want to remove list style from the whole site, use the following CSS.

    .entry-content ul > li, .sidebar ul > li, #supplementary ul > li {
        list-style: none;
    }

    Regards,
    Mahesh

    in reply to: Page Menu #85797
    Mahesh
    Participant

    Hi @spyglass9er,

    You mean the primary menu right? I tested your site in desktop and mobile, and menu is working fine on both.

    Regards,
    Mahesh

    in reply to: Featured Content & Featured Slider error? #85795
    Mahesh
    Participant

    Hi studiodimare,

    Have you modified any codes? If not try disabling the plugin(all) if you are using some.
    Options with hiding property is a bit tricky in Customizer. The option will only be shown if the condition is satisfied for the page you are currently viewing in the right window. When you change enable option to Entire Site or Homepage/Frontpage, other option will be shown after a while as soon as the page refreshes and load completely.
    Please try again and let me know if the issue persists.

    Regards,
    Mahesh

    in reply to: Full frame theme homepage post problem #85794
    Mahesh
    Participant

    Hi @sziszi,

    That is because you are using excerpt and in excerpt view all html tags will be removed. Please use full content instead. For this, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options” then select Show Full Content (No Featured Image) in Archive Content Layout.

    Regards,
    Mahesh

    in reply to: reduce the height of header-menu #85791
    Mahesh
    Participant

    Hi riccrom123,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-menu ul.menu a {
       line-height: 2.5em;
    }

    Regards,
    Mahesh

    in reply to: Featured Image Slider Thumbnail Crop Not Working #85789
    Mahesh
    Participant

    Hi @tivonjohnson,

    Can you please share the image which is not cropping as expected. We’ll try it on our server and let you know.

    Regards,
    Mahesh

    in reply to: Catch Box doesn't look the same on Firefox and Chrome #85788
    Mahesh
    Participant

    Hi @spespam,

    Thank you for your valuable review and rating. 🙂
    As per your suggestion, we’ll try to make the next version more better.

    Regards,
    Mahesh

    in reply to: Languages #85787
    Mahesh
    Participant

    Hi @micke,

    I assume there is already a <?php tag at the beginning of functions.php file. If the has been closed with ?> tag then you’ll need to <?php again but if the previous tag is not closed you don’t need <?php tag. you can omit the ?> tag at the end if there is in the code thereafter.
    In php // is used for single line comment and /* */ is for multiple line comment. You can remove the line, the comment is just to make us easy what that function does.
    Anyway you’ve fixed the issue and make it working, that is great.
    Have a nice day.

    Regards,
    Mahesh

    in reply to: Making space under carousel more compact? #85786
    Mahesh
    Participant

    Hi @Roger,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Change menu font #85785
    Mahesh
    Participant

    Hi @riccrom123,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 4,321 through 4,340 (of 4,903 total)