Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @emree025,
This option is not available in free version but is available in Catch Box Pro version.If you want to do it in a free version, you need to do a bit of customization via Child theme. Follow following instructions:
1. You will need to create a child theme for Catch Box. Its details can be found here
2. If you go through theme file catch-box-pro/inc/catchbox-menus.php file, you can find functions named catchbox_mobile_header_nav_anchor() and catchbox_mobile_footer_nav_anchor().
3. You can copy and paste these functions in your child theme’s functions.php and make the modifications in this the lines 218, 232 and 259 (with reference to the original file). The three lines are for Primary Menu, Secondary Menu and Footer Menu respectively.This will work if you do it properly. Hope this helps. Let me know how things work out.
Pratik
ParticipantHi @adunning,
Sorry for late reply. You can create a different post for your issue with a ref link to this post.About the issue, Catch IDs will work fine till WordPress version 4.4 on all themes.
Pratik
ParticipantHi @Julie,
Thanks for using Catch Everest Pro. The mountain image you are referring to must be from the slider. So to change that, you can follow the instructions here and look at Featured Slider section (Just do a Ctrl + F search with Featured Slider on that page). The instructions should be clear but if you still have problems, please let me know and I will assist you further.
Pratik
ParticipantHi @Kieth,
I think this theme is Catch Box Pro rather than Catch Base Pro. However, since the video is added via iframe, the Custom CSS will not work on it. CSS will not work on cross domain.
Pratik
ParticipantHi @Keith,
It looks like you are using Catch Box Pro Theme but posted it in Catch Base Pro Forum. No worries though. I am leaving this one for @Sakin. He will answer this as it looks like it is a bit tough issue.Pratik
ParticipantHi @whatmoviethisweek,
You have added some Custom CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box. If you remove those, i.e. following code, then this error will go away.
#secondary { width: 22%; } #primary { width: 100%; } #content { width: 68%; }
Let me know if this solves your issue or not.
December 19, 2015 at 8:12 pm in reply to: problem with featured content after updating to 4.4 virsion #81395Pratik
Participanthi @adamsh,
The option is working fine in our servers. Can you change other options and let me know if they are being changed? Also, please post in your site url so I can check it.
Pratik
ParticipantHi @Bram,
Assuming that you want the search icon same color as other menu items, use following code in “Appearance=> Theme Options=> Custom CSS”:/* Change Search Button Color */ #header-search { color: #fff; } /* Change Search Button Hover Color */ #header-search:hover { color: #5d91bf; } /* Change Header Right Border Top */ #header-right .header-search-wrap { border-top: 3px solid #5d91bf; }
You can change the hex color values to any other color it you like.
Let me know if this helps.
Pratik
ParticipantHi @marga,
For 1 and 2 you have solved it yourself so that is great.For third, you will need to follow these steps in “Appearance=> Theme Options=> Custom CSS”
* First, Remove following code:#site-logo, #hgroup.with-logo { display: inline-block; float: left;; }
* Then, add following code:
.logo-wrap { display: block; text-align: center; width: 100%; } #site-logo { display: block; float: none; }
Thats it, and the logo should be center.
Let me know how it works out.
Pratik
Participanthi @Matthias,
I will ping @Sakin and let him know about the situation.Regards,
PratikPratik
ParticipantHi @Cokalejandro,
You will find the text in comments.php line 60.Copy comments.php to your child theme folder and then edit that line.
Pratik
Participanthi @Matthias,
I am a bit confused as you have posted this on Catch Adaptive Pro forum. Also, you have mentioned that you upgraded to version 3.4, but the latest of this theme is version 3.3.
Full Frame Pro looks like the theme you have used. I tried changing the language from WordPress Dashboard=> General => Site Language to Deutsch, and went to customizer and it was working fine.
Let me know if I need to follow any other steps.
The customization page links do not work for me as only logged in users can view that page.
Also, can you try and change the language of German Site to English and see if the problem persists.
Please let me know how it goes and I will assist you further.
Pratik
ParticipantHi @Theodore,
Once you add the menu, it will go to the bottom of the current list of menus and the current box will revert to original state. Can you please try adding it and then, looking at the bottom of the menu list on the right. Then you can drag that option anywhere you like.Let me know if it works out or not.
Pratik
Participanthi @NickBallDesign,
Instead of the given add_action() code, use the following one:
add_action( 'catchbase_header', 'catchbase_extra_header_sidebar', 55);
This will add it to the left of social icon.
Pratik
ParticipantHi @Theodore,
This question is pretty much related to the one in http://catchthemes.com/support-forum/topic/primary-menu-dummy-page/
Instead of adding “#” as URL add your PDF file (in media) link and drag that item as sub menu.
Let me know if this works or not.
Pratik
ParticipantIt looks like you still have some caching issues. For me, now it is showing what you have added, i.e. “What’s on your mind?”
December 15, 2015 at 10:01 am in reply to: Primary manu – text alignment and hover background size #81186 -
AuthorPosts