Forum Replies Created

Viewing 20 posts - 3,121 through 3,140 (of 4,116 total)
  • Author
    Posts
  • in reply to: Rock Star Free wordpress theme FEATURE IMAGE TITLE removal #127120
    tikaram
    Participant

    @musicproz71 : Go to Appearance => Customize => Additional css and add the following css

    #news-ticker {
    	margin-top: 0;
    }
    .header-image-slider {
    	margin-bottom: 0;
    }
    .site-title a:hover {
    	color: #color-code;
    }
    .site-title {
    	font-family: family-name;
    }

    Note : change #color-code with a valid color code and family-name with your desired font family. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Customising the site-header #127119
    tikaram
    Participant

    @dotneil : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured Content Background Image on media phone screen #127118
    tikaram
    Participant

    You cannot update the Pro theme directly by just clicking the update button as in the free theme.
    You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
    https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-adaptive-pro/#updating

    Regards,
    Tikaram

    in reply to: Automatic curly quotes – disable? #127114
    tikaram
    Participant

    @michelled : Let me clarify you first that this functionality is not controlled by theme.Its controlled by WordPress Core and this happens with every WordPress themes. Please take some time to go through this official article from WordPress which explains clearly about the problem that you are facing and the available solutions. Hope this resolves your issue.

    Regards,
    Tikaram

    in reply to: menu bar color #127111
    tikaram
    Participant

    @roboterpirat : You have two options to choose from .
    Upgrade to Chicago Pro : You can easily change the background color, text color from the customizer. Alternatively, you can add additional css from the customizer. Let me know what you prefer to do.

    Regards,
    Tikaram

    in reply to: How to make a GALLERY like the DEMO show #127068
    tikaram
    Participant

    @tirion : You will need to download and activate Jetpack plugin to use this feature.

    Follow this link to know more about creating Tiled Galleries using Jetpack.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Featured images on post site won't render since update. #127067
    tikaram
    Participant

    @nina : The issue is due to the length of the excerpt that you have used on your site. You have used a formatted text as excerpt on your latest post which includes divs and lots of unused space. It looks like you have inserted a manual excerpt. Please try reducing the excerpt to four of five lines. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Featured Content Background Image on media phone screen #127058
    tikaram
    Participant

    @friarpaul : Please update your theme and let me know if the issue has been resolved.

    Regards,
    Tikaram

    in reply to: Place image right to H2 or H3 header #127057
    tikaram
    Participant

    @wouwonline : I have used the following code to display the image next to the headings tag.

    <h3><strong>Aanpak <img class="wp-image-3092 size-medium alignnone" src="http://local.dev/wp-content/uploads/2017/11/test-1-300x200.jpg" alt="" width="300" height="200" />
    </strong></h3>

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Remove custom background #127056
    tikaram
    Participant

    @elham-rahimzadeh70 : Glad to know that the issue has been resolved.

    Regards,
    Tikaram

    in reply to: Theme upgrade wipes out all work! HELP!!! #127048
    tikaram
    Participant

    @ionadmin : The child theme will not be updated but it will be secured. You will need to update the parent theme but your changes made through child theme will not be lost. Follow this link to know more about child theme.

    Regards,
    Tikaram

    in reply to: Installation failed #127047
    tikaram
    Participant

    @durnergy : I will contact you shortly by email.

    Regards,
    Tikaram

    in reply to: Remove custom background #127046
    tikaram
    Participant

    @elham-rahimzadeh70 : Go to Appearance => Customize => Additional css and add the following css.

    #slider-section img {
    	width: 100%;
    }
    #logo-section {
    	padding: 0;
    }

    Let me know if this resolves the issue.

    Regards,
    Tikaram

    in reply to: Customising the site-header #127045
    tikaram
    Participant

    @dotneil : The site tile is same on every page including Homepage when I viewed your site from my end. Please try clearing the cache at you end and let me know if the problem still persist.

    Regards,
    Tikaram

    in reply to: Error when loading site #127044
    tikaram
    Participant

    @dotneil : Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Featured Slider images not displaying in Google Chrome #127043
    tikaram
    Participant

    @fmck718 : Its displaying in chrome as well when I checked it from my end but the problems seems to be with the image file size that you using. The slider image is nearly of 1MB(megabytes). This will reduce the performance of your site badly. Please try reducing the file size of slider images to as low as possible. If the problem still persist after reducing the slider image file size you will need to check for plugin conflict with our themes. Please follow this link to know more about plugin conflict with our themes.

    Regards,
    Tikaram

    in reply to: Change colors #127042
    tikaram
    Participant

    @wouwonline : Go to Appearance => Customize => Additional css and add the following css.
    – Hover of the button in the header right side bar :

    #call-to-action-widget .button-minimal:hover, #call-to-action-widget .button-minimal:focus {
    	background-color: #color-code;
    }

    the red dots in the slider :

    #feature-slider .cycle-pager span.cycle-pager-active {
    	color: #color-code;
    }

    Colors in the team section on homepage :

    #team-section #feature-slider .cycle-pager span.cycle-pager-active {
    	color: #color-code;
    }
    #team-section .entry-title a:hover {
    	color: #color-code;
    }
    #team-section .entry-content {
    	color: #color-code;
    }

    Please provide the link of your consultation form.

    footer contact info: the color and hove color of the button :

    .site-footer .button-minimal {
    	background-color: #color-code;
    }
    .site-footer .button-minimal:hover {
    	background-color: #color-code;
    }

    Note : Replace #color-code with your desired colors.

    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Place image right to H2 or H3 header #126999
    tikaram
    Participant

    @wouwonline : You can place the image next to the headings as well.
    This is the screen shot with similar content and image from your website. Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Remove custom background #126981
    tikaram
    Participant

    @elham-rahimzadeh70 : Please try clearing the cache of your website. Let me know if you are still facing any problem.

    Regards,
    Tikaram

    in reply to: Rock Star Free wordpress theme FEATURE IMAGE TITLE removal #126980
    tikaram
    Participant

    @musicproz71 : To bring News ticker below the featured slider You will need to remove the CT: Background Image Widget from Before Content widget area. The widget is pushing the News Ticker below the Before content widget area.

    To make the text readable: Go to Appearance => Customize => Additional css and add the following css.

    .post-155 .entry-content p{
    	background-color: #000;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 20 posts - 3,121 through 3,140 (of 4,116 total)