Forum Replies Created

Viewing 20 posts - 1,721 through 1,740 (of 14,510 total)
  • Author
    Posts
  • in reply to: adjust the margins #79173
    Sakin
    Keymaster

    @Mattias: Sorry I don’t understand your question. Can you explain in reference with your site URL.

    in reply to: Border content page #79172
    Sakin
    Keymaster

    @Mattias: Please post in your site URL and let me know where you want to add border and which color.

    in reply to: Remove Render-Blocking JavaScript #79168
    Sakin
    Keymaster

    @heywatchit: That issue will be there in all the theme that you use. As we need to follow the WordPress Guideline to enqueue scripts and css. This falls beyond theme issue.

    You can even try default WordPress theme by WordPress.org itself. like
    https://wp-themes.com/twentyfifteen

    This should be solved using plugin like W3 Total Cache or WP Rocket Plugin and work on minify js and css. But this is complicated and you might need to hire expert to do that.

    in reply to: Change Font color in Header widget #79164
    Sakin
    Keymaster

    @Cathy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #sidebar-header .widget, 
    #sidebar-header .widget-title, 
    #sidebar-header .widget a { color: #000; }
    in reply to: Slider image sizing #79163
    Sakin
    Keymaster

    @guy.shachar76: For which theme and site. If you want to upload 1500px width then your site width need to be 1500px as well.

    in reply to: Polylang: translating Featured Content title and description #79129
    Sakin
    Keymaster

    @Pius: I need that wpml-config.xml and your child theme folder name to debug it. You cannot just paste in the code. As this edit will clear the format. When I check in the code above, the in problem with closing " in the following css. So, replace the following code
    <key name="theme_mods_full-frame-pro-child“>
    with the following code:
    <key name="theme_mods_full-frame-pro-child">

    Also your child theme folder name should be full-frame-pro-child

    in reply to: Show slider text even on small displays #79123
    Sakin
    Keymaster

    @Debbie: I check in your custom css and you already have css for font size as well. Great work

    in reply to: Continue reading adds extra characters #79120
    Sakin
    Keymaster

    @ShayC: For Simple Catch theme, you can go to “Appearance => Theme Options => Excerpt / More Tag Settings” and change “More Tag Text”.

    in reply to: Error #79115
    Sakin
    Keymaster

    @AiD: Can you let me know the version of Simple Catch Pro theme that you are using. Looks like you are using old version of Simple Catch Pro theme. Latest version in 3.2.1

    in reply to: Breadcrumb #79113
    Sakin
    Keymaster

    @LynJon: Thanks a lot 🙂

    in reply to: comments #79091
    Sakin
    Keymaster

    @lehii17: looks like you are talking about Comment Settings. For that, just go to “Settings => Discussions” and in “Other comment settings” where you will see option to select “Comments should be displayed with the comments at the top of each page”. Just change that and Save changes.

    in reply to: Displaying image to left of text in header #79089
    Sakin
    Keymaster

    @Edward: Ok for that, you need to go to “Appearance => Theme Options => Header Options”, check in “Move Site Title and Tagline” and save changes. Then you need to replace previous css with the following:

    #hgroup { float: left; }
    #site-logo { float: left; margin-left: 20px; }
    @media screen and (max-width: 640px) {
        #site-logo, #hgroup { display: block; float: none; }
        #site-logo { margin-left: 0; }
    }
    in reply to: Change responsiveness threshholds for primary menu #79088
    Sakin
    Keymaster

    @convey: This looks fine. Not it will show from devices width 701 and 990px.

    in reply to: Polylang: translating Featured Content title and description #79078
    Sakin
    Keymaster

    @Pius: Yes, looks like child theme issue. As child theme. Hum, why Polylang asked us to check in. As we don’t know know about how this plugin work in detail. So, they should be able to debug. When anyone from WPML plugin get issue, WPML always help them.
    Looks like there is issue with wpml-config.xml So, can you send me that file and your child theme folder name.

    in reply to: Check to disable Header Toggle & Search don´t work #79077
    Sakin
    Keymaster

    @mbfadmin: Thanks for your appreciation.

    in reply to: Responsive inline images? #79076
    Sakin
    Keymaster

    @akearns: If you haven’t add in then try disabling plugin one by one and check in. It must be added by plugin.

    in reply to: Displaying image to left of text in header #79075
    Sakin
    Keymaster

    @Edward: oh ok I found it. Replace the previous css that I gave you with the following css:

    #site-logo { float: left; }
    #hgroup { float: left; margin-left: 20px; }
    @media screen and (max-width: 640px) {
        #site-logo, #hgroup { display: block; float: none; }
        #hgroup { margin-left: 0; }
    }
    in reply to: Photos not resizing in mobile version #79074
    Sakin
    Keymaster

    @shelbyjl5: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-summary img { max-width: 100%; height: auto; }

    in reply to: Show slider text even on small displays #79073
    Sakin
    Keymaster

    @Debbie: I check in your live site and slider text is displaying fine.

    in reply to: Change responsiveness threshholds for primary menu #79072
    Sakin
    Keymaster

    @convey: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
    	.nav-primary { display: block; }
    	#mobile-header-left-menu.mobile-menu-anchor { display: none; }
    }
Viewing 20 posts - 1,721 through 1,740 (of 14,510 total)