Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHi @effess,
I think the CSS file is generated on the fly as Custom CSS is changed. It will be better if ask for support in their support forum : https://wordpress.org/support/plugin/nextgen-galleryRegards,
PratikPratik
MemberHi @creativesigns,
You have following code in your Appearance=> Customize=> Custom CSS box:
#main .page header.entry-header{ display: none; }Just edit it to following:
.home #main .page header.entry-header{ display: none; }And it should only remove the page title on home page.
Let me know if it works or not.
Regards,
PratikPratik
MemberHi @Shop43,
1. The effect is from a plugin that you have installed called Thrive Visual Editor. You will need to ask for support from that plugin as it falls outside our theme support scope.
2. The content and widget area in home page has been generated from the plugin above so it will be difficult to provide support for it. For Other Pages, you can use following CSS code in Appearance=> Customize => Theme Options=> Custom CSS Styles box:
`
#primary, #secondary {
border: 1px solid #000000;
}
‘
For more border options, please view following links:
* http://www.w3schools.com/css/css_border.asp
* http://www.w3schools.com/css/css3_borders.asp3. I cannot understand what you exactly want. Can you explain this a bit more?
4. Great you solved it yourself.
5. Add the code here in Appearance=> Customize => Theme Options=> Custom CSS Styles box.
Regards,
PratikPratik
MemberHi @stefabsharpe,
Can you let me know which vertical line you are talking about? Can you show with a screenshot?Regards,
PratikPratik
MemberHi @jennifer,
Can you post in your site url and the place you want wingding so that I can check it and provide you with Custom CSS code?
Also, please let me know which bullet image you exactly want.
Regards,
PratikPratik
MemberHi @jonny,
It is not recommended to edit core theme files. If you want to add the validator codes please use Catch Web Tools plugin’s Webmaster Module. It has google, bing, alexa, yandex and other site verification tools too.
For custom verification, add the code in header scripts and it should work.
Regards,
PratikPratik
MemberHi @krmarshall87,
We do run our themes via document validators.One H1 per page is old. It was only valid for HTML4.
In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
Full Frame theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
As for other errors, most of them are accessibility errors. This theme is not accessibility-ready.
Regards,
PratikPratik
MemberPratik
MemberHi @zerocuul,
1. If you change the width, then you will need to adjust the sizes for all devices. Please hire a customizer to make it work on all devices. There will be a lot of changes. Also, consider using a child theme and its style.css as there will be quite a few changes. Custom CSS box is only meant for small changes.
2. It is possible to change color of child menu.For that, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:
#branding #access, #colophon #access-footer, #branding ul.menu ul a { background: #CD0000; }Change the hex color value to any value you like.
Regards,
PratikPratik
MemberHi @shawzepe,
I have tried it on several devices and its working fine. Can you let me know which device have you tested on?
It can also be cache related issue. Try clearing your cache and try again.
Regards,
PratikPratik
MemberHi @shawzepe,
For tagline, use following code:
.site-description { font-size: 30px; font-family: 'Nothing You Could Do’, cursive; }You have just left out
'beforeNothing You Could Do', cursive;, just add it and it will work.Pratik
Memberhi @shawzepe,
For google fonts, first you need to import it. Please use following code in place of the one provided above:
@font-face { font-family: "Nothing You Could Do"; font-style: normal; font-weight: 400; src: local("Nothing You Could Do"), local("NothingYouCouldDo"), url("https://fonts.gstatic.com/l/font?kit=jpk1K3jbJoyoK0XKaSyQAeCvl4JxFnZUWpaqQgqDg5sfsqZYbonxmjr9wFM3sVRn9YSfFofyP5ukujV45nKOOamc4FshcY9zUn_5sqFQ_TUEHOew_pTBo2m42rrK0r44&skey=772542671f40e9f1") format("woff2"); } #main article .entry-title{ font-family: 'Nothing You Could Do', cursive; }Pratik
Memberhi SchHaza,
This issue is mostly plugin related so you need to get the support from the plugin support. This is outside our theme support scope.Let me know if there is anything theme related issue.
Regards,
PratikPratik
MemberHi,
Glad it worked out. If you liked our theme and support, please leave a review at here.
Thanks,
PratikPratik
MemberHi @shawzepe,
To change the title of blog posts, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:
#main article .entry-title{ font-family: "Times New Roman", Georgia, Serif; }More details about font-family can be found here .
If you upgrade to Catch Adaptive Pro version, it has the option so you just need to select the font from drop down list of fonts.
Regards,
PratikPratik
MemberHi @Sziszi,
You can use following code:
#content .tags { display: none; }Let me know if this works out or not.
Regards,
PratikPratik
MemberHi Eva,
Please post in your site URL so I can check it.
Regards,
PratikPratik
MemberHi SciHaza,
Can you explain what is it exactly that you want? Also, the site url would be better.
Regards,
PratikPratik
MemberHi Karen,
In the page you have JetPack Gallery installed so it is taking effect. To achieve what you want, try adding the images separately and link them to the external page instead of adding a gallery. Or, you can try other gallery plugins in WordPress.org Plugins Repo.
Regards,
PratikPratik
MemberHi @nnicorescu,
I apologize but even the pro theme will not fulfill this requirement. Free and pro theme have same width, there are other features but the width will remain the same.
Regards,
Pratik -
AuthorPosts
