Forum Replies Created
-
AuthorPosts
-
Doug Edgington
MemberA one time fee is great. I went through and watched a few of the ACF Pro videos. I can't wait to try it out.
Thanks again.
Doug Edgington
http://www.dougedgington.comMarch 2, 2016 at 12:03 am in reply to: Sorting/Identifier Multiple Text Widgets Without Titles #180413Doug Edgington
MemberYes, I have to do similar set-ups quite often. It will take a little extra time, since it is your first time using it. After that you will be using ACF all of the time.
Setting up the field is pretty quick. Writing the code will take a little more time. Here is some documentation on outputting the images: http://www.advancedcustomfields.com/resources/image/
Doug Edgington
http://www.dougedgington.comMarch 1, 2016 at 11:46 pm in reply to: Sorting/Identifier Multiple Text Widgets Without Titles #180411Doug Edgington
MemberI assume you are trying to output an image outside of the text editor - above the content but below the header. A good solution for this may be Advanced Custom Fields. This would allow you to create an image setting for all of the pages. Then you would output the contents of the image field directly below the header using the genesis_after_header hook.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberHere is a link to the StudioPress snippets section regarding the author box: https://my.studiopress.com/snippets/author-box/
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberIn regards to StudioPress themes, about the closest thing I can think of is the Showcase theme. It has functionality that displays team member photos, and it displays the person's name once you hover over the photo. But it doesn't appear to display anything else until you click through to the person's page.
http://my.studiopress.com/themes/showcase/
Doug Edgington
http://www.dougedgington.comMarch 1, 2016 at 11:18 pm in reply to: Sorting/Identifier Multiple Text Widgets Without Titles #180406Doug Edgington
MemberYou can try using less text widgets. I typically put most of my text in one widget, and If I need additional headings, I add the headings to the text widget along with the text.
Doug Edgington
http://www.dougedgington.comMarch 1, 2016 at 10:56 pm in reply to: (Digital Pro) why social media icon in the footer does not appear #180405Doug Edgington
MemberI assume you are using Simple Social Icons. I think this plugin uses font icons. If the font isn't available for some reason, I think items are replaced with squares. You could try removing and re-adding the plugin. If that doesn't work, maybe it could be a plugin conflict. Or if you are running a caching plugin, maybe it is interfering with the icons working properly.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberThank you! I wasn't sure of a good way to handle it for client sites. It appears that the options page is an AFC Pro feature. I plan to purchase the Pro version soon. I have been using the free version.
I typically hard-code a lot of items on my personal site as well, since I am the only one who maintains it.Thanks again.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberNo problem. I noticed that you are using a custom post type archive for the project area. How did you set the top portion of the page - heading and preview text? Did you create some type of settings page or hard-code these items into the theme? I often use Advanced Custom Fields to attain settings from pages or posts. But I really don't know how to set custom settings for an archive.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberThe home page template uses a conditional statement to test whether widgets are active. If they are not active, it will not output any of the necessary HTML or functionality. A possible solution is to add text widgets to each area, but rather than adding text, you could add a space character. This will force the sections to show, and they will be empty. The space character is below.
In regards to the height of 150px, I think the image sections are controlled by Javascript, so these sections will automatically be opened up to a specific height dependent upon the users screen resolution. Areas that don't have images would likely have to be adjusted via CSS.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberThe theme has a home page template called front-page.php. You would need to convert this template into a landing page.
Or you could rename front-page.php, so WP no longer recognizes it as the front page template (back the file up in case you need it later). Then designate the landing page as the front page. To do this you would go to Settings->Reading->Front page displays and set the landing page as the "Front Page". The landing page being the page that has the landing page template applied to it.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberNo problem. I haven't tried Design Palette Pro. I will have to check it out.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberDoug Edgington
MemberI think that is the point to this particular theme (no sidebar). It only has a layout setting of full-width. So it doesn't have the capability built in to have a sidebar. In order to have a sidebar the theme would need to have more layout settings available such as content-sidebar, sidebar-content, etc...
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberThe text is likely wrapping around the image in responsive mode, because the items aren't in block level elements. Try putting the image and/or the text within a block level element such as a paragraph or div tag. Another options is to put a <br> tag after the image.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberYour images are within paragraph tags along with Two <br> statements and text. And there is only a 20px bottom margin applied to the paragraph tags. The reason you have a lot of space below each image / text is that you have empty paragraph tags below each one creating an additional 20px margin. Something within the editor is causing WordPress to create additional empty paragraph tags on the front-end, maybe the <br> statements?
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberDoug Edgington
MemberMake sure to set the "Display" to "entry content". Then try setting the "Limit content to" to 0 or empty.
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberI haven't used this theme. But I assume you are referring to using your home page as a blog rather than using sidebar widget areas. Try the following:
In your dashboard, go to Genesis --> Theme Settings --> Content Archives
From here set the necessary settings - content length, thumbnail, etc...
Doug Edgington
http://www.dougedgington.comDoug Edgington
MemberIn addition to the global layout settings, there are also layout settings for each page, post, category, etc... - these settings over ride the global settings.
You can change the layout settings for a category by going to Posts-->Categories. Then click edit for the category you want to edit. The layout settings will display on the edit page.
Or you can get to the category layout settings by clicking edit on the admin bar while viewing the category from the front end while logged in.
Doug Edgington
http://www.dougedgington.com -
AuthorPosts