Forum Replies Created
-
AuthorPosts
-
thibaultsaMember
Hi Dave,
Thanks for a lot for the input. I just did what you said, and also aligned the widget 1 to "left" instead of "right", I saved it but for some reason nothing has changed. Did I miss a step ?
Also, could you direct me to the code line where I can change the font color, size, and font type, please ? Right now the font on widget 1 is black but on widget 2 and 3 it is in white.
Thanks again !
thibaultsaMemberActually I had this issue because I had no widgets placed in the Widget 3 area. Once I included one, the colour automatically changed.
What I hadn't understood is that the Widget area is not equally split, Widget 1 is much smaller than 2 and 3 and the parameters are just different.
Is there a way to customise this footer widget area so I can have clean and equal columns to work with ? I'd also like to change the colours of the fonts and possibly the font themselves. Basically the footer area from the DigitalPro theme does not meet the requirements that I have so I need to customise it.
Thank you once again for all your help.
Best
thibaultsaMemberFYI I did try to add another line with .footer-widgets-4, but that didn't work. Would you have any other suggestion?
Thank you
thibaultsaMemberThanks for this ! It partly fixed my problem, as the footer on this theme seems to have more than 3 widget sections. So now I have approx 1/4 left (on the right side) of my footer that is in black color.
Thank you again
thibaultsaMemberThank you Victor. In the meantime, after a long search, I found one of your comments on another thread and you advised to use the following code to get rid of titles on ALL pages :
add_action( 'get_header', 'child_remove_page_titles' );
function child_remove_page_titles() {if ( is_page( ) ) {
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
}
}Is this code line still correct ?
Thank you again
thibaultsaMemberHi Brad, thanks a lot for the response.
I followed the tutorial, but it seems like removing the page title conflicts with the Elementator plugin running.
As soon as I have included the code line to remove the title, I am no longer able to access the Elementator visual builder on my page.
Do you know by any chance if there is a fix for this?
Thank you!
thibaultsaMemberHi Christoph,
Many thanks for your response. I have just sent you an email with my url. Ideally I'd rather not post the url on technical support forums.
I appreciate the help!
Best,
ThibaultthibaultsaMemberHas nobody experienced the same issue? Any help would be greatly appreciated.
Thanks
thibaultsaMemberTo be clear, I got this code line in my file function.php
thibaultsaMemberI would like to double check before I do something I will regret...but I've been looking and it seems like I need to delete a line of code in my FTP manager.
Is this correct that removing the following line will solve my problem?
//* Add featured image above the entry content
add_action( 'genesis_entry_content', 'generate_featured_photo', 8 );
function generate_featured_photo() {
if ( is_page() || ! genesis_get_option( 'content_archive_thumbnail' ) )
return;if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) {
printf( '<div class="featured-image"></div>', $image, the_title_attribute( 'echo=0' ) );
}
}Is there anything else I may have missed ?
Many thanks
thibaultsaMemberHi both,
Nobody seems to have a clear fix for this. I since found a work around. I basically kept my logo file (I'm using Photoshop) in the right dimensions as required (360x140) for my child theme, but instead of positioning my logo in the center of the file, I positioned it at the bottom.
This actually worked well and solved my problem.
Hope this helps!
thibaultsaMemberAnybody?
Thanks!thibaultsaMemberOK I found how to do it. it's in Settings > Permalinks >
Thanks for the help!
thibaultsaMemberFYI - I did modify the permalink already to make the /url shorter, but it doesn't allow me to modify the date that comes just before. The format at the moment is:
WEBSITE.COM/YEAR/MM/DD/ARTICLETITLE
I would like it to be
WEBSITE.COM/ARTICLETITLE
I'm quite confused that the initial setting imposes the date as I would imagine that it's not very good for SEO...?
thibaultsaMemberHi Victor,
Thank you for the response. I'm not very proficient here, so could you guide me on how I can "resave my permalinks"?
Is this something I will have to do every time I post something?
Thanks
thibaultsaMemberFYI - I have downloaded the plugin "Genesis Translations" and it seems to work! If there are better ways, please let me know still!
Thanks
thibaultsaMemberAh yes, I had missed that part. Thank you both!
thibaultsaMemberHi Brad, thanks a lot for your quick response.
I am new to wordpress so still learning a lot. I think I located the "landing page" template file under wp-content/themes/generate-pro. The file is called "page_landing.php", I've done what you said, and uploaded the new file in the same destination, but I can't seem to see it as an option on the Page settings > Page attributes > Template.
Am I missing something there?
Thanks again!
-
AuthorPosts