Forum Replies Created

Viewing 20 posts - 3,261 through 3,280 (of 4,116 total)
  • Author
    Posts
  • in reply to: Seeming incompatibility of Meks Easy Ad Widget #125893
    tikaram
    Participant

    @scoop : You will not loose any additional css and changes that you have done to the previous theme if you switch the theme to Twenty Seventeen. Please activate and test and you can roll back to the previous theme in just a minute. All your settings and changes will be saved. Let me know about the result.

    Regards,
    Tikaram

    in reply to: Remove page title from feature slider #125892
    tikaram
    Participant

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    in reply to: Slider text showing under bullets on mobile #125891
    tikaram
    Participant

    @nhhikegmail-com : While checking from my end the issue seems to be resolved. Please try clearing the browser cache of your device.
    Screen shot link : https://prnt.sc/h8zb9p
    Additional issue seems to be server related issues. Please contact them and ask them to increase the memory of the server. If this doesn’t resolves the issue, Let me know.

    Regards,
    Tikaram

    in reply to: please help me #125849
    tikaram
    Participant

    @princess: Can you please let me know the theme that you are using and post in your site URL.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125844
    tikaram
    Participant

    @marebos : Firstly, sorry for the inconvenience caused. Please let me know if you have any more issues. I have asked you multiple times to provide access to your site and every time I Visit your site I get an error message and I have not been able to view your website online. It’s difficult to find out the problem without viewing the actual page, hope you understand the problem I am facing. I am really sorry to know about the bad experience you had with Catch Themes.

    Regards,
    Tikaram

    in reply to: Video Resize #125837
    tikaram
    Participant

    @coachboone73 : Do you need any help regarding video resizing? Please provide me the site URL and I will assist you to resolve the issue.

    Regards,
    Tikaram

    in reply to: Video Resize #125836
    tikaram
    Participant

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

    iframe {
    	width: 100%;
    	height: 440px;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Images are smashed periodically #125835
    tikaram
    Participant

    @stockman : I checked you website and it’s in maintenance mode. Let me know when your website is accessible so that I can test and help you resolve the issue.

    Regards,
    Tikaram

    in reply to: Mobile Menu Missing #125834
    tikaram
    Participant

    @petegwebmaster: The URL you provided is no more accessible. Let me know if you still have further issues with your website.

    Regards,
    Tikaram

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

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

    @media only screen and (max-width: 1000px) {
    	#featured-content.background-image {
    		background-image: none !important;
    		background-color: #b2dff4;
    	}
    }

    Note You may change the color code : #b2dff4 to a desired color if you want a different color.

    Regards,
    Tikaram

    in reply to: Remove page title from feature slider #125832
    tikaram
    Participant

    @innov72 : Add the following additional css to change the background color of menus.

    .site-header, #site-navigation ul ul {
    	background-color: #ffffff;
    }
    #site-navigation ul .current-menu-item a, #site-navigation ul .current_page_item a {
    	color: #181818;
    }
    #site-navigation ul .current-menu-item a, #site-navigation ul .current_page_item a, #site-navigation ul li:hover > a {
    	color: #000;
    }
     #responsive-menu-button {
            color: #000;
            }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125828
    tikaram
    Participant

    @marebos : Can you please allow your site to be viewable from Singapore. I am still unable to access your site. I can not help you viewing the screen shots as I have mentioned earlier. Please Unblock and let me view your site so that I can help you resolve the issues.

    Regards,
    Tikaram

    in reply to: Change heading font colours #125827
    tikaram
    Participant

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

    h1, h2, h3, h4, h5, h6 {
    	color: #color-code !important;
    }

    Note: Change color-code to your desired HTML color-code. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Seeming incompatibility of Meks Easy Ad Widget #125824
    tikaram
    Participant

    @scoop : To find out whether its a theme related issue or not please try activating WordPress theme Twenty Seventeen . If the problem still persist after activating the default theme then its not a theme related issue, you will need to contact the plugin support again stating that it doesn’t works with the default theme as well. If the widget works properly with Twenty Seventeen without any issues, then only you can say its a theme related issues. Please let me know after testing with default WordPress theme.

    Regards,
    Tikaram

    in reply to: Slider text showing under bullets on mobile #125822
    tikaram
    Participant

    @nhhikegmail-com : Can you please try updating the theme to latest version? Please try clearing the cache after update. Let me know if you have any issues after updating.

    Regards,
    Tikaram

    in reply to: Remove page title from feature slider #125777
    tikaram
    Participant

    @innov72 : To remove page title from featured slider :Go to Appearance => customize => Additional css and add the following css.

    #feature-slider .entry-title {
    	display: none;
    }

    It look like your site is under maintenance. Please let me know when your site is live and I will provide you the css to change the background color of menus. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Home page image in main body #125770
    tikaram
    Participant

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

    @media only screen and (min-width: 1200px) {
    .site {
      width: 100%;
     }
    
    .site .wrapper,
    nav.nav-primary,
    #promotion-message,
    #content,
    #featured-content,
    footer#colophon {
       margin: 0 auto;
       width: 1200px;
    }
    
    #header-featured-image .wrapper,
    #header-featured-image img {
    width: 100%;
    }
    }

    Let me know if this works or not.

    Regards,
    Tikaram

    in reply to: Menu bar look different and a bit ugly #125764
    tikaram
    Participant

    @marebos : Can you please white list this IP address : 202.166.205.28 I am still unable to access your site.

    Regards,
    Tikaram

    in reply to: Change heading font colours #125763
    tikaram
    Participant

    @rolandallen : The option to change the heading colors is not available in customizer. It can be done with additional css. Let me know if you need additional css to change the color of headings.

    Regards,
    Tikaram

    in reply to: Video Blog Posts #125762
    tikaram
    Participant

    @petegwebmaster: Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 20 posts - 3,261 through 3,280 (of 4,116 total)