Forum Replies Created
-
AuthorPosts
-
PhilMurray
ParticipantThis reply has been marked as private.PhilMurray
Participanthi Brad
plugin is called WP Broadbean
archive page is here - for a category called ACTIVE VACANCIES
https://llcc-ireland.fdmserver.com/job-industry/active-vacancies/
the plugin seems to generate the /job-industry/ label which is then followed by the category name in the URL
thanks
Phil
PhilMurray
ParticipantThanks Victor
I thought there might be a way that I could apply a class to the submenu items [in wordpress admin menu] in the list that I am trying to display as 2 columns rather than a single long vertical column.
then adjust CSS in style.css to make that list display as 2 columns - i will look at the plugin you mentioned but was hoping to do it just with CSS if possible
Phil
PhilMurray
ParticipantThanks a lot Brad - i will give it a go
cheers
Philip
PhilMurray
Participanthi Brad
Yes I modified the GENESIS SAMPLE THEME functions.php to include multiple Full Width Widget Areas.
regards
Philip
PhilMurray
ParticipantThanks Brad,
Yes that is the effect but would you know how to implement that on the GENESIS SAMPLE CHILD THEME for example?
I use a version of that child theme, that I modified, for most of my client sites.
thanks
Philip
PhilMurray
ParticipantThanks Victor,
Yes that is the effect but would you know how to implement that on the GENESIS SAMPLE CHILD THEME for example?
I use a version of that child theme, that I modified, for most of my client sites.
thanks
Philip
PhilMurray
Participanthi Davinder -- Does the use of No-Index on POSTS cause SEO problems with Google?
I ask this because I use No-Index a lot to hide some Posts from indexing when the POST is just providing content for a PANEL on the Home Page for example.
But i keep getting Error messages from Google Console stating that the no-index is deemed to be an error and I am concerned that this is effecting the google listing for some client sites.
what would you opinion be on that one?
thanks
Philip
March 28, 2018 at 9:28 am in reply to: Set Primary Navigation Menu in Genesis Sample Child Theme 2.6 #218405PhilMurray
Participanthi guys
Anyone able to update on this one?
thanks
Philip
PhilMurray
ParticipantThanks Victor
But what about having the logo change in size and shape once the sticky element kicks in?
cheers
Phil
PhilMurray
ParticipantThanks Victor
That worked perfectly
regards
Philip
PhilMurray
Participanthi there,
i am having the same problem - using the genesis sample theme [current version]
i have a Category called 'news' and added in an ARCHIVE TITLE and ARCHIVE DESCRIPTION --- however if i add the Category to the menu and view it - there is no title or description showing.
now I do have this code in my functions.php to remove page titles -- but that should only apply to pages I assume, not categories
-------------------------------------------------------
//* Remove page title for a specific page (requires HTML5 theme support)
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' );
}
}----------------------------------------------
any idea how to fix this please?
thanks
Phil
PhilMurray
ParticipantThanks Victor - i will try it
PhilMurray
ParticipantThanks Davinder - i will try that
cheers
Phil
PhilMurray
ParticipantThanks Davinder
i like the idea of adjusting the CSS rather than using a plugin -- and I got it working to display in 2 cols using that link you posted.
but do you know how I could display in 3 columns instead?
thanks
Phil
PhilMurray
Participanti have this POST NAVIGATION code in my Functions.php
/*POST NAVIGATION*/
//* Add post navigation (requires HTML5 theme support)
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );so how to I tweak this to only show Previous and Next POST LINKS from the NEWS CATEGORY?
thanks
Phil
PhilMurray
ParticipantHi Belinda
i checked that and the google adsense account is ACTIVE ok
i am going to deploy an updated version of the child theme i built for the client to see if that solves it
thanks
Phil
PhilMurray
Participanthi Belinda
I tried the TEXT WIDGET as mentioned above but still no Adsense banner showing - i can see the widget is there ok and the google code is showing up in PAGE SOURCE CODE -- but not showing any banners on the site --- maybe it's an issue with the actual google code or my clients google setup for Adsense?
have you come across this problem before?
thanks
Phil
PhilMurray
ParticipantThanks Belinda
I have it now in a TEXT WIDGET positioned using 'genesis_before_footer' -- using the Synchronous Adsense Code.
I will leave it for 15mins or so and refresh the page to see if it appears - thanks
Phil
PhilMurray
ParticipantHi guys
I am trying to use a simple TEXT WIDGET in the right sidebar -- but when i add the google adsense code [in either asynchronous or synchronous versions] - nothing shows up bar the widget title
any ideas why this would be - could it be a plugin conflict maybe?
thanks
Phil
-
AuthorPosts