Forum Replies Created
-
AuthorPosts
-
May 18, 2018 at 6:37 am in reply to: Posts don't publish on Homepage / Number of posts not matching #146066
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@rublue2: Can you please try clearing your browser cache and check if all the option of News Ticker show up?
Kind Regards,
SkandhaSkandha
Participant@tattoo-tom: Glad I could help you out. Have a good day!
Kind Regards,
SkandhaSkandha
Participant@tattoo-tom: To remove Home>Tradition
Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the Check to Enable Breadcrumb optionTo 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,
SkandhaSkandha
Participant@bigoslesli: I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Participant@mcrockett: Glad you found a way out. Let me know if you have anymore issues. Have a good day!
Kind Regards,
SkandhaSkandha
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,
SkandhaMay 17, 2018 at 6:13 am in reply to: Keep tagline but hide site title, left sidebar question #145935Skandha
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,
SkandhaSkandha
Participant@tattoo-tom: You have been replied to in the same issue you posted in Catch Plugins Support Forum.
Kind Regards,
SkandhaSkandha
Participant@rublue2: Please try disabling all the plugins and check if the news ticker works.
Let me know if the issue persists.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaMay 16, 2018 at 3:18 am in reply to: Keep tagline but hide site title, left sidebar question #145836Skandha
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,
SkandhaSkandha
Participant@bigoslesli: Please try disabling all your plugins and check if this resolves the issue.
Let me know if the issue persists.Kind Regards,
SkandhaMay 16, 2018 at 2:07 am in reply to: Posts don't publish on Homepage / Number of posts not matching #145814Skandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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 -
AuthorPosts