Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@clizana915: Please post in your site url.
Regards,
MaheshMahesh
Member@hollyehrocketmail-com: Can you clarify more. Please post your site url, I do not understand what you mean.
Regards,
MaheshJune 20, 2016 at 9:48 am in reply to: French version (search result / navigation) + Meta infos #93879Mahesh
Member@instafic: It is because of the ‘␣’ character in
fr_FR.pofile. Open thefr_FR.pofile and go to line 265 and change the line
msgstr ", ␣"tomsgstr ", "Regards,
MaheshMahesh
Member@mmancini: I checked your site and seems the footer is working fine on all pages. HTI Servers is a licensed and insured company. text is displaying with black bar on all the pages.
Let me know if any problem.Regards,
MaheshMahesh
Member@laumatti:
Hi Lau,Customizer options is a bit tricky. If you select homepage/frontpage, you must be on the homepage in the customizer preview on the right window too. Then only you’ll see the options.
If you still see the options, try disabling plugin if you have any and check if it resolves the issue. Sometimes the plugins may cause the issue.
Let me know if the issue persistsRegards,
MaheshMahesh
Member@richardi: I checked the theme in our server(WordPress 4.5.2) and it seems to be working fine. No problem if I navigate through options in Theme Options.
Are you using any plugins? Try disabling plugins and check if it resolves the issue.
Let me know if any problem.Regards,
MaheshMahesh
Member@laumatti: First you have to enable Featured Content by selecting Hompeage/Frontpage or Entire Site option. Then other options will slide down.
Note: Checking in customizer, you have to be sure you are checking on the page that satisfies the featured content enable options.
Let me know further.Regards,
MaheshMahesh
Member@jeffarakaki: Please post in your site url.
Regards,
MaheshMahesh
Member@ffwa: I tried the plugin with Catch Flames Pro theme in our server, and seem to be working fine. Do you have any plugins installed, try disabling it and check if it resolves the issue. Does the problem persists with other theme too? If so, it might be the problem of the server.
Let me know further.Regards,
MaheshMahesh
Member@vivialmonacidgmail-com: Add the following CSS:
.baslider-main { margin: 0 auto; } .ba-outside { margin: 0 auto; float: none; }Regards,
MaheshMahesh
Member@leonardo-martinez: Have you used the Regenerate Thumbnails plugins to regenerate new sized thumbnails? You have to run it once you’ve changed the image size.
Find the plugin in the link below.
https://wordpress.org/plugins/regenerate-thumbnails/Let me know if any problem.
Regards,
MaheshMahesh
Member@catwingz: Sorry, I had replied to the thread but for some reasons, the reply is gone. I am glad that you fixed the issue yourself. Let me know if any problem.
Have a nice day!Regards,
MaheshMahesh
Member@luismarioochoa: Please follow along.
1. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider .entry-container { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border-radius: 4px; }2. Do you mean Continue Reading link? If so, this will automatically show as excerpt is displayed. You can set excerpt length in Dashboard=> Customize=> Theme Options=> Excerpt Options and set length in Excerpt Length.
3. Please attach an image to clarify more.
Regards,
MaheshMahesh
Member@kelsantana: Please remove the previous and use the following CSS:
.entry-content a.my_button { background-color: #0000FF; border-radius: 5px; padding: 8px; color: #fff; } .entry-content a.my_button:hover { text-decoration: none; }Note: Please add my_button class to the link you want to make button.
Regards,
MaheshMahesh
Member@friarpaul: For this you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes.add_action('init', 'catchbase_child_move_header_right_sidebar_above_site_title'); function catchbase_child_move_header_right_sidebar_above_site_title() { remove_action( 'catchbase_header', 'catchbase_site_branding', 40 ); remove_action( 'catchbase_header', 'catchbase_header_right', 50 ); add_action( 'catchbase_header', 'catchbase_header_right', 40 ); add_action( 'catchbase_header', 'catchbase_site_branding', 50 ); }Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.sidebar-header-right, .sidebar-header-right .widget-wrap { float: none; }Regards,
MaheshMahesh
Member@vivialmonacidgmail-com: Have you fixed the problem? Let me know if you need any help.
Regards,
MaheshMahesh
Member@kelsantana: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.entry-content a { background-color: #eee; border-radius: 5px; padding: 8px; } .entry-content a:hover { text-decoration: none; }Note: Please change the background-color as you desire.
Regards,
MaheshMahesh
Member@inmercyrejoice: Please post in your site url.
Regards,
MaheshMahesh
Member@friarpaul: For that you can use any slider widget plugin from https://wordpress.org/plugins/ and then use that widget in Header Right Sidebar area. Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
