Forum Replies Created
-
AuthorPosts
-
chris01
MemberHello! Anybody??
chris01
MemberCorrection:
I guess I should have written:
The Header Right where the Custom Menu widget is added - Which as a result shows up on the left-hand side of the website.
chris01
MemberThank you in following up and moving my question - that is much appreciated. At least I now know that it doesn't work in Chrome... Will try to figure out what the issue is in FF on my side...
Thanks for your time!
chris01
MemberHi,
I'm trying to do the same as above...but without adding 'another' plugin.
That said, I've been going around in circles trying to figure out on how to implement this change... and no luck...
Any takers on how this could be done with code?
Tks
chris01
MemberHello again!
May I just say...YOU. ARE. THE. BEST!!
As for the design, you assume correctly. I like it simple and to the point. Again, thank you so much for your time - As I said before, this is greatly appreciated.
Also, just had a look at your presentations @ WordCamp, very interesting, and for sure, will be following up more deeply. WordCamp is the best. Been to a few of them myself in Montreal throughout the years... Best 3 days...
You made my day!
Merci!
🙂
chris01
MemberHi!
If you could write for my site, that would be greatly appreciated - that said, I can add colors and type, no problem.
This is really...really nice - tks!
(I'm at my wits end with this - and just disappointed with myself that I did not realize when installing the template, that this type of issue would...show up! Like they say, read the fine lines - or look further than your nose! )
PS: what are/is the link(s) to your video tutorials?
chris01
MemberTks!
chris01
MemberHi Mary,
Do I understand that you'd like to customize that page to show a grid of posts?
You are correct -Tks for looking into this!
chris01
MemberTks for your time!
chris01
MemberGot it -
That said, what would be the recommended width? Also, is there be a different entry for Mobile?
I'm surprised that this has be changed in such a way...usually, it's all set up in the Style sheet...
Or...did I miss something?
chris01
MemberHi Anita,
Thanks for the help!
...
chris01
MemberHello all!
Figured it out...somehow the template was hacked...
I don't know how they got thru re: I have the best of the best installed as protection on my client's websites and monitor them like a hawk...and obviously, that was not enough.
As suggested by Christoph, I went ahead and installed a new version of the template on my website, (to verify) and yes, the layout options was right there...So, re-installed the template on my client's website, updated the visual and voila, all is OK for now...
That said, if this was not a hack - I can't see what caused the problem.
Thanks for the help!
chris01
MemberHi Christoph,
just to clarify, did the complete Layout Settings / Default Layout tabs or only the full-width setting disappear?
The complete Layout Settings / Default Layout has disappeared. The option is offered under the Genesis tab/Theme Settings and only says: Default Layout with nothing else re: no optionsIf the tabs disappeared, check if Layout Settings / Default Layout are selected in the Screen Options.
Layout Settings is selected in the Screen Options and only offers a link back to the Genesis option to choose the Default Layout.Another possibility would be that you used a code snippet that unregistered the full-width layout.
I did not add anything - any code - nothing...chris01
MemberHello -
OK, anybody following this series of posts - I've changed the 'content-sidebar to 'full-width-content' anddddd... for sure, nothing changed.
Any suggestions??
____________________________
<?php
//* Beautiful Theme Setting Defaults
add_filter( 'genesis_theme_settings_defaults', 'beautiful_theme_defaults' );
function beautiful_theme_defaults( $defaults ) {$defaults['blog_cat_num'] = 4;
$defaults['content_archive'] = 'full';
$defaults['content_archive_limit'] = 0;
$defaults['content_archive_thumbnail'] = 0;
$defaults['image_alignment'] = 'alignleft';
$defaults['posts_nav'] = 'prev-next';
$defaults['site_layout'] = 'full-width-content';return $defaults;
}
//* Beautiful Theme Setup
add_action( 'after_switch_theme', 'beautiful_theme_setting_defaults' );
function beautiful_theme_setting_defaults() {if( function_exists( 'genesis_update_settings' ) ) {
genesis_update_settings( array(
'blog_cat_num' => 4,
'content_archive' => 'full',
'content_archive_limit' => 0,
'content_archive_thumbnail' => 0,
'image_alignment' => 'alignleft',
'posts_nav' => 'prev-next',
'site_layout' => 'full-width-content',
) );} else {
_genesis_update_settings( array(
'blog_cat_num' => 4,
'content_archive' => 'full',
'content_archive_limit' => 0,
'content_archive_thumbnail' => 0,
'image_alignment' => 'alignleft',
'posts_nav' => 'prev-next',
'site_layout' => 'full-width-content',
) );}
update_option( 'posts_per_page', 4 );
}
chris01
MemberThe following - in bold below.
I am assuming that these pieces of code are 'related' the sidebar.... ???
To what should they be changed to remove the sidebar?Thanks
___________________________Beautiful Pro Theme: theme-defaults.php (lib/theme-defaults.php)
//* Beautiful Theme Setting Defaults
add_filter( 'genesis_theme_settings_defaults', 'beautiful_theme_defaults' );
function beautiful_theme_defaults( $defaults ) {$defaults['blog_cat_num'] = 4;
$defaults['content_archive'] = 'full';
$defaults['content_archive_limit'] = 0;
$defaults['content_archive_thumbnail'] = 0;
$defaults['image_alignment'] = 'alignleft';
$defaults['posts_nav'] = 'prev-next';
$defaults['site_layout'] = 'content-sidebar';return $defaults;
}
//* Beautiful Theme Setup
add_action( 'after_switch_theme', 'beautiful_theme_setting_defaults' );
function beautiful_theme_setting_defaults() {if( function_exists( 'genesis_update_settings' ) ) {
genesis_update_settings( array(
'blog_cat_num' => 4,
'content_archive' => 'full',
'content_archive_limit' => 0,
'content_archive_thumbnail' => 0,
'image_alignment' => 'alignleft',
'posts_nav' => 'prev-next',
'site_layout' => 'content-sidebar',
) );chris01
MemberAny takers??
I have now tried 2 different plugins = Nothing worked.
I have searched the web for different updates to the Style sheet = Nothing worked.We were ready to open the website ...NOW... And this 'change' is now stopping everything.
Can anybody explain why the template options were removed??
OR
How to remove the *&^&^%$$ Sidebar??
Thanks!
chris01
MemberHi Susan,
Everything is up to date....Plugins, WordPress Platform, Genesis etc.
I have also removed unused plugins.
Right now, the option for the 'full page width' has disappeared.
Thanks
chris01
MemberHello...
Any other suggestions...??
Somebody must have an answer.... No?
Thanks...
chris01
MemberThanks William,
I've gone thru the two articles - have moved the CTA (shows as what it's moved in the Widget area - VMA website), and obviously missing something here, as I can't get it to move on the website per say!!
🙂
chris01
MemberTks for the info!
-
AuthorPosts