Forum Replies Created
-
AuthorPosts
-
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.
Sakin
KeymasterHi 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,
SakinSakin
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
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.
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.
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; } }Sakin
Keymaster@Joey: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS box.
#branding ul.menu { float: right; }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/
Sakin
KeymasterHello 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
plugindirectory and try to check in. Once you rename the plugin directory. All your plugin will be disable.Regards,
SakinSakin
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.
Sakin
KeymasterDear 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,
SakinSakin
KeymasterHello 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.phpfile in your child theme and then copycatcheverest_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,
SakinSakin
Keymaster@klhaight: This is not supported by theme. So, you need to ask in plugin support forum
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,
SakinSakin
KeymasterHello 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,
SakinSakin
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.
Sakin
KeymasterHi 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,
SakinSakin
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.
-
AuthorPosts
