GhostMaster
Forum Replies Created
-
same error for me… seems to be something with jetpack. i only have 8 plugins and the website is pretty optimized, database is fine, no errors. Jetpack team should look more into this issue, seems to be poping up a lot in the last 3 months.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] PHP errorsThanks for the advice, i will try to test this better, ive disabled some plugins so that may help too.
Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptThanks Slobodan Manic it worked for me. ??
Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptGreat, where can i give you some suggestions for improving the theme?
Can i create a new topic for everyone send some suggestions?
Regards.
Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptHi Dragan Nikolic, you mean when writing a article right?
Ok thanks, but i will wait for the final fix, because i want to be auto.
Regards and thanks for this great theme.
Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptDidn’t work too… thanks for all the help.
Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptThanks for the fast answer. I tryed both codes added to functions.php on the child theme diretory, but both gives me errors. ??
Forum: Themes and Templates
In reply to: [Voyage] Where is the blog summary template?Wow thanks for the fast answer, this is a great template btw.
I will look at the documentation. ??
Thank you very much for this great template.
Forum: Themes and Templates
In reply to: [Voyage] dashboardstats on voyage themeUse Jetpack plugin for stats. ??
Forum: Themes and Templates
In reply to: [Delicacy] Responsive DelicacyThanks WPyogi, but i am searching for a solution already done, because i dont know how to make a responsive theme, but i already know how to create a child theme.
Forum: Plugins
In reply to: [Smart Archives Reloaded] This dont work under wordpress 3.5?Looks like its JetPack…
Forum: Plugins
In reply to: [Smart Archives Reloaded] This dont work under wordpress 3.5?Gives me a error on wp-includes/post.php on line 595
IN this line hi have this: foreach ( get_object_vars( $post ) as $key => $value )
I mean the widget already exists, i want only to ajust to show the week top posts with my own css.
Any help how to do this?
Forum: Fixing WordPress
In reply to: WordPress 3.5 missing embed item on mediaI fix the error with this:
add_filter( ’embed_defaults’, ‘wpse_76102_new_embed_size’ );
function wpse_76102_new_embed_size()
{
// adjust these pixel values to your needs
return array( ‘width’ => 600, ‘height’ => 400 );
}on theme functions.php
Any help?