Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@giselle: Thank you for your appreciation. Glad to know your issue is resolved. Have a nice day!
Regards,
MaheshMahesh
Participant@dorleeins: It will only work if German language is set as active because the change is made in the translation file only. The content cannot be changed with CSS. For custom Text I recommend you to upgrade to pro. Or create a child theme and customize it. You can find more details on creating child theme HERE. For customization I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@giselle: As far as I understand from the above, you are trying to have different layout in different pages, for example, full page layout in homepage and a layout with sidebar in say Page A.
This option is already available in the theme.
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select a layout in Sidebar Layout Options, this will be your default layout for your site. Then for the pages you want to have different layout, go to Dashboard=> Pages and edit the selected page and select desired layout for that page in Sidebar Layout option.Let me know if any problem.
Regards,
MaheshMahesh
Participant@dorleeins: For hiding “Catch Adaptive von Catch Themes”, you can use custom CSS. Go to Dashboard=> Appearance=> Custom CSS=> Theme Options=> Custom CSS box and add the following CSS:
#footer-right-content { display: none; }For the second one, you can edit
de_DE.pofile and replace line 709 with the following:
msgstr "Copyright © %1$s %2$s. Alle Rechte vorbehalten."If you want to edit and have custom text in footer, I recommend you to upgrade to Pro. The option is already available in Catch Adaptive Pro.
Regards,
MaheshMahesh
Participant@moiseika: Well for that, you’ll need to create a child and customize. You can find more details on creating child theme HERE. Then in your child theme override the function
catchevolution_social_networks. This is located incatch-evolution/inc/catchevolutions-functions.phpfile.Let me know if any problem.
Regards,
MaheshMahesh
ParticipantMahesh
ParticipantJuly 25, 2016 at 10:48 am in reply to: How to insert numeric page navigation in catch box themes without plugin? #96024Mahesh
Participant@inquisitive: Please override the function
catchbox_content_navinfunctions.php.
Let me know if any problem.Regards,
MaheshMahesh
Participant@antoon:
Hi Antoon,Please use the following CSS:
@font-face { font-family: myCalibri; src: url(http://rodekruisbeuningen.nl/wp-content/uploads/calibri.ttf) format('truetype'); } /* Set calibri font as default */ body { font-family: myCalibri, "Calibri"; } #header-menu #access { background: none #569DDB; } #header-menu ul.menu a { color: #fff; font-family: myCalibri, "Calibri"; font-weight: bold; font-size: 18px; } #site-generator td { text-align: center; } .footer { background: #569DDB; font-family: myCalibri, "Calibri"; font-size: 18px; color: #FFF; } .footer td { padding: 0; text-align: left; vertical-align: top; align: center; } #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background: none transparent; text-decoration: underline; color: #FFFFFF; } #header-menu ul.menu li { border-right: 1px solid #569DDB; } /* Center the table */ .footer table { margin: auto; } /* Change font-size of the text */ .footer > p { font-size: 20px; } #site-generator { background-color: #569DDB; color: #eee; } #site-generator a { color: #fff; } @media screen and (max-width: 680px) { #footer-bar { display: none; } }Hope this helps.
And I don’t quite get your second issue, I didn’t find “Geef je gift” text on the page.
Regards,
MaheshMahesh
Participant@filip_1: Please use the following CSS instead:
#header #mainmenu ul li:last-child { border-right: none; } #menu-pocetna .menu-item { width: 16.564%; } #header #mainmenu ul li a { width: 82%; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@antoon:
I checked your site and for some reasons, I still can’t see the Calibri font in the mobile devices, may be the issue of server caching. Please try clearing server cache and check again.
And for removing the footer bar in responsive mode:
First you’ll need to put a id(footer-bar) for the table displaying the bar and use the following CSS:@media screen and (max-width: 480px) { #footer-bar { display: none; } }Regards,
MaheshMahesh
Participant@tinus53: Sorry, please try this one.
http://bit.ly/29XXDNoRegards,
MaheshMahesh
Participant@germanhacemusica:
Hi Toledo,Simple Catch theme is a non responsive theme. But somehow you’ve managed site to have two version, mobile site and desktop site. And I checked the site in different mobiles and is working fine and found no such issue as you’ve mentioned above in the image.
Regards,
MaheshMahesh
Participant@hidemyage:
Hi Kim,For restoring default settings, go to Dashboard=> Appearance=> Customize=> Reset All Settings and check on Check to reset all settings to default option then click on Save & Publish.
Yes, Widgets can be put in content area of the site. Go to Dashboard=> Appearance=> Widgets, then put the widgets you want in Featured Widget Content Area. Then go to Dashboard=> Appearance=> Customize=> Featured Content and select Featured Widget Content in Select Content Type then click on Save & Publish.
Regards,
MaheshMahesh
Participant@piratealfie:
Hi Allan,Thank you for using Full Frame Pro theme.
For using Header Image, go to Dashboard=> Appearance=> Customize=> Header Image and then choose a header image you want to display in your site. Then choose Homepage/Frontpage option in Enable Featured Header Image on (Displays header image on homepage/frontpage only). Then click on Save & Publish.OR
If you want to make slider as Header Image removing the navigation links, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#feature-slider .cycle-pager, #feature-slider .cycle-prev, #feature-slider .cycle-next, #feature-slider .entry-container { display: none; }Hope this helps.
Regards,
MaheshMahesh
Participant@tinus53:
Hi Bernhard,The translations for German language is not 100% complete so we haven’t included it in the theme. However, you can use translations file in the link below for now.
https://goo.gl/H8yjTyRegards,
MaheshJuly 22, 2016 at 9:50 am in reply to: Adding widgets – social icons/search bar over the header image. #95909Mahesh
Participant@rflores: Copy the following HTML code and paste it in the post where you want it to be displayed in your site for the link.
<a href="http://www.westcoastmedium.com/products.html" target="_blank" title="An Investment for a Healthier You">An Investment for a Healthier You</a>Yes, you can change the text portion at anytime.
Regards,
Mahesh -
AuthorPosts
