Forum Replies Created

Viewing 20 posts - 2,601 through 2,620 (of 4,908 total)
  • Author
    Posts
  • in reply to: Images Not Acting Responsively #100461
    Mahesh
    Participant

    @accucomm: For similar attachment images all over your site, you can use the following CSS:

    @media screen and (max-width: 480px) {
        .wp-caption {
            width: 50% !important;
        }
    }

    Let me know further.

    Regards,
    Mahesh

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

    @nschoeggl:
    1. Theme Options will be removed in latter versions.
    2. Go to Dashboard=> Appearance=> Customize=> Webmaster Tools=> Header and Footer Codes and paste the code in Code to display on Footer
    3. Seems you’ve fixed this one.
    4. May be you’ve customized it further.

    Regards,
    Mahesh

    in reply to: customize sidebar title and elements #100389
    Mahesh
    Participant

    @micwilly: Use the following CSS for font-size:

    #secondary .widget .widget-title {
        font-size: 25px;
    }

    Note: Adjust the font-size as you desire.

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

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

    @micwilly: Thank you for your appreciation. 🙂

    Regards,
    Mahesh

    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

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