Forum Replies Created
-
AuthorPosts
-
tikaram
Member@micha : The three images under the slider have width: 300px and height: 300px. The fourth image have width: 268px and height: 268px. Please change the dimensions of the fourth image and upload it again with width: 300px and height: 300px, the issue will be solved. This is not a theme or css related issue, its due the small size of image you have used for the fourth image. Maybe you think it was fine earlier with the same image size but it’s not working now on your site. you will need to change the image size and upload a proper sized image. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@robertf: There are multiple jQuery errors on your website which are causing different issues on your website. One thing i found after analyzing the source of your site is that the theme name has been changed to catch-box-pro-4 instead of catch-box-pro. I could not figure out the reason behind it. I suggest you to disable all Plugins and follow this link to know more about plugin conflict with our themes. If the problem still persist then download a fresh copy of theme and install the theme again. If you need to make any changes to your theme files please create a child theme and do the customizations rather than editing the parent theme. If you make changes on the parent theme directly, the changes will be lost after theme update. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@silkroaddog : I hope you have the Shop Page already created on your website if not please follow this link to generate the necessary Woocommerce Pages.
Go to Appearance => Customize => Static Front Page UnderFront page displaysClick on : A static page and UnderFront pageSelect Shop page from the drop down list of pages and then save. Let me know if you need further assistance.Regards,
TikaramAugust 11, 2017 at 2:51 am in reply to: Problem with the internationalization of the year in the footer #120271tikaram
Member@flobogo : Please try disabling all Plugins and click on this link to know more about plugin conflict with our themes. If the problem still persist then try installing a fresh copy of theme. The demo of the theme is working fine so there is no any issues with the theme.
You may upgrade to Pro version of the theme where you have footer editing options from the customizer. Let me know if you need further assistance.Regards,
Tikaramtikaram
Member@champac : Go to Appearance => Customize => Additional css and add the following css to change the text color of main menu.
.catchresponsive-nav-menu a { color: #color-code; }Note : Please change the
color-codewith a desired color-code you want to use on your site
Let me know if you need further assistance.Regards,
Tikaramtikaram
Member@bjbarker:I recommend you to use Catch Web Tools Plugin to insert JavaScript on your Website. Install and active the plugin. To insert JavaScript click on WEBMASTER TOOLS on plugin menu. Then, click on
Header and Footer scriptsand insert your script on either header or footer part as required. This method is proper and secure and your site will not be down as well. Let me know if you need further assistance.Regards,
Tikaramtikaram
Member@micha : I did some research about your site but i could not find your sliders were full width before and the space below the slider was also not there. Please check these link to view how your site was during April and June
April 2017 : https://web.archive.org/web/20170407220234/http://travelintense.com
June 2017 : https://web.archive.org/web/20170616173823/http://travelintense.com
I am providing you additional css to make the slider full width and add space below the slider.
GO to Appearance => Customize => Additional css and add the following css code#main { padding-top: 50px; } .featured-slider .slides img { width: 100%; }Let me know if you need any further assistance.
Regards,
Tikaramtikaram
Member@grayaii : When you have not created any Menu on your website the default page menu will appear and every time you add a new page it will appear as menu item you will need to add your own menu to get rid of it. To add your own Menu
Go to Appearance => Menus
You can findMenu Namefield. Give a name as desired and click on create menu. After creating the menu, click onManage Locationstab which is next to Edit menus.
UnderAssigned Menuyou can see a drop down, select the menu that you created forPrimary Menufrom drop down list and save changes. Let me know if you need further assistance.Regards,
Tikaramtikaram
Member@freelancer :If you have a proper internet connection the font should work on your local machine as well. If you are using Google fonts then the font will be imported. Which font family would you like to use? Have you tried to change the font family from the customizer? Let me know if you need further assistance.
Regards,
TikaramAugust 10, 2017 at 2:59 am in reply to: CT Advertisement Image is not showing on mobile devices #120231tikaram
Member@caro-six : I could not find CT Advertisement Image widget active on your website. It’s not displaying any Advertisement image when viewed from desktop. Please make sure that you have added the widget correctly and its active on your site. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@ashleimedina : Some parts of html of your website needs to be customized to add parallax scrolling effect. You cannot achieve it by just adding some custom css only. I recommend you to hire a customizer as its not possible to add scrolling effect with custom css only.
Regards,
Tikaramtikaram
Member@bjbarker: You should never edit the Parent theme files directly. You should always create a child theme and add your additional codes to the child theme files. If you have access to the web server download the fresh copy of theme and upload it into your server. The theme files are uploaded to
wp-content/themesfolder. Replace the old theme with new theme files, your site should start working. Let me know if you need further assistance.Regards,
Tikaramtikaram
Member@chrisuk : Can you Please post in your page URL where you are unable to render the content using shortcode. You just need to put the shortcode and it is supposed to work. The theme supports shortcode. Let me check your page so that i can figure out what could be the solution.
Regards,
Tikaramtikaram
Member@bothkolbs: Go to Appearance => Customize => Additional css and add the following css and save.
.cycle-prev #prev, .cycle-next #next { display: none; } .tribe-events-list-widget ol > li{ list-style-type: none; }Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@grayaii : Go to Appearance => Customize => Menus
You can see your active menu.(Currently set to: Primary Menu)is written under your active menu. Click on the active menu name. Under Menu Options UncheckAutomatically add new top-level pages to this menu. After this the newly added pages will not be added automatically to your menu items. You can edit the previous menu items and keep required items only. Let me know if you need further assistance.Regards,
TikaramAugust 8, 2017 at 2:46 am in reply to: Change order of sections on Featured Page on Clean Education Pro Theme #120178tikaram
Member@jregunathan : Please add the following lines of code inside the functions.php of your child theme. The logo slider will move down above footer. Let me know if you need further assistance.
function clean_education_pro_child_move_logo_slider_before_footer(){ remove_action( 'clean_education_before_content', 'clean_education_logo_slider', 70 ); add_action( 'clean_education_after_content', 'clean_education_logo_slider', 40 ); } add_action( 'init', 'clean_education_pro_child_move_logo_slider_before_footer' );Regards,
Tikaramtikaram
Member@imissmygarden : Please try disabling all Plugins and follow this link to know more about Plugin Conflict with our themes. If the problem still persist try installing the fresh copy of theme. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@ejzohn : Have you tried enabling the header image from the customizer ? Please post in your site URL.
Regards,
TikaramAugust 7, 2017 at 4:16 am in reply to: Menu in the header ? inserting an image between main menu and secondary menu ? #120153tikaram
Member@dbatty : This option is not available from theme options. You will need to download the child theme from this link. Open the functions.php file which is inside the child theme folder and add the following lines of code and save the file.
function catchresponsive_child_primary_nav_above_logo_header_image() { remove_action( 'catchresponsive_after_header', 'catchresponsive_primary_menu', 20 ); add_action( 'catchresponsive_header', 'catchresponsive_primary_menu', 25 ); } add_action( 'init', 'catchresponsive_child_primary_nav_above_logo_header_image' );Login to your WordPress Dashboard and upload the child theme and activate the child theme. The primary menu should move above the logo or header part. Let me know if you need further assistance.
Regards,
Tikaramtikaram
Member@micha : This theme is designed to support box design rather than full width as you can view the demo of this theme. It looks like you have activated full width making
width : 100%but you have not changed css for other elements inside the page. I suggest you to remove the following additional css and the slider and image size error will be fixed..site { width: 100%; } -
AuthorPosts
