efuller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Excluding Categories From Different PagesIt sounds like you might want to utilize categories. Basically, just create your different categories (dogs, cats) and assign each post appropriately.. then adjust your menu to display those different categories.
Forum: Fixing WordPress
In reply to: Removing the Background behind Text on Meta SliderGot a link we could check?
Forum: Fixing WordPress
In reply to: Right sidebar only shows at home.It appears that the right ‘Sponsors’ sidebar appears further down the page when viewing on mobile.
Forum: Fixing WordPress
In reply to: Side by side skyscraper ads in text widgetI tested out your site and it appears that both ads are displaying.
Forum: Fixing WordPress
In reply to: Which is preferable and best way to save custom post meta values?There are several plugins out there that will enhance this process.
Two of the more popular plugins are:
Forum: Fixing WordPress
In reply to: How to add meta name keywordsAnother well-known SEO plugin is All In One SEO
Perhaps use a plugin like Duplicator!
Forum: Hacks
In reply to: Unique featured image sizes for postsI would recommend that you post this question to the StudioPress (Genesis creators) forum.
Forum: Fixing WordPress
In reply to: Home Page Image No Longer Full WidthChange the related CSS code in element.css to:
body.handheld .mds-page-section { background-size: cover !important; background-attachment: scroll !important }The background-size could either be cover or contain.
Forum: Fixing WordPress
In reply to: Google doesn’t index my posts, only index pageDoing this search in Google appears to show that your site is being indexed.
site:www.jennifer-beals.com/news/
Forum: Fixing WordPress
In reply to: Help with is_page and conditionals!Try putting your conditional inside your function like this:
add_action('genesis_entry_content', 'hello_world'); function hello_world() { if( !is_page('about-us') ) { echo "<h1>Hello World</h1>"; } }Forum: Fixing WordPress
In reply to: Sidebars Are Missing on ChromeHah! Was just writing a response in regards to it’s probably something in your theme.
The blog is looking good now.
Good job!
Forum: Fixing WordPress
In reply to: User menuHere are a couple of options you might try:
https://ww.wp.xz.cn/plugins/nav-menu-roles/Progrommatic approach:
http://www.wpbeginner.com/wp-themes/how-to-show-different-menus-to-logged-in-users-in-wordpress/Forum: Fixing WordPress
In reply to: Lightbox gallery that only displays main imagePerhaps you could use the default WordPress gallery option
http://codex.ww.wp.xz.cn/The_WordPress_Gallery
Or maybe another good plugins such as Envira Gallery –
https://ww.wp.xz.cn/plugins/envira-gallery-lite/Forum: Fixing WordPress
In reply to: Unable to login after change http to httpsDid you go through the process of installing an SSL certificate for your site before changing the URL?
If not, you might restore your database back to a point before where you changed the URL. If you don’t have a backup, you might contact your host for support to help you.