Forum Replies Created

Viewing 20 posts - 7,281 through 7,300 (of 14,505 total)
  • Author
    Posts
  • in reply to: Can't Acess Admin on my Site!! Help! #34215
    Sakin
    Keymaster

    @Kevin: Thanks for providing information through email.

    I already mention you, this error is from memory exhaustion and you need help from your hosting server to increase the memory limit. But since your hosing server didn’t support and no one to help. I try to help you.

    I have just increase your site PHP memory limit to 64MB by adding the following code in wp.config.php file
    define('WP_MEMORY_LIMIT', '64M');

    Now, you will be able to access your WordPress dashboard.

    in reply to: Image borders #34211
    Sakin
    Keymaster

    Hi Maeve,

    I am not sure about what you are talking about. If you are talking about how to add background image then you can go to “Appearance => Background” and then upload your image.

    Regards,
    Sakin

    in reply to: Modify colour scheme #34176
    Sakin
    Keymaster

    @dmcleman: Sorry there is no color option. So, you need to change the color either using Custom CSS box at Theme Options panel or by building child theme and adding css in child theme style.css

    in reply to: Can't Acess Admin on my Site!! Help! #34173
    Sakin
    Keymaster

    @Kevin: If no one is helping you then I will do it. Ok I will send you personal email and please reply me there.

    in reply to: How to Get Smaller Thumbnails in Categories Display? #34154
    Sakin
    Keymaster

    @Design Diva: Thanks for your appreciation.

    If you don’t want to build child theme then there is one trick to do display small image. Just upload small image as Featured Image in your post then it will display the original image that you have uploaded.

    in reply to: space between menu and submenu #34153
    Sakin
    Keymaster

    @Phuong: You need to add the following css inside your media.

    #header-menu ul.menu ul {
        top: 35px;
    }

    Now your custom css should look like below:

    @media screen and (min-width: 1080px) {
    	#primary { width: 660px; }
    	#secondary { width: 240px; }
    	#header-menu ul.menu a {
    		line-height: 35px;
    		padding: 0;
    		padding-left: 12px;
    		padding-right: 12px;
    	}
    	#header-menu ul.menu ul a {
    		line-height: 35px;
    		padding: 0;
    		padding-left: 12px;
    		padding-right: 12px;
    	}
    	#header-menu ul.menu ul {
    		top: 35px;
    	}	
    }
    in reply to: Move Header Menu to the Right #34151
    Sakin
    Keymaster

    @Joey: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS box.
    #branding ul.menu { float: right; }

    in reply to: Embedding Media #34150
    Sakin
    Keymaster

    @Ena: When I add in the Embed code in “Text” mode it is working fine for me. Can you post in your URL where you have added in the embed code. See this http://www.pinterest.com/pin/548594798332210926/

    in reply to: Can't Acess Admin on my Site!! Help! #34139
    Sakin
    Keymaster

    Hello Kevin,

    This is not theme issue, I can guarantee that. If that is plugin issue then can you log in to your FTP access and then rename plugin directory and try to check in. Once you rename the plugin directory. All your plugin will be disable.

    Regards,
    Sakin

    in reply to: Embedding Media #34082
    Sakin
    Keymaster

    @Ena: Thanks but your embed code is not clear. You should have posted in http://gist.github.com/ and send me the link here. Anyway, I send to the site AmericaNowNews.com and see that that you have option to copy embed code in their video. Just copy that code and then go to your post and paste it when you are in “Text” mode in your editor not in “Visual” mode in your editor.

    in reply to: Google Chrome not displaying silder images correctly #34080
    Sakin
    Keymaster

    Dear Sbartsch,

    Yes for now you can add that css in your Custom CSS box and later you can delete it after Chrome fixes the issue.

    Regards,
    Sakin

    in reply to: Social Widget #34079
    Sakin
    Keymaster

    Hello Valerie,

    Sorry the icon can be disable by custom css: only in category or individual page or individual post. But not all the post in particular category.

    To disable in all post in particular category like “North America”. You need to build child theme and then create new functions.php file in your child theme and then copy catcheverest_social_networks() function and edit the code.

    Just above your twitter code add if conditions. Like this

    //Twitter
    if ( !empty( $options[ 'social_twitter' ] ) && !is_category('north-america') && !in_category( 'north-america' ) ) {
    	$catcheverest_social_networks .=
    		'<li class="twitter"><a href="'.esc_url( $options[ 'social_twitter' ] ).'" title="'.sprintf( esc_attr__( '%s on Twitter', 'catcheverest' ),get_bloginfo( 'name' ) ).'" target="_blank">'.get_bloginfo( 'name' ).' Twitter </a></li>';
    }

    Be careful, this is bit technical and you might need to hire customizer to work on it.

    Regards,
    Sakin

    in reply to: No Featured Image in RSS Feed #34077
    Sakin
    Keymaster

    @klhaight: This is not supported by theme. So, you need to ask in plugin support forum

    in reply to: Yoast WordPress SEO: XML Sitemapp Plugin #34041
    Sakin
    Keymaster

    @melissanicholson71: Hello ParadigmVA,

    Sorry this is king of Plugin and our website Server issues. So, you need to contact in plugin support forum or our website hosting support. Looking at this issue, it looks like Yoast WordPress SEO was not able to create “sitemap_index.xml” file in your server.

    Regards,
    Sakin

    in reply to: Social Widget #34040
    Sakin
    Keymaster

    Hello Valerie,

    For this you need to add in custom css for those particular category. So, can you send me your site URL and categories where you want to hide it. Then I will send you custom css that you can add in.

    Regards,
    Sakin

    in reply to: Headline problem #34039
    Sakin
    Keymaster

    @Dennis Bruus: Nice you fixed your issued. But you site is showing “503 Service Temporary Unavailable”. I hope you are aware of this. If not then please contact your website hosting server to fix it.

    in reply to: 'Next page' tag not working #34038
    Sakin
    Keymaster

    @dmcleman: No problem. Cheers 🙂

    in reply to: Remove Author and Date Text from Posts #34037
    Sakin
    Keymaster

    Hi Helen,

    For this, you can edit your admin user profile from “Users = All Users” and edit admin profile and then change “Display name publicly as” to “Mesmerize Candles” and then click on Update Profile.

    Note: this “Display name publicly as” will give option to select name from “First Name” or “Last Name” or “Nickname”

    Regards,
    Sakin

    in reply to: Twitter Widget #33966
    Sakin
    Keymaster

    @sabine: Yes, this is not exactly the right place to ask for twitter support. But when I check in your site, I see twitter widget is working fine.

    in reply to: Add Latest Posts #33965
    Sakin
    Keymaster

    @shamwow: I don’t think adding border will look like. Ok you can try in adding the following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content {
        border: 1px solid #e6e6e6;
        padding: 5px 10px;
    }
Viewing 20 posts - 7,281 through 7,300 (of 14,505 total)