Forum Replies Created

Viewing 20 posts - 11,241 through 11,260 (of 12,034 total)
  • Author
    Posts
  • Skandha
    Participant

    @rockmusicraider: Please try clearing your browser cache. This might solve the issue. Please update your theme if you are using an old version of the theme.

    Kind Regards,
    Skandha

    in reply to: Customising Site Title Font #146062
    Skandha
    Participant

    @jeanette-denham1: You need to first create a child theme for this purpose. If you do not know how to create a child theme you can use Generate Child Theme Plugin.

    After creating child theme go to the child theme folder and create a new folder fonts. Paste all the required fonts file in that folder.

    Go to => Child Theme Folder => style.css and add the following CSS Code.

    @font-face {
    	font-family: zapfino;  
    	src: url("fonts/ZapfinoExtraLT-One.otf"),
    		 url("fonts/ZapfinoExtraLTPro.otf"),
    		 url("fonts/ZapfinoExtraLT-Two.otf"),
    		 url("fonts/ZapfinoForteLTPro.otf");
    	font-weight: normal;  
    }

    Replace the file name with your font file names.

    Go to => Appearance => Customize => Additonial CSS and add the following CSS Code.

    .site-title {
        font-family:zapfino;
        font-size:100px;
    }

    You can change the font-size according to your requirement.

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

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

    @rublue2: Can you please try clearing your browser cache and check if all the option of News Ticker show up?

    Kind Regards,
    Skandha

    in reply to: Little problem after wp 4.9.6 #146033
    Skandha
    Participant

    @skynet: Glad you could solve the issue. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Creating Clean Page #146022
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Creating Clean Page #146019
    Skandha
    Participant

    @tattoo-tom: To remove Home>Tradition
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the Check to Enable Breadcrumb option

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

    #main .entry-header {
        display:none;
    }

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

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

    @bigoslesli: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Disable Dropdowns #146012
    Skandha
    Participant

    @mcrockett: Glad you found a way out. Let me know if you have anymore issues. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Getting rid of search bar in somalite (WordPress) #145968
    Skandha
    Participant

    @rampiie: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.
    Have a good day!

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    .content-right .sidebar-primary {
    	height:465px;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Food Menu Shortcodes #145930
    Skandha
    Participant

    @tattoo-tom: You have been replied to in the same issue you posted in Catch Plugins Support Forum.

    Kind Regards,
    Skandha

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

    @rublue2: Please try disabling all the plugins and check if the news ticker works.

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    in reply to: Bold font not included (anymore?) in font stylesheet #145918
    Skandha
    Participant

    @durfteimproviseren: I checked your site and the bold fonts seems to be appearing fine. Can you tell me where you find the bold fonts ragged?

    Kind Regards,
    Skandha

    in reply to: Contact Form 7 broken on homepage #145883
    Skandha
    Participant

    @donlk: The issue will be resolved in the next theme update which will be soon. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @catwingz: Yes, it does effect the SEO. What you can do is enter the site-title in the customizer and remove it using following CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
        display:none;
    }

    To change the font style and position of site description.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-description {
    	font-family:ravie;
    	position:relative;
    	top:80px;
    	right:260px;
    }

    Change the font-family and top, right according to your requirement.

    To change background in content section
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
    	background:url("http://77.104.136.172/~bluepla9/wp-content/uploads/2018/05/bg-gradient-1200.png") repeat fixed;
    }

    To remove the thin line in footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
    	border-top:0;
    }

    Reducing height of supplementary footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .wrapper {
    	height:60px;
    }

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

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

    @bigoslesli: Please try disabling all your plugins and check if this resolves the issue.
    Let me know if the issue persists.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @rockmusicraider: Does the issue get resolved when you deactivate the plugin? If yes, you will need to contact the plugin support or search for an alternative plugin which does the same work.

    Kind Regards,
    Skandha

    in reply to: Customising Site Title Font #145813
    Skandha
    Participant

    @jeanette-denham1: Please let me know which font do you want to apply to the site title so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    in reply to: Titles showing in Chrome but not other browsers #145812
    Skandha
    Participant

    @ishaman: I checked your site from all the browsers and do not see any page titles. Please clear your browser cache. This may be the reason the page title is showing on Google Chrome on pc.
    The premium version does not have the option to remove page titles. You can use additional CSS code to achieve this.

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

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

    @destinblack: If you want full width on the pages
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wrapper {
    	width:1380px;
    }

    If you want full-width only on selected pages let me know.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

Viewing 20 posts - 11,241 through 11,260 (of 12,034 total)