Forum Replies Created

Viewing 20 posts - 3,421 through 3,440 (of 4,908 total)
  • Author
    Posts
  • in reply to: Slider Image Start After Nav and Title #93938
    Mahesh
    Participant

    @clizana915: Please add the following CSS along:

    @media screen and (max-width:1152px) {
        #feature-slider {
            margin-top: 109px;	
        }
    }
    
    @media screen and (max-width:991px) {
        #feature-slider {
            margin-top: 62px;	
        }
    }
    
    @media screen and (max-width:600px) {
        #feature-slider {
            margin-top: 57px;	
        }
    }
    
    @media screen and (max-width:540px) {
        #feature-slider {
            margin-top: 55px;	
        }
    }
    
    @media screen and (max-width:480px) {
        #feature-slider {
            margin-top: 50px;	
        }
    }
    @media screen and (max-width:400px) {
        #feature-slider {
            margin-top: 45px;	
        }
    }

    Regards,
    Mahesh

    in reply to: Featured content #93933
    Mahesh
    Participant

    @mbd: Which version are you using? Featured Content option is available in Catch Flames Pro theme from Version 3.5 only. Please update to the latest version.

    Regards,
    Mahesh

    in reply to: Removing frames from individual photos #93932
    Mahesh
    Participant

    @panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main #content img {
        border: none;
    }

    Regards,
    Mahesh

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

    @clizana915: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider {
        margin-top: 89px;
    }

    Regards,
    Mahesh

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

    @richardi: Yes, please try reinstalling theme and check if it resolves the issue.
    Let me know further.

    Regards,
    Mahesh

    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

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