Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@filip_1: Yes, you can use those. All the customization done in theme dashboard/settings is retained. But the code modified in the theme will be lost. Hope you understand.
Regards,
MaheshMahesh
Participant@filip_1: Have you made the customization through child theme or directly on the theme itself? Customization done in the theme itself will be lost during theme update that is why it is strongly recommend you to use child theme for customization. Its not possible to undo, however, please contact you server so that they can help you get the previous files before update.
If you do have child theme and the customization. Please use that. Let me know if any problem.Regards,
MaheshMahesh
Participant@wolpertinger: This is not possible with the theme by default. You’ll need to create a child theme and customize the theme further. You can find more details on creating child theme HERE. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@wolpertinger: Which one(sidebar) do you want to remove from the archives page?
Regards,
MaheshApril 10, 2017 at 6:24 am in reply to: Choosing the image which is preview before entering the post #113775Mahesh
Participant@smartdog: Free version of the theme has limited features. The feature you seek (set header image for single page same image as the featured image is set) is only available in Pro version. I recommend you to upgrade to Pro.
Regards,
MaheshApril 10, 2017 at 12:28 am in reply to: Secondary Menu in Mobile & Moving WOOF Filters to the top in Mobile #113761Mahesh
Participant@jyamani53: Yes, I was referring to the secondary menu. I checked your site, and yes, its empty container on yours. Must be because of some plugins, the same is working fine on our server.
Regards,
MaheshApril 10, 2017 at 12:21 am in reply to: Images on Product Pages (Woocommerce) are opening as a new page #113759Mahesh
Participant@jyamani53: Seems one of your plugins is giving the JS error and because of it the issue is occuring. Please try disabling the plugins one by one and check if that resolves the issue. Let me know further.
Regards,
MaheshApril 10, 2017 at 12:02 am in reply to: Secondary Menu in Mobile & Moving WOOF Filters to the top in Mobile #113756Mahesh
Participant@jyamani53:
1. The menu is working fine on our server. May be some of the plugin you’ve installed it conflicting. Please try disabling the plugins one by one and check if it resolves the issue.2. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media (max-width: 990px) { #content .wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; } #content .wrapper #main { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; } #content .wrapper .sidebar-primary { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } #content .wrapper .sidebar-primary .widget { width: 100%; } }Regards,
MaheshMahesh
Participant@melissajakimikgmail-com: For that, I recommend you to upgrade to Pro. In pro version, Header Right widget area is available which will allow you to add text, image etc through text widgets in the header.
Regards,
MaheshApril 9, 2017 at 6:42 am in reply to: Please HELP, permalink error that came out of nowhere. #113728Mahesh
Participant@luismarioochoa: Check your site again. Seems that the link
http://destinationvows.ca/specialists/british-columbia/zahra-remtulla/
is wrong, I checked the link with specialists-2
http://destinationvows.ca/specialists-2/specialists/british-columbia/zahra-remtulla/
and it worked fine. Please change the link in your content.
For some reasons, you have specialists-2 in your link, may be some category or custom permalink or something.Regards,
MaheshMahesh
Participant@johnny-nova: Use the following code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/A7zX4hFNfxY" frameborder="0" allowfullscreen></iframe>Regards,
MaheshApril 9, 2017 at 2:52 am in reply to: change site-description from single line to double line #113717Mahesh
Participant@jamesmillerlifeology: Checked your site, seems you’ve resolved the issue. Let me know if any problem.
Regards,
MaheshMahesh
Participant@tesseraltyme: By default, the theme supports metabox for Posts and Pages, if you want to have it in custom post types too, you’ll need to customize the theme further and add the custom post type in metabox intialization. Check
inc/clean-box-metabox.phpcode at the last line. If you are not familiar with coding, I recommend you to hire a customizer.Regards,
MaheshApril 9, 2017 at 12:32 am in reply to: Please HELP, permalink error that came out of nowhere. #113711Mahesh
Participant@luismarioochoa: The links are working fine. What seems to be the problem. Checked your site, not getting any 404 error. What actually is specialists on your site. Is it a category? Please make sure, you don’t have two specialists category.
Regards,
MaheshMahesh
Participant@cinema-assassin: Please use the recommended image size. Refer to the theme instruciton:
https://catchthemes.com/theme-instructions/clean-journal-pro/#featured-imageRegards,
MaheshMahesh
Participant@vocom: Well, the theme is designed that way. But if you want it to align horizontally next to each other, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#supplementary.four .widget-column { float: left; width: 25%; text-align: center; } #supplementary.one .widget-area .cttours, #supplementary .widget-title { text-align: center; }Regards,
Mahesh -
AuthorPosts
