Forum Replies Created
-
AuthorPosts
-
November 10, 2018 at 9:49 am in reply to: images in above footer area horizontal instead of vertical #158955
Sakin
KeymasterHi Hans,
After looking at site. I know I can see what are you trying to achieve it. So, yes “Before footer” is the best widget area to add widget. But can you use “CT: Gallery Image” widget, where you can change the layout to “3 Column” and No. of Items: to “3” and then add image url, link, title and content as per your need.
Regards,
SakinSakin
Keymaster@vraba: Not sure about that plugins. If they have easy compatible then yes, it should work. Text domain for Parallax Frame Pro theme is parallax-frame-pro . For any our our theme, you can check out style.css file and you will see Text Domain:
November 9, 2018 at 8:25 am in reply to: images in above footer area horizontal instead of vertical #158916Sakin
KeymasterHi Hans,
How about adding those logo as “Featured Content”. Just go to “Appearance => Customize => Featured Content” and in “Enable Featured Content on”, you can enable it either Entire Site or Homepage. Then, since you want 3 images, just select “3 Columns” in Select Featured Content Layout option and in “Select Content Type”, select “Custom or Image” and then add image and link as per your need.
Regards,
SakinSakin
Keymaster@ipunzo: This is WordPress code header video which is for decoration purpose and to save the bandwidth in the mobile, WordPress core has disable header video in mobile and will be released by Header Image. So, please add header image as well.
Sorry no option for this. You can check in default WordPress core theme like https://wordpress.org/themes/twentyseventeen/ also have same feature of header video.
Sakin
Keymaster@hoddbarnesdickins: Yes, you can hide it with custom css. For that, send me the URL of the pages where you want to hide the name of the page and date.
Sakin
Keymaster@masfur: You can add the following css in “Appearance => Customize => Additional CSS” box to add border in image in content.
.site-main img { border: 1px solid #000; }
Sakin
Keymaster@pelinsu2010: Please post in your site URL. So, that we can check in.
It should show social icons, if you have assigned your social menu to “Social on Primary Menu”.Sakin
Keymaster@wouwonline: This error is from the server. So, please contact your Website hosting server support and check in your mail server setup. This error is not theme related and we can only solve the issues which are theme related.
November 9, 2018 at 12:49 am in reply to: Changing Header Text on Blog Posts Page in Catch Inspire Pro? #158883Sakin
Keymaster@otinsight: Sorry, looks like @skandha got confused.
You can change that text from customizer. Just go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and change the text in “Recent Posts Heading” and “Recent Posts Sub Heading”Sakin
KeymasterHello Ish,
You can add via widgets to Header Right Section. For that, just go to “Appearance => Widgets” from your WordPress dashboard and then add “CT: Advertisement” widget to Header Right widget area and then add Image URL and Link URL as per your need.
Regards,
SakinSakin
KeymasterHello Edward,
Yes, looks like you solve it all by yourself. Yes, WordPress custom menu works like that. It’s bit off but works well. Sorry for the confusion.
Regards,
SakinSakin
KeymasterHello Edward,
Can you find similar font in Google Font https://fonts.google.com/, then we can add that in theme itself. Also try the build in font family option that you have in “Appearance => Customize => Theme Options => Font Family Options”. There we have added popular google fonts and websafe fonts.
Regards,
SakinSakin
Keymaster@tbhesh: For detail support, please post in your site URL and then we can check in and give you better solutions. For now, can you try by adding following css in “Appearance => Customize => Additional CSS” box:
/* Transparent Background for site wrapper */ .site-inner { background-color: transparent; }
Sakin
Keymaster@nautillus: Sorry, this support is only for the theme that we build https://catchthemes.com/themes/category/premium/
To recover the lost data from your PC. Please contact the shop from where you bought your pc. They should have better knowledge. Also, you can google for recovery software.
November 8, 2018 at 12:19 pm in reply to: website is showing disk quota full what does this means #158853Sakin
Keymaster@anitaommer: Also this “disk quota full” is not of a theme but it’s from your website hosting server. Looks like the space that you bought for hosting your website is going to be full. So, contact your hosting server support.
Sakin
Keymaster@sandkamper: You should find the zip file in “Download Section” in your account page at https://catchthemes.com/my-account/. So, you can download it from there. But some of the modern browser like Safari has auto zip extractor. In this case, it will automatically unzip the zip file after downloading. In this case, you can either re-zip the folder by right click and compress or you need to open Safari and go to “Safari => Preferences” and in “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download zip file.
November 8, 2018 at 12:06 pm in reply to: How to change colors of Main Top navigation menu in "Create Pro" theme #158851Sakin
Keymaster@timmyjohnboy: Change the color in the following css for menu toggle button.
/* Mobile Menu Button Color */ .menu-toggle { background-color: #090401; color: #fff; } /* Mobile Menu Button Hover-focus Color */ .menu-toggle:hover, .menu-toggle:focus { background-color: #393939; color: #e7b507; }
November 7, 2018 at 11:54 pm in reply to: Upgrading from Lucida Free to Pro without losing anything #158784Sakin
Keymaster@SpesiStockholm: Yes, the customizer option will mostly be imported. But to be on safe side, you can use our new plugin “Catch Import Export” https://wordpress.org/plugins/catch-import-export/
Also, if you still have issue then let us know. We can install that for you.
November 7, 2018 at 11:48 pm in reply to: How to change colors of Main Top navigation menu in "Create Pro" theme #158783Sakin
Keymaster@timmyjohnboy: Will need to talked to development team about the color of the menu. I also didn’t find it and if it’s missing will add soon in next version update. Thanks.
For now, you can change the color code in the following css and then add it in “Appearance = Customize => Additional CSS” box:
/* Menu Text Color */ .main-navigation a { color: #dbdada; } /* Menu Hover Text Color */ .create-menu a:hover, .create-menu a:focus { color: #e7b507; } /* Menu Active Color */ .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color: #cfa205; }
-
AuthorPosts