Forum Replies Created

Viewing 20 posts - 2,601 through 2,620 (of 4,903 total)
  • Author
    Posts
  • in reply to: Theme Options -> post resume options #100386
    Mahesh
    Participant

    @valeska-conducere: Can you please clarify this more. I don’t quite get it. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Center description and title site #100383
    Mahesh
    Participant

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

    #header-content{
    	text-align: center;
    }
    
    #logo-wrap{
    	float: none;
    }

    Regards,
    Mahesh

    in reply to: Updated from 2.7 to 3.3 Questions/Issues #100381
    Mahesh
    Participant

    @nschoeggl:
    1. Please use Customize Options instead. Dashboard=> Appearance=> Customize.
    2. For editing Footer Content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Option and edit Footer Editor
    3. Seems like you are using Jetpack’s Image widget. Go to Dashboard=> Appearance-> Widgets and add Image (Jetpack) widget to your desired widget area.
    4. Go to Dashboard=> Appearance-> Widgets and add Search widget in Header Right Sidebar Widget are
    5. No there is no option to add Custom Social icons in this theme.

    Regards,
    Mahesh

    in reply to: page not saving when adding larger fonts #100380
    Mahesh
    Participant

    @luismarioochoa: What seems to be the problem? Do you get any errors or something? Let me know further.

    Regards,
    Mahesh

    in reply to: header width #100379
    Mahesh
    Participant

    @ikh1: I don’t quite get the initial part about the logo. Please explain further. And for the footer, go to Dasbhboard=> Appearance=> Customize=> Theme Options=> Cstom CSS box, add the following CSS:

    #colophon #site-generator .site-info{
        padding: 0;
    }
    /* Sticky Footer */
    #site-generator {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @quick-question: I checked your site, its kinda strange, how latest post’s image is being set as header image. The feature in theme on our server is working fine, no such issue. Have you modified or made any customization to the theme? Please take a backup and reinstalling theme. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @luismarioochoa: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: previous & next links in my posts #100373
    Mahesh
    Participant

    @thepilgrim1938gmx-com: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #100371
    Mahesh
    Participant

    @debswebs: Does the issue persist on Parent them too? Please check with parent theme. I checked the mentioned url and there is an script error in the page.

    TypeError: $(...).fancybox is not a function
    	
    $("a[rel=gallery_fancybox]").fancybox({

    Regards,
    Mahesh

    in reply to: change police and size menu #100368
    Mahesh
    Participant

    @micwilly: Please use the following CSS instead:

    #header-menu ul.menu a, 
    #header-menu ul.menu ul.sub-menu a  {
        font-size: 25px;
    }

    Regards,
    Mahesh

    in reply to: https for Website-icon #100367
    Mahesh
    Participant

    @agescho: Glad to know that you solved it yourself. Have a ncie day!

    Regards,
    Mahesh

    in reply to: How to decrease menu padding #100362
    Mahesh
    Participant

    @slepoide: Thank you for using Catch Flames Pro theme. There is no top and bottom padding in the menu (primary and secondary) in this theme. Let me know further. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Social Media Buttons #100360
    Mahesh
    Participant

    @dreamcatcher: Go to Customize=> Theme Options=> Header Right Sidebar Options and make sure Check to Disable Header Right Sidebar option is unchecked.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured Content Date Issue #100359
    Mahesh
    Participant

    @bdahlen: This can be done with Custom CSS. But since the menu button is on the left, it seems the social icons hide it behind, so is it okay to shift the icons to the left instead. If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 990px){
        .site-header .social-networks {
            display: block;
            right: unset;
            line-height: 37px
        }
    
        .site-header .social-networks li a {
            width: 37px;
            height: 37px;
            line-height: 37px;
        }
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @luismarioochoa: Both the share buttons and related posts are from Jetpack plugin, please go to Jetpack plugin’s settings and disable these modules and it will solve your issue.

    Regards,
    Mahesh

    in reply to: Site title display bug or CSS bug #100357
    Mahesh
    Participant

    @jailma-santos: The code is working fine. The update is now available and the issue is fixed, please update the theme. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Images Not Acting Responsively #100356
    Mahesh
    Participant

    @accucomm: Please use the following CSS:

    @media screen and (max-width: 480px) {
        #attachment_3978 {
            width: 50% !important;
        }
    }

    Regards,
    Mahesh

    in reply to: column width in catch flames pro #100300
    Mahesh
    Participant

    @micwilly: Seems like some of your custom CSS is causing the design issue. For black border in-between the two content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        border-left: 1px solid #000;
    }

    Regards,
    Mahesh

    in reply to: Translation #100296
    Mahesh
    Participant

    @marianne-undheim: Thank you very much!!! Sure will. 🙂

    in reply to: Google Search issues #100294
    Mahesh
    Participant

    @mbd: I checked the page with structured-data testing tool and it all worked fine with 0 Errors 0 Warning as you said. Seems everything is fine. Let me know further if you have any problem.

    Regards,
    Mahesh

Viewing 20 posts - 2,601 through 2,620 (of 4,903 total)