Forum Replies Created
-
AuthorPosts
-
macrunner
ParticipantI agree with you.
It would be very interesting and constructive for all.macrunner
ParticipantHi Andrea, thanks for the reply.
Your words comfort me. Very well.If you follow the developers on Twitter you will see that it is very much an active project.
Please, you can insert the link? Thanks
macrunner
ParticipantI made a new test.
A fresh installation WordPress 3.8
Installed Genesis 2.0.1
Installed and activated Epik Theme
Created a new article with Featured ImageIn frontpage all ok.
Featured Image removed, in frontpage is still present.
It is not a problem that I do not know how to solve, this is a problem of Genesis.
But I do not understand why StudioPress not respond.
I receive informative emails by StudioPress, very smiling, very helpful, very friendly and happy. But if you report a problem, the response I get is absolute indifference.
This is one way of doing that annoys me a lot.
Regards
macrunner
ParticipantHi Anitac,
thanks, appreciate it.
A few days ago I opened a Support Ticket, I received the following response:
"It seems they removed this ability. There are plugins available to do this, called "Unattach"."macrunner
ParticipantOk, I have installed Genesis Sample, it works.
But if I install Agency Pro, same problem.
Now I have installed Eleven40 Pro, same problem.In Local Server I also tried with Agency Pro and Eleven40 Pro, same problem.
If I install another theme, for example Twenty Twelve, Twenty Thirteen and more, everything is ok.
So the problem occurs with Eleven Pro and Agency Pro.
With Genesis sample it works.macrunner
ParticipantOnly Akismet and Hello Dolly, but I tried to disable all plugins.
This problem occurs on all sites with Genesis Framework.macrunner
ParticipantHi Brad,
I've always used Better WP Security, but a short time using Genesis Framework.
Thanks for good advice.macrunner
ParticipantI apologize, I opened a new thread: http://www.studiopress.community/topic/move-video-in-agency-pro/
macrunner
ParticipantHi,
is also possible for a Video (embed or link) ?
Thanks!macrunner
ParticipantHi,
I reopen the discussion because there is one thing I do not understand.WordPress has been updated to versions:
- 3.7 on October 24, 2013
- 3.8 on December 12, 2013But the latest version of Genesis is August 21, 2013 (2.0.1)
It seems strange that there is no update available.
Maybe Genesis is a little abandoned? I hope not, I really love Genesis Framework and I have already purchased 3 child themes StudioPress, but I would like a clarification if possible, thank you 🙂macrunner
ParticipantHi,
try Dashboard > Genesis > Content Archives > set Featured Images: "Large (1024 x 1024)"macrunner
ParticipantOk, thank you, Andrea 🙂
macrunner
ParticipantGreat! Thank you, Andrea, I appreciate it
One last question, is there a documentation?
I would like to deepen CSS with Genesis Framework and child theme..
Thank you very muchmacrunner
ParticipantI have already uploaded the icons in the folder images/post-formats
As I wrote, everything works.
I just asked how to customize with CSS, because I do not see (with Firebug) any CSS class.macrunner
ParticipantGreat, thank you
macrunner
ParticipantHi Brad,
I'm sorry, I misunderstood.
Ok now it works, thank you very muchmacrunner
ParticipantThis is the functions.php file that I edited (download ZIP file): http://egotheme.it/functions.zip
macrunner
ParticipantI used this code (github), no formatting, just as below:
//* Enqueue Backstretch script and prepare images for loading add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' ); function agency_enqueue_backstretch_scripts() { if ( ! is_front_page() || ! get_background_image() ) return; wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' ); wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' ); wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => get_background_image() ) ); }This code I added to functions.php of the child theme Agency Pro, but still blank page.
I tried a new installation on the local server, same problem.macrunner
ParticipantI tried the second method, I inserted this code in the front-page.php file but it has no effect:
if ( ! is_front_page() || ! get_background_image() ) return;With this code, blank page:
//* Enqueue Backstretch script and prepare images for loading add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' ); function agency_enqueue_backstretch_scripts() { //* Load scripts only if custom background is being used if ( ! get_background_image() ) return; wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' ); wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' ); wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => get_background_image() ) ); }Maybe I'm wrong something?
macrunner
ParticipantHi Brad,
If I insert this code in the file front-page.php I get a blank page :
//* Enqueue Backstretch script and prepare images for loading add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' ); function agency_enqueue_backstretch_scripts() { //* Load scripts only if custom background is being used if ( ! get_background_image() ) return; wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' ); wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' ); wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => get_background_image() ) ); }This site DEMO: http://egotheme.it/
-
AuthorPosts