Forum Replies Created
-
AuthorPosts
-
tikaram
Participant@freelancer : Glad to know that your issue has been solved. Have a Good day. Thanks for updating.
Regards,
Tikaramtikaram
Participanttikaram
Participant@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
Participant@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
Participant@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 displays
Click on : A static page and UnderFront page
Select 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
Participant@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
Participant@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-code
with a desired color-code you want to use on your site
Let me know if you need further assistance.Regards,
Tikaramtikaram
Participant@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 scripts
and 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
Participant@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
Participant@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 Name
field. Give a name as desired and click on create menu. After creating the menu, click onManage Locations
tab which is next to Edit menus.
UnderAssigned Menu
you can see a drop down, select the menu that you created forPrimary Menu
from drop down list and save changes. Let me know if you need further assistance.Regards,
Tikaramtikaram
Participant@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
Participant@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
Participant@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
Participant@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/themes
folder. Replace the old theme with new theme files, your site should start working. Let me know if you need further assistance.Regards,
Tikaramtikaram
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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,
Tikaram -
AuthorPosts