Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@habo: This is a server issue. Either use FTP to upload the plugin, or contact the server for the issue.
I don’t about the extra background. Please clarify more.Regards,
MaheshMahesh
Participant@gargoyle35: For home page, go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
body.home { background-image: url("url-to-image-1"); background-position: center center; background-size: cover; }For sergi page, add the following CSS:
body.page-id-13 { background-image: url("url-to-image-2"); background-position: center center; background-size: cover; }Note: Please replace the image url in the above codes (url-to-image-2) with you desired image url.
Regards,
MaheshMahesh
Participant@inforapunzel-will-raus-ch: We’ll need to check on your server. We’ll contact you through email shortly.
Regards,
MaheshDecember 13, 2016 at 12:09 pm in reply to: Images in widgets not loading after update to 1.8 #105277Mahesh
Participant@mwybranowski: Is the plugin working fine with other theme? Seems like it is a plugin issue.
Regards,
MaheshMahesh
Participant@theproteinnut: Yes, theme works fine with Contact Form 7. And about the image in that particular page. It is from the metabox. Go to edit page and make sure Default option is selected in Single Page/Post Image Layout . Then click update.
Regards,
MaheshDecember 13, 2016 at 11:07 am in reply to: How do I get the Featured slider, promotion headline to Translate with polylang #105270Mahesh
Participant@chirsdug: Please contact the plugin support for the issue. This is the most we can do from the theme point of view.
Hope you understand.Regards,
MaheshMahesh
Participant@jailma-santos: Since you are using WordPress 4.6.1, please use the theme’s custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 600px) { #feature-slider .cycle-slideshow img { height: 300px } }Regards,
MaheshMahesh
Participant@gargoyle35: Yes, this can be done with Custom CSS. Where do you actually want to use the background image? Let me know further.
Regards,
MaheshMahesh
Participant@gargoyle35: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
.header-bg #masthead { background-color: rgba(0, 0, 0, 0.7); }Regards,
MaheshDecember 13, 2016 at 9:27 am in reply to: When is it the right time to update the current installation? #105265Mahesh
Participant@serpico57: Catch Evolution Pro 3.4.1 has been released and is totally compatible with WordPress 4.7. You can update the theme and WordPress. For the plugins, you’ll need to check it further.
Hope you understand.Regards,
MaheshMahesh
Participant@inforapunzel-will-raus-ch: Did the update execute successfully? Sometimes the update doesn’t occur successfully and hence gives such problem. Please update the theme again and see if it resolves the issue.
Regards,
MaheshMahesh
Participant@bobgarretthomenetworks-co-uk: Sorry, this is not possible.
Regards,
MaheshMahesh
Participant@gmg-jet: Have you changed the layout option for pages in meta-box in edit page? Go to edit page of the very page, and make sure Default is selected in Layout Option in Gridalicious Options. And click update. I tested on our server and it is working fine.
Let me know further.Regards,
MaheshMahesh
Participant@inforapunzel-will-raus-ch: The problem is with Catch Web Tools, will be fixed in next update of the plugin, which will be released soon. And for the other issue, please post in your site url.
Regards,
MaheshMahesh
Participant@skynet: I checked the same on the iPhone horizontal and vertical both and yes found the issue only when you have to open tabs. When only one tab, no such issue. We are checking on it and will let you know as soon as we find the solution.
Regards,
MaheshMahesh
Participant@edvasquez: Featured Slider stopping, this is not possible simply. You’ll need to customize the theme further for this. And for changing content text size and making it bold, go to Dashboard=> Appearance=> Customize=> Additional CSS:
#slideshow .entry-title { font-size: 50px; font-weight: bold; } #slideshow .subtitle { font-size: 25px; font-weight: bold; }Regards,
MaheshMahesh
Participant@ruben92: It creates a bug in the footer menu when sub menu is used. It puts up some unnecessary white spaces. That’s why it is removed. But if you do want this, you’ll need to create a child theme. You can find more details on creating child theme HERE.
Then in you child theme’s functions.php add the following codes.function adventurous_footer_menu() { if ( has_nav_menu( 'footer' ) ) { ?> <div id="footer-menu"> <nav id="access-footer" role="navigation"> <h2 class="assistive-text"><?php _e( 'Footer Menu', 'adventurous-pro' ); ?></h2> <?php $args = array( 'theme_location' => 'footer', 'container_class' => 'menu-footer-container', 'items_wrap' => '<ul class="menu">%3$s</ul>', ); wp_nav_menu( $args ); ?> </nav><!-- .site-navigation .main-navigation --> </div> <?php } } // adventurous_footer_menuRegards,
MaheshDecember 12, 2016 at 10:24 am in reply to: Seo mess! This theme add lot and unrelated heading tags #105197Mahesh
Participant@pietromessa: 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/
But if you really want to change it, you can change it by building child theme and editing it.Primary and Secondary menu are the assistive-text. If you want to edit any of the Tags, you can create a child theme and customize it further as desired.
Regards,
MaheshMahesh
Participant@lewishm: No, you’ll need to do some customization for this. And no, this cannot be done with Pro version either.
I’ve edited the previous CSS above please use it, hope it helps.Regards,
Mahesh -
AuthorPosts
