Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@catwingz: Sorry you are not using our theme. We only support theme develop by us that is CatchThemes.com . Please post in the theme author support forum.
Sakin
KeymasterThat static image option is there only in Pro version where you can use Image Slider and then just upload the image and leave the Link URL empty.
I don’t recommend changing the menu item font size as it is fixed header and it will look odd. But if you want to make it bold then you can add the following css:
#header-right .widget ul.menu a { font-weight: bold; }For footer address, you can change the font size in the following css and then add in.
#footer-sidebar .textwidget { font-size: 14px; }Sakin
Keymaster@Romany: From which browser you are checking in?
I think you are using Chrome browser and having rem font issue. Can you try add in the following css in “Appearance => Theme Options => Custom CSS” box.
body > div { font-size: 1.6rem; }September 5, 2014 at 12:37 am in reply to: Upgraded to Everest Pro now sliders no longer function #43387Sakin
Keymaster@mtn: Thanks I just re-check in your reading settings at “Settings => Reading” and save change and it’s working fine.
Sakin
KeymasterHi Romany,
This is bit complicated and it cannot be achieve 100% file with just css. You might need to add in JS file to fix it properly. For that you need to hire customizer http://catchthemes.com/hire-customizer/.
The best will be add different image for for mobile devices as
#hgroup-wrap { background: url(image-small.jpg); } @media screen and (min-width: 768px) { #hgroup-wrap { background: url(image-medium.jpg); } } @media (min-width: 960px) { #hgroup-wrap { background: url(image-large.jpg); } }Sakin
Keymaster@Romany: Did you fixed it? As I am able to click on your submenu item easily and there is no gap in between.
Sakin
Keymaster@Pieter: Try adding in the following css in “Appearnace => Theme Options => Custom CSS” box. This will reduce the padding between and will fit in your all menus in one line. After adding this you can remove line break
<br />code from your menu itemClasse Linguistique 9ème classe#header-menu ul.menu a { padding: 0 1em; }Sakin
Keymaster@Michaela: This email is for your actual email address not the email page.
September 4, 2014 at 11:26 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43376Sakin
Keymaster@natoulie: But you don’t have Logo in your site. First add in Logo from “Appearance => header” and then let me know it. Then I will check in your site and send you the css.
September 4, 2014 at 11:14 pm in reply to: Upgraded to Everest Pro now sliders no longer function #43373Sakin
Keymaster@mtn: Did you check in your options at “Appearance => Theme Options”
1. For Featured Slider: Go to “Appearance => Theme Options => Featured Slider => Slider Options” from your WordPress Dashboard and check your “Enable Slider”.
2. For Homepage Featured Content: Go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” from your WordPress Dashboard and check your “Disable Homepage Featured Content”.
If you still have issue then I will be emailing your personally, you can reply me there.
Sakin
Keymaster@Mark: This looks strange issue that I haven’t faced it. There shouldn’t be different options to select posts in homepage. So, I need your WordPress access to check in. I will email you personally and then solve this issue.
Sakin
Keymaster@Janette: You should have posted in your site URL so that i could check in. If you are talking about the spaces between paragraph in blockquote, then you can reduce the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
blockquote p { margin-bottom: 20px; }Sakin
Keymaster@catwingz: Sorry you forgot to post in your site URL so that I can check in. Also which mobile view portrait are you check in.
Sakin
Keymaster@Phil: Sorry to add video in the slider, you might need to hire customizer at http://catchthemes.com/hire-customizer/ as there is no option at this stage. We will look forward for this option in future version update.
But yes, you can add embed video in other places like featured content, pages, posts and widgets. Also you can look for slider plugin at http://wordpress.org/plugins/ which have option to add in video.
Yes, you can change the promotion headline background color and text color. I have changed the background color and border color to black and text to white. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { background-color: #000; border-color: #000; color: #fff; }Regards,
SakinSakin
Keymaster@fer.pinto: Adventurous theme doesn’t have support for Google Structure data. This will be added soon in new version.
Sakin
Keymaster@oly: Looks like you have been hacked. As we don’t have
query.jsfile in our theme. Now, you need to clean your site and make it secure. I suggest you to hire security expert to help with this. Also your hosting server can also help you.Sakin
Keymaster@Joaozinho: For that page, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#post-43 .entry-content img { border: 1px solid #000; }Sakin
Keymaster@Joaozinho: Post in the URL where you want the border. So, that I can check in and send you the css.
Sakin
Keymaster@Joaozinho: Sorry no option as I don’t see any issue. When I load your site many time as well there is no issue. We cannot do anything for loading issue that comes sometime. If you need to check in details then you might want to check in customizer at http://catchthemes.com/hire-customizer/
Sakin
Keymaster@ashrafashraf: Catch Box doesn’t have full width slider. About the Arabic language, this we don’t do it. In Catch Box theme, one of our user ed3s contribute the language file to us and then we added in the theme.
-
AuthorPosts
