Forum Replies Created
-
AuthorPosts
-
Mahesh
ParticipantHi @tivonjohnson,
I checked your site, it seems fine. The slider in your site and in the live demo looks the same.
Regards,
MaheshMahesh
ParticipantHi @gordon,
This issue is because you have used different image sizes and they are very small too. The recommended size for image is as below:
Width: 410px
Height: 321pxPlease use the images with same aspect ratio.
Let me know if this solved your issue.
Regards,
MaheshMahesh
ParticipantHi @FOEC,
Thank you for using Adventurous Pro.
Assuming the current logo’s height, here is the Custom CSS for centralizing the menu bar vertically.
Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:@media screen and (min-width: 981px) { /* Centralizing the menu bar */ #masthead #header-right { margin-top: 20px; } #masthead.fixed-header #header-right { margin-top: 0; } } /* For changing color for Donate Now. */ #secondary-menu ul.menu #menu-item-343 > a { color: #ff0000; /* Your desired color's hex value */ }Let me know if this helped.
Regards,
MaheshMahesh
ParticipantHi @ABS,
For this, you have to create a child theme. You can find the details on how to create a child them here
Then in child theme’s functions.php file add the following function.
function fullframe_delete_slider_cache() { delete_transient( 'fullframe_featured_slider' ); } add_action( 'after_setup_theme', 'fullframe_delete_slider_cache' );Let me know if this solved your issue or not and please post your site url.
Regards,
MaheshMahesh
ParticipantHi @tivonjohnson,
Thank you for using Simple Catch Pro.
The slider’s height depends on the image height used in the slider. The recommended width and height of the image for slider is:
Width: 976px
Height: 313px
The image used in the live demo has same width and height as above.Regards,
MaheshMahesh
ParticipantHi @Invisible Cat,
Thanks and if you like my support and Gridalicious theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/gridalicious?rate=5#postform
Mahesh
ParticipantHi @Invisible Cat,
I assume this is your site: http://www.myinnerfire.net/
Add the following Custom CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
#masthead { background-image: url("http://i2.wp.com/www.myinnerfire.net/wp-content/uploads/2015/12/icy_blue_eye_by_oh_jellybeanz-d41gquq.png?resize=780%2C439"); background-position: center; background-repeat: no-repeat; background-size: cover; }Note: Please replace
http://i2.wp.com/www.myinnerfire.net/wp-content/uploads/2015/12/icy_blue_eye_by_oh_jellybeanz-d41gquq.png?resize=780%2C439in the above code with your desired image url.Regards,
MaheshMahesh
ParticipantHi @stewagner,
You’ve added the Custom Menu Widget in Footer Area for menu in footer. This feature is not available in Catch Everest free version. You can upgrade to Catch Everest Pro version, it includes this feature along with many others.
If you prefer to have it in the free version, you have to hire a customizer.
Regards,
MaheshMahesh
ParticipantHi @TripleY,
Please add the following Custom CSS codes in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
#breadcrumb-list {
background-color: transparent;
}#content {
background-color: transparent;
}Let me know if this helped you.
Regards,
MaheshMahesh
ParticipantHi @Ralf,
Just checked your site, you’re having the issue because of the inline CSS in
<span>tag inside the post. Following line is overriding the link color.<span style="color: #0066cc;">Nonnenhorn</span>Change it to make it look like following:
<span>Nonnenhorn</span>Let me know if this fixes your issue.
Regards,
MaheshMahesh
ParticipantHi @InvisibleFlame,
Please add the following Custom CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
.nav-secondary ul.menu a { text-transform: uppercase; font-weight: bold; line-height: 44px; padding:0px 12px 0px 12px; /* You may add more CSS rules like width, height etc here */ } .nav-primary ul li a { text-transform: uppercase; font-weight: bold; line-height: 42px; padding:2px 12px 2px 12px; /* You may add more CSS rules like width, height etc here */ }Let me know if this helped with your issue.
Regards,
MaheshMahesh
ParticipantMahesh
ParticipantIt seems, you have used table in the post and the text you’ve put in is in the table header tag (i.e. <th> tag). By default table headings are automatically capitalized. So if you wish to remove capitalization either use <td> tag instead or use Custom CSS.
For Custom CSS, let me know whether you want to change it in the specific post only or entire site.
Thanks,
MaheshMahesh
ParticipantI didn’t understand your problem, could you please make it more clear and specify where actually in your site you’re having the above problem?
Thanks,
MaheshMahesh
ParticipantHi @rinzee,
To disable header image, go to “Dashboard=> Appearance=> Customize=> Header Image” and select
Disabledoption inEnable Featured Header Image onsetting then click onSave & Publishbutton and check.Let me know if the problem still persists and please post your site url.
Thanks,
MaheshMahesh
ParticipantHi @stringa
I think you’ve forgot to select the
Randomizing uploaded headersoption after uploading the image to the header. Go to “Dashboard=> Appearance=> Customize=> Header Image” and make sureRandomizing uploaded headersis displayed inCurrent Headeroption. ClickSave & Publishbutton and check.Let me know if this fixes issue.
Thanks,
MaheshMahesh
ParticipantHi @Ma Ko,
You’ve selected Static Page in Front Page Displays that is why your site is not displaying the posts.
You have to change it toYour latest postsoption.Go to “Dashboard=> Appearance=> Customize=> Static Front Page” and set
Front Page Displaysoption toYour latest postsoption.Hope this helps you to display your latest post in your homepage.
Thanks,
MaheshMahesh
ParticipantHi @Yvonne,
Thankyou for using Catch Everest Pro.
I’m glad that you’ve found the solution yourself. The instruction you’ve found is correct and CSS for hiding the title is correct too. But you have some error in the following line in your Custom CSS:
.entry-header .entry-title a:hover { color: #222You’ve missed the semicolon and the ending brace which should be like the following:
.entry-header .entry-title a:hover { color: #222; }Let me know if this fixes your issue.
Thanks,
MaheshMahesh
ParticipantHi @Steve,
The language selector you are trying to add with qtranslate plugin has only option to add it as a widget. Adventurous Theme’s free version has only limited widget area. You can add it in the available widget area i.e. sidebar. If you want to add it to the header section then either you have to hire a customizer or you can upgrade to Adventurous Pro which has Header Right Widget Area.
Thanks,
Mahesh -
AuthorPosts
