Forum Replies Created

Viewing 20 posts - 11,221 through 11,240 (of 12,034 total)
  • Author
    Posts
  • in reply to: Header image size and text #146236
    Skandha
    Participant

    @eikon13: Please post in your site URL so that I can help you out.

    Kind Regards,
    Skandha

    in reply to: H1 tag of Jamsom theme #146234
    Skandha
    Participant

    @homa: Yes, the site-title is already h1.
    To change the post and page title to h1 you will need to create a child theme and do a bit of customization.

    Let me know if you are familiar with child theme customization.
    Kind Regards,
    Skandha

    in reply to: Right click disable #146227
    Skandha
    Participant

    @mhutabarat: Glad you found a way out. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Site Identity Logo #146226
    Skandha
    Participant

    @mhutabarat: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-logo {
        display:none;
    }

    Let me know if this does the trick.
    Kind Regards,
    Skandha

    in reply to: Menu Items text won't format. #146225
    Skandha
    Participant

    @tattoo-tom: To bold the menu items
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-items .hentry-inner {
        font-weight:bold;
    }

    Can you explain where you want to skip or goto next line?

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Header Top Area Text #146221
    Skandha
    Participant

    @ishaman: You can insert Menu and Social Icon in the header top area. If you want to insert Menu to Header top Area Go to => Appearance => Customize => Menus => View All Locations => Header Top Menu => Select the Menu you want to show in Header Top Area

    To insert Social Icons to Header Top Area
    Go to => Appearance => Customize => Social Links => Add required social link

    To remove Header Top Area
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
    	display:none;
    }

    The option to add text to header top are is not available in free version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme. To add text to header top you can use Header Top Right and Header Top Left widget area.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @rockmusicraider: I will shortly contact you by email.

    Kind Regards,
    Skandha

    in reply to: H1 tag of Jamsom theme #146181
    Skandha
    Participant

    @homa: The <h1> tag is usually used only for site-title whereas <h2> tags are used for post and page titles. You don’t seem to have a site-title in your website.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: News Ticker Check Box #146171
    Skandha
    Participant

    @ve3eby: Please check again the update has been released.

    Kind Regards,
    Skandha

    in reply to: News Ticker not working at all #146170
    Skandha
    Participant

    @rublue2: This issue maybe because of the HTML code you added to the header area to allow for a subscription form to pop up. Please try removing the code to check if the the news-ticker issue is caused by it.

    Kind Regards,
    Skandha

    in reply to: Opening another site inside wordpress frame? #146168
    Skandha
    Participant

    @landyvlad: Please post in you site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Featured Slider not so featured? #146167
    Skandha
    Participant

    @catwingz: The Featured Slider option with slider type image is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Menu items not showing in edit section #146166
    Skandha
    Participant

    @aj2: Do you mean that the menus are not showing up in the customizer? Please try clearing your cache. Please post in your site URL if the issue persists.

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider Not Working #146163
    Skandha
    Participant

    @bigoslesli: I checked your site and it seems that the slider is not working on many pages because of the <script> tag you have used in at the end of many pages. Please remove the <script> tag and check if the slider works.

    Also I have reinstalled the theme.
    So, in case you have made customization to theme files you can get the theme from following
    http://cdcasa.org/wp-content/uploads/2018/05/catch-everest-pro-4.0.2-1526879216.zip

    Let me know if the issue gets resolved.
    Kind Regards,
    Skandha

    in reply to: H1 tag of Jamsom theme #146159
    Skandha
    Participant

    @homa: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change width of sidebard #146135
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sidebar-primary {
        width:380px;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: "Full Width" Isnt really a Full width #146127
    Skandha
    Participant

    @destinblack: The following CSS Code should make the page full width as well as retain responsiveness.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1366px) {
    	.wrapper {
    		width:1380px;
    	}
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Change width of sidebard #146126
    Skandha
    Participant

    @josefsdorf: Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: You have version installed. Update to 1.0. #146125
    Skandha
    Participant

    @tattoo-tom: This is just a bug showing up. Please discard this update request.

    Kind Regards,
    Skandha

    in reply to: Page Builders? Are they a good idea? #146124
    Skandha
    Participant

    @destinblack: Well usage of page builders has both pros and cons. With page builders you can get nice custom layouts, no coding required it is all drag and drop and has lots of features. The disadvantages is that the customization you have made at the front end will be converted into complex shortcodes by the page builder and shortcodes are plugin specific so when you deactivate the plugin the shortcodes no longer work. You may be compelled to use the plugin even if you don’t want to as you will need to build the website from the scratch. Use of page builder may also result in sluggish loading which is bad for SEO. So I think depends on individuals whether to use it or not.
    Thank you for appreciating our themes.

    Kind Regards,
    Skandha

Viewing 20 posts - 11,221 through 11,240 (of 12,034 total)