Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSorry try the following code:
// Unhook default Catch Responsive functions function unhook_catch_responsive_functions() { add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 ); } add_action( 'init', 'unhook_catch_responsive_functions' ); //Adding Breadcrumb Primary menu add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 10 );Sakin
Keymaster@Cattext: ok then replace previous css to following css:
.in-tag, footer.entry-meta span:nth-child(4) { display: none; }Sakin
Keymaster@mithrand: Ok for that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#access ul .current-menu-item > a, #access ul .current-menu-ancestor > a { background-color: #2781c0; box-shadow: none; }Sakin
Keymaster@Cattext: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
footer.entry-meta { display: none; }Sakin
Keymaster@Isabella: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#third .widget { background-color: #fff; border-color: #ddd; }Sakin
Keymaster@jkok: Looks like you have edited code theme files inside
chicagotheme directory. Looks like you have removed code infooter.phpwhich is causing the issue. Revert back the original files and your mobile menu will work fine.Sakin
Keymaster@JOSHUA: I see that your signup widget used Tables, where we have border. You can change that border color by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.signupframe td { border-color: #8d8d8d; }Sakin
Keymaster@Arndt: It should work, after you download zip file from your account at http://catchthemes.com/my-account. You need to upload this pro version from “Appearance => Themes => Add New => Uploads” and then upload it and then activate it. After that you can setup your site using theme instructions mentioned at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@kemar:
1. To disable slider: you need to go to “Appearance => Customize => Featured Slider => Slier Options” and in “Enable Slider”, you need to select “Disable”. Then click on “Save & Publish”2. To disable featured header: you need to go to “Appearance => Customize => Header Image” and in “Enable Featured Header Image”, you need to select “Disable”. Then click on “Save & Publish”
Please post in your Site URL is this is not working.
Sakin
Keymaster@Roy: In Full Frame Pro theme you can Slider Type as “Featured Image Slider, Featured Page Slider, Featured Post Slider and Featured Category Slider”, which you can choose from “Appearance => Customize => Featured Slider => Select Slider Type”.
After you select the slider type, you need to setup accordingly. If you select “Featured Image Slider”, then you can upload image, add in title, content and links as per your need and click on “Save & Publish” but if you choose other then you need to create page/post with featured image first.
For more, refer to theme instructions at http://catchthemes.com/theme-instructions/full-frame-pro/#featured-slider
Sakin
Keymaster@LynJon: For this level of customization, first you need to build child theme. For child theme, you can download it from http://catchthemes.com/blog/create-child-theme-wordpress/
Then in your child theme
functions.php, first you need to add the following code to remove the breadcrumb:// Unhook default Catch Responsive functions function unhook_catch_responsive_functions() { add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 ); } add_action( 'init', 'unhook_catch_responsive_functions' );Then you need to add the following code to add breadcrumb above Primary Menu
//Adding Breadcrumb Primary menu add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 10 );Sakin
Keymaster@webtussi: I check in your site http://new.aquariumcomputer.com/de/ but your site is in maintenance mode and I cannot view it. Also your admin will be accessible only to admin users.
So, once you add Social widgets from “Appearance => Widgets” to your footer widget area. Did you add in Your social profile URL from “Appearance => Customize => Social Links => Social Links”.
Sakin
Keymaster@Clems26: I don’t see multiple H1 in your site. Also which H1 are you trying to change it. You can change it by building child theme and editing it.
Also only 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
Catch Everest 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/
Sakin
Keymaster@tenchi39: Can you go to “Appearance => Theme Options => Excerpt/More Tag Settings” and change “More Tag Text”. Then click on “Save Changes” and check in.
Sakin
Keymaster@champac: Done. I will be away tonight. So, I will be able to check in tomorrow. I hope you got my email this time.
Sakin
Keymaster@champac: I just tried to send email to your registered email with us but it couldn’t reach and got following message
Échec de la remise pour ces destinataires ou groupes : Bloqué pour cause de virus. Contacter l'administrateur.Sakin
Keymaster@Therese: We have already released the update. You can check out change log at http://catchthemes.com/changelogs/create-pro-theme/
Now, you can download the update from your account at http://catchthemes.com/my-account and update it using update instructions at http://catchthemes.com/theme-instructions/create-pro/#updating
-
AuthorPosts
