Forum Replies Created

Viewing 20 posts - 3,421 through 3,440 (of 4,903 total)
  • Author
    Posts
  • in reply to: Contenu en vedette #93903
    Mahesh
    Participant

    @laumatti: Please check your email.

    Regards,
    Mahesh

    in reply to: change site tittle and tagline sizes #93902
    Mahesh
    Participant

    @luismarioochoa: Please make sure the images used are of correct dimensions (1680×720). May be the white line is from image itself.
    It would be easier if I could test the site.
    And about the link/button, Which Featured Slider type are you using currently? Excerpt content with More button only works in Post/Page/Category slider type.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Amazon Buy button #93896
    Mahesh
    Participant

    @kelsantana: Currently you have following HTML for the Amazon Buy button
    <a href="https://www.amazon.com/Childrens-Book-Adventure-Froblicious-Rhyming-ebook/dp/B01GOTXESA" target="_blank">Buy Now on Amazon</a>
    Change it to the following:
    <a class="my_button" href="https://www.amazon.com/Childrens-Book-Adventure-Froblicious-Rhyming-ebook/dp/B01GOTXESA" target="_blank">Buy Now on Amazon</a>
    This will fix the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: change site tittle and tagline sizes #93884
    Mahesh
    Participant

    @luismarioochoa: You can upload the image to dropbox, googledrive or awesome screenshots and share the link here.

    Regards,
    Mahesh

    in reply to: Problems with Plugin "Contact Form 7" and Theme? #93883
    Mahesh
    Participant

    @ffwa: May be that plugin conflicts with other plugin and theme. Please contact the Photo Gallery plugin for the issue.

    Regards,
    Mahesh

    in reply to: Slider Image Start After Nav and Title #93881
    Mahesh
    Participant

    @clizana915: Please post in your site url.

    Regards,
    Mahesh

    in reply to: membership register -thank you #93880
    Mahesh
    Participant

    @hollyehrocketmail-com: Can you clarify more. Please post your site url, I do not understand what you mean.

    Regards,
    Mahesh

    Mahesh
    Participant

    @instafic: It is because of the ‘␣’ character in fr_FR.po file. Open the fr_FR.po file and go to line 265 and change the line
    msgstr ", ␣" to msgstr ", "

    Regards,
    Mahesh

    in reply to: Footer missing on home page. #93878
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: Contenu en vedette #93856
    Mahesh
    Participant

    @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 persists

    Regards,
    Mahesh

    in reply to: featured post slider BUG REPORT #93851
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: Contenu en vedette #93844
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: Featured Content's image #93836
    Mahesh
    Participant

    @jeffarakaki: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Problems with Plugin "Contact Form 7" and Theme? #93835
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: center menu #93834
    Mahesh
    Participant

    @vivialmonacidgmail-com: Add the following CSS:

    .baslider-main {
    	margin: 0 auto;
    }
    
    .ba-outside {
    	margin: 0 auto;
    	float: none;
    }

    Regards,
    Mahesh

    in reply to: How to change first page thubnail's size #93833
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: Make content area wider, right sidebar narrower #93832
    Mahesh
    Participant

    @catwingz: Looking forward for it too. Have a nice day! 🙂

    Regards,
    Mahesh

    in reply to: Image captions and footer background #93831
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: change site tittle and tagline sizes #93830
    Mahesh
    Participant

    @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,
    Mahesh

    in reply to: Amazon Buy button #93829
    Mahesh
    Participant

    @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,
    Mahesh

Viewing 20 posts - 3,421 through 3,440 (of 4,903 total)