Forum Replies Created
-
AuthorPosts
-
October 11, 2017 at 11:39 pm in reply to: Changed font size in featured slider for mobile use #124176
tikaram
Member@dsm: Go to Appearance => Customize => Additional css and replace the previous css with the following css.
@media only screen and (min-width: 990px) { #main-slider .slides .entry-title a { color: #fff; font-size: 34px; } }Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@contentchampion : Go to Appearance => Customize => Additional css and add the following css to get single column layout for blog post.
.single .sidebar-primary { display: none; } .single .content-area { width: 100%; }Can you please clarify what you would like to be done with mobile menu.
Regards,
Tikaramtikaram
Member@digigiraffe : You can start adding post to your site and it will appear as in the demo of the site. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@contentchampion : Go to Appearance => Customize => Additional css and add the following css.
@media only screen and (max-width: 566px) { #site-logo { float: none; } } .home .entry-footer .entry-meta { display: none; }Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@digigiraffe : Are you trying to display the contents of your site as in the DEMO of the theme or you require featured Content. If you would like to get featured content added we can release it in next update. Please post in your site URl as well. Let me know about your requirement.
Regards,
Tikaramtikaram
Member@infonet : First you will need to create
archive-portfolio.php. Copy the content from archive.php file to archive-portfolio.php.Replace line 35 of archive-portfolio.php with
get_template_part( 'content', 'portfolio' );
Next, createcontent-portfolio.phpand copy the contents of content-sigle.php to content-portfolio.php.Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Member@basbeijes : Add the following additional css to remove the white space above the menu header.
.header-sidebar { padding-top: 0; }The mobile menu is not working because of Plugin Conflict with our theme. I suggest you to deactivate megamenu plugin and follow this link to know about Plugin Conflict with our themes.
Reagrds,
Tikaramtikaram
Member@thervinspector : The feature to edit footer contents is available in Catch Responsive Pro only. Please Upgrade to Pro if you would like to use this feature. It is not available in free version.
Regards,
Tikaramtikaram
Member@mykul0rr : To remove the title field from Featured slider : Go to Appearance => Customize => Additional css and add the following css.
.slider-content-wrapper .entry-title{ display: none; }Please upload slider image with the following dimensions. The images you have used currently are not of proper size thats why it is displaying a background color.
Slider Image:Width: 1920px Height: 1080pxLet me know if you need further assistance.
Regards,
TikaramOctober 10, 2017 at 2:42 am in reply to: Child Theme css showing up in Firefox but not Chrome #124052tikaram
Member@aparente001 : I checked your site in both Firefox as well as chrome and the header menu looks identical. Please try clearing the browser cache at your end. If the problem still persists let me know.
Regards,
Tikaramtikaram
Member@contentchampion : Please post in your site URL.
Regards,
Tikaramtikaram
Member@digigiraffe : This theme does not supports featured content from customizer. You can download and activate essential content types plugin and add featured content.
Example short code to include featured content :[featured_content display_types="true" display_tags="false" columns="3" showposts="3" orderby="title"]Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@ghsreutlinger : I suggest you to create a child theme rather than directly editing the parent theme. If you edit the parent theme directly, all changes will be lost after theme update.
Download the child theme from the following link https://catchthemes.com/wp-content/uploads/2014/05/adventurous-child1.zip
Edit the functions.php file in the child theme and add the following functionfunction shorcode_here() { echo 'Your shortcode goes here'; } add_action( 'adventurous_before_main', 'shorcode_here', 40 );Note replace
Your shortcode goes herewith your shortcode.
let me know if you need further assistance.Regards,
Tikaramtikaram
Member@basbeijes :Remove the additional css and let me know. I will provide you the additional css to fix the issue.
Regards,
TikaramOctober 9, 2017 at 7:25 am in reply to: Issue with Appearance – Customise menu (not visible in Google Chrome browser) #124008tikaram
Member@landyvlad :Glad to know the issue has been resolved. Have a Good day.
Regards,
TikaramOctober 9, 2017 at 7:24 am in reply to: Reduce / Hide gap when site title/tagline not shown? #124007tikaram
Member@landyvlad : Welcome and have a Good day.
tikaram
Member@markusk: I tested the site from my end on mobile device and its working fine. Can you please post the screen shot at your end. Let me know if you need further assistance.
Regards,
TikaramOctober 9, 2017 at 12:46 am in reply to: Reduce / Hide gap when site title/tagline not shown? #123939tikaram
Member@landyvlad : Go to Appearance => Customize => Additional css and add the following css.
#hgroup-wrap { display: none; }Let me know if you need further assistance.
Regards,
Tikaram -
AuthorPosts
