Forum Replies Created

Viewing 20 posts - 4,001 through 4,020 (of 4,116 total)
  • Author
    Posts
  • in reply to: Header and Footer Images no longer full page width #118708
    tikaram
    Participant

    @nick753 : Please try using logo of small size. Your logo size is big.

    Regards,
    Tikaram

    in reply to: Building Real Estate Website #118707
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

     #main{
    	width: 890px;
    }

    For Footer widgets add the following css

    #supplementary.four .widget-area {
        width: 25%;
    }

    Regards,
    Tikaram

    in reply to: Limit Text width in Featured Slider #118699
    tikaram
    Participant

    @tinus53 : Please use larger image size. It wont fit with smaller images.

    Regards,
    Tikaram

    in reply to: slider theme clean bussines #118698
    tikaram
    Participant

    @recreacioncanapro : Can you please mention in detail what needs to be done ?

    Regards,
    Tikaram

    in reply to: Catch Evolution not scrolling in Safari #118696
    tikaram
    Participant

    @finnjackson: we will contact you shortly through email.

    Regards,
    Tikaram

    tikaram
    Participant

    @wordaz : I checked from laptop and there is no any issue.

    Regards,
    Tikaram

    in reply to: Limit Text width in Featured Slider #118692
    tikaram
    Participant

    @@tinus53 : The slide image size you are using is not of proper size. Please use image with width: 1920px and then the text will not overflow.

    Regards,
    Tikaram

    in reply to: Portfolio feature on page instead of homepage #118684
    tikaram
    Participant

    @wouwonline : Its not possible to add color and text using css. I recommend you to hire a customizer if you would like to customize your site.

    Regards,
    Tikaram

    tikaram
    Participant

    @wordaz : your Adsense ads are properly displayed on your site. Let me know if you have any issues.

    Regards,
    Tikaram

    in reply to: Limit Text width in Featured Slider #118673
    tikaram
    Participant

    @tinus53 : The text in the featured image is not wider when viewed from our end. Please view the screen shot of the image from the following URL. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Error from Google Structured Data Testing Tool #118672
    tikaram
    Participant

    @mmarvel54 : The URL of the logo you uploaded ends with .png?3841bc A valid logo should not contain anything after .png Please check the name of the logo and try uploading it again, make sure that the logo URL does not contain any character after .png
    Let me know if this works or not.

    Regards,
    Tikaram

    tikaram
    Participant

    @dcrosby : It is necessary to have different image sizes because a single image size cannot be adjusted to display as a thumbnail, medium size and large images. Three images are created by wordpress default option and other are generated by theme. we need to display different image sizes in different places thats why its required and cannot be optional.

    If you set WordPress created media sizes to 0 then your future gallery display may not work properly.I don’t recommend you to do that as it may cause problem in future, The pro version have many other features but no option to manage image issue. The functions can be modified but its not recommended as these image sizes are required to work for the proper functionality of the theme.

    Regards,
    Tikaram

    in reply to: how to set up RSS on Clean Journal Pro #118669
    tikaram
    Participant

    @mmarvel54 : The rss feed link for your site is your site URL/feed. You can check the feed on your browser. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Static Page Editing Options – Parallax #118666
    tikaram
    Participant

    @nsd : To make a static box you need to add Additional css, Please post in your site URL where you want to make so that i can help you with css.
    You can make the static page similar to homepage but the posts will not appear on static page. You will need to customize using customizer. Do you mean you want to use a static page as your homepage instead of your latest post?

    Regards,
    Tikaram

    in reply to: Catch Evolution not scrolling in Safari #118665
    tikaram
    Participant

    @finnjackson: The site is scrolling in safari when i checked from my end. If you are having problem with your WordPress admin section Please let me know .

    Its difficult to edit widgets when accessibility mode is enabled. To disable accessibility mode.
    Go to Appearance => Widgets
    Click on screen options and click Disable accessibility mode
    Hope this solves your issue.

    Regards,
    Tikaram

    in reply to: Portfolio feature on page instead of homepage #118638
    tikaram
    Participant

    @wouwonline : The previous link you provided was different. I provided the additional css for that page.
    The page is different now that’s why its not working. Add the following css instead of the previous one

    .portfolio-featured-image img:hover, .featured-image img:hover {
    transform: scale(1.1);
    transition: transform 0.2s linear 0s;
    }
    
    .portfolio-featured-image img, .featured-image img {
    transform: scale(1);
     transition: transform 0.2s linear 0s;
    }

    Regards,
    Tikaram

    in reply to: Header and Footer images randomly shrink #118635
    tikaram
    Participant

    @nick753 : I have replied to your post in the next topic.

    Regards,
    Tikaram

    in reply to: Header and Footer Images no longer full page width #118634
    tikaram
    Participant

    @nick753 : Please try disabling plugins. The css from plugins conflict with the css of the theme. You need to check after adding plugins if they affect the layout of your site or not.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Portfolio feature on page instead of homepage #118633
    tikaram
    Participant

    @wouwonline : The portfolio in clean-education is available from theme options whereas in this theme we are using plugin support. Although its not possible to make exactly as that of clean-education. I can provide you the additional css to add a hover effect.

    Go to Appearance => Customize => Additional Css and add the following css and save.

    .portfolio-featured-image img:hover {
    transform: scale(1.1);
    transition: transform 0.2s linear 0s;
    }
    
    .portfolio-featured-image img {
    transform: scale(1);
     transition: transform 0.2s linear 0s;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Image loading issue #118620
    tikaram
    Participant

    @benoit : Please post the link of the article where image is not loading.

    Regards,
    Tikaram

Viewing 20 posts - 4,001 through 4,020 (of 4,116 total)