Forum Replies Created

Viewing 20 posts - 3,281 through 3,300 (of 4,903 total)
  • Author
    Posts
  • in reply to: Featured Slider Customization issue #95128
    Mahesh
    Participant

    @nadiahri: Sorry, moving slider between header and menu is not possible in this theme. I guess you’ve posted another post for this for which I requested you for the site URL. So I’ll skip the other post. And please do not post the same question in two posts.
    And as for another issue you’ve mentioned. Are you using any plugins? If yes, try disabling it and try again. Let me know if the issue persists.

    Regards,
    Mahesh

    in reply to: more then one "featured content" #95112
    Mahesh
    Participant

    @agescho: Sorry, the theme provides only one Featured Content area by default. If you want more, you’ll need to customize the theme further. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Changing the position of the slider #95110
    Mahesh
    Participant

    @nadiahri: Please post in your site URL.

    Regards,
    Mahesh

    Mahesh
    Participant

    @nomada: For disabling it, you can do it with custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #nav-primary {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Help- slider and its images lost! #95108
    Mahesh
    Participant

    @nadiahri: This is a database issue rather than theme issue. After you’ve successfully transferred the files and the database to the main domain, you’ll need to modify some paths in database. But the color customization should have worked fine.
    Since the database transferring is technical, person with a high skilled with technical knowledge is necessary. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Show second menu only if loged #95107
    Mahesh
    Participant

    @diferent: This is more of technical issue and is not done automatically. So, you need to decide on Child theme or Parent theme when you start your development process. I am not at SQL expert to give you help on this. So, you might want to check this core ticket thread https://core.trac.wordpress.org/ticket/27177

    Regards,
    Mahesh

    in reply to: some images not previewing properly #95106
    Mahesh
    Participant

    @creativesigns: Glad to know you’ve fixed the issue. Have a nice day!

    Regards,
    Mahesh

    in reply to: White Comment Box Code Needed #95105
    Mahesh
    Participant

    @mindfulsami: Sorry for the late reply. I did check the by installing the plugin in our server and found that there has been a small bug in Custom CSS of the theme. This has been fixed and we’ll be releasing the update soon. So your issue will be fixed in the next update.
    Sorry for the trouble. And thank you very much for the consideration.

    Regards,
    Mahesh

    Mahesh
    Participant

    @smoothiechode: Sorry, for that I guess you’ll need to hire a customizer for that as this beyond theme support scope. One simple option is as I mentioned above to change the published date.

    Regards,
    Mahesh

    in reply to: some images not previewing properly #95013
    Mahesh
    Participant

    @creativesigns: Yes, sure, you can change to any theme any time and don’t worry, you won’t lose any content while doing so.

    Regards,
    Mahesh

    in reply to: Widgets don't appear #94992
    Mahesh
    Participant

    @roosites:
    Hi Barry,

    Please post in your site URL.

    Regards,
    Mahesh

    in reply to: some images not previewing properly #94990
    Mahesh
    Participant

    @creativesigns: I checked your site and as mentioned above got an issue with image, but as I refreshed the page again, the error was gone and worked fine. I tried couple of time and it worked fine. Have you tried changing the theme to WordPress default theme (tweenty fourteen). And is it working fine on default theme? If the issue persists on other themes as well, then it is the issue with Jetpack plugin. If so, please contact Jetpack support.
    Let me know further.

    Regards,
    Mahesh

    in reply to: White Comment Box Code Needed #94988
    Mahesh
    Participant

    @mindfulsami: Have you removed the CSS code from your site already? I didn’t find the code anywhere. Please try the following and check if this solves the issue.

    #disqus_thread {
        background-color: #fff !important;
        padding: 10px !important;
    }

    Regards,
    Mahesh

    in reply to: Exclude several titles and headers #94987
    Mahesh
    Participant

    @alex23:
    Hi Alex,

    Add the following CSS in Custom CSS:

    #content article.format-aside .entry-content,
    #content article.format-link .entry-content,
    #content article.format-status .entry-content {
      	padding: 0 !important;
    }
      
    #content article.hentry:first-of-type {
      	padding-top: 0 !important;
    }

    Hope this helps.

    In the following page, you have single page navigation at the top.
    http://s2.isqueen.de/релакс-девичник-в-горах-сказочной-авс/

    If you have add styles in you child theme for modifications, may be it has caused the issue. Does the problem happens in Parent theme too?

    Regards,
    Mahesh

    Mahesh
    Participant

    @smoothiechode: To avoid displaying header image in product page, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single-product #header-featured-image {
        display: none;
    }

    Page navigation is ordered by date so, for page navigation order, you have to change the publish date.

    Regards,
    Mahesh

    in reply to: Exclude several titles and headers #94948
    Mahesh
    Participant

    @alex23:
    Yes, the CSS in child theme may cause the issues too. Try activating the parent theme and check if the issue persists or not. I the issue is no longer seen, it is child theme CSS issue.
    For the space in pages, use the following CSS:

    #content article:first-child {
        padding-top: 0;
    }
    
    #content article .entry-header {
        display: none;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @smoothiechode: You mean to display the same header image throughout the site right? If so, select options without Featured Image and it will display the same header image in all you pages.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Free to Pro #94944
    Mahesh
    Participant

    @sdhawaninc: Yes, you can have all your settings as they are upgrading from Free to Pro. Upgrading to Pro automatically migrates the settings from Free to Pro.

    Regards,
    Mahesh

    in reply to: Image size for featured images #94943
    Mahesh
    Participant

    @sdhawaninc:
    Hi Shikha,

    In Jomsom Pro, the recommended image size for featured content is 350×350. Please the check the theme instruction in the link below for further details.

    Regards,
    Mahesh

    in reply to: Exclude several titles and headers #94942
    Mahesh
    Participant

    @alex23:
    Hi Alex,

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    1. Remove the category title from the page:

    #content .page-header {
        display: none;
    }

    2. Hide comments-title from this page:
    If you mean to remove the text “ОТЗЫВЫ”, you’ll have to remove it from the content. This is not from title but the content itself.

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 3,281 through 3,300 (of 4,903 total)