Forum Replies Created
-
AuthorPosts
-
Ginger
ParticipantHi Ryan,
I Google'd "left side mobile nav menu genesis" and came up with several possible tutorials. This first one gets you the look only the menu is in the center. You can easily align that left. There is also a video to help on this page and some Q&A from users.
http://ozzyrodriguez.com/tutorials/genesis/genesis-responsive-menu-2-0/
Using Slick Responsive Navigation Mobile Menus on Genesis Child Theme
Hope this helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
To include the featured image, go to Genesis > Theme Settings and scroll to Content Archives. You'll see a checkbox to "Include Featured Image?"
Not quite understanding your other question -- the title of a blog post is already in an H1 tag. If that is not what you meant, you can reply with more details to assist.
Hope this helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
This site is using a tool called Visual Composer, a page builder tool with the Altitude Pro theme to create that section. You can find this on code canyon dot net
This might be an option. Or, you I would experiment with one of the front page widgets that are looking to hold 3 text widgets and use Featured Page widgets instead. You might get close enough that you'd only have to tweak a little CSS. If that is the case post back here with the link for assistance.
Hope this helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
This site is using a tool called Visual Composer, a page builder tool with the Altitude Pro theme to create that section.
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
This might be an option. Or, you I would experiment with one of the front page widgets that are looking to hold 3 text widgets and use Featured Page widgets instead. You might get close enough that you'd only have to tweak a little CSS. If that is the case post back here with the link for assistance.
Hope this helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
That site is using a tool called: Visual Composer: Page Builder for WordPress
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Or, you might experiment with the various widget areas on Altitude Pro and using 3 Featured Page widgets instead of text widgets for example and see if that gets you close. If it is close perhaps all you will need are a few CSS adjustments to line everything up. Post back here if that ends up being the case!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
May 10, 2015 at 12:58 pm in reply to: Looking for Portfolio Plugin which allows one to switch between thumbnail/ list #151556Ginger
ParticipantHi there,
Hmm, that site is not a WordPress site, but a quick view of the backend shows it is using a front end jquery flexbox canvas tool that from my Google searches doesn't appear to have a WordPress plugin that contains it. I would instead search the WordPress plugin repository for things like grid to list switcher or toggle. I found this one that might do the trick if you want to check it out further:
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
Do you have a link to your test site where you could reference specific pages for your questions? But yes all of this should be customizable, just depends how much code/css you'd be willing to change.
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
The comments button would be actually submitting the comment so I'm a little confused at what you're trying to accomplish? Clicking back is basically refreshing the post since the comment has already been entered. If this is still something you are trying to solve can you provide a link and any additional details?
Thanks!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHello Tim,
I had a look at the site for your plugin you're using and I would start there to ask for assistance.
The send-text-to-editor is nothing more than an automated way to insert short codes into the the listing (or post) detail. So, basically you'd want every listing to have those short codes and then if your data ends up in the right fields all should be in place.
I also recommend having a look at the XML file that comes with your AgentPress Pro theme -- you can find this in the XML folder in the theme zip file. This file contains all the demo content that you can import. I'm not suggesting you import it 🙂 , but rather use it as a reference since it has listings included that would have the complete format, including those shorts codes, since after importing they show up in a theme with the listing detail. If you can get your plugin to format your incoming listings the same way, this might solve your problem. Hope this helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantDo you have a link to your site you can share for troubleshooting?
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
May 9, 2015 at 12:13 pm in reply to: Bulleted list & numbered list both use numbers in post editor #151287Ginger
ParticipantHi there,
In the Genesis sample theme , and a few others I checked, the decimal is for the ordered list (numbers). The unordered list uses a style of disc (bullets). Here is the snippet from the default style.css:
.entry-content ol > li { list-style-type: decimal; } .entry-content ul > li { list-style-type: disc; }
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
To do this, look for these two sections of your style.css file: .home-bottom .widget and .home-bottom .widget:nth-child(4n+1) You're looking for anything that is dividing that section into 1/4s and make that into 1/3s
If you change the width in the first section to 31 (was 23) and change the second section to (3n+1) this pretty much takes care of it. You might have to adjust the margin-left as well -- that effects featured page 2 and 3 as they all float left to the first one.
This is the final output that I did in-browser on the demo site for this change:
.home-bottom .widget { float: left; margin-left: 2.564102564102564%; width: 31.076923076923077%; } .home-bottom .widget:nth-child(3n+1) { clear: both; margin-left: 0; }
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
My suggestion would be to check in the support area for the AgentPress Listings plugin. I found this thread that is also asking about translating listing info, hopefully this is helpful!
https://wordpress.org/support/topic/partial-translated-in-listing-page?replies=6
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi Jen,
It looks like you got this working? Really nice site, especially your logo 🙂
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
You can check out the section for a custom header logo image here in the AgentPress Pro setup doc:
http://my.studiopress.com/setup/agentpress-pro-theme/genesis-theme-settings/custom-header-image/
Make sure your logo is exactly 320 X 80 to fit in the existing styles. If you need to tweak that or adjust placement, reply with a link to your site and we can assist if possible!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
May 9, 2015 at 10:05 am in reply to: I want this theme for my construction site but got a few questions. #151250Ginger
ParticipantHi Thomas!
You can absolutely show category pages of your posts which I believe is what you would like. You can assign those category links to menu items or link to them in other posts. If you want to head over to Winning Agent Pro support, we can help you with your pre-purchase questions if you still have them!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
Head over to BobWP's site. He's all about folks learning WordPress AND he has a tutorial for Enterprise Pro specifically:
http://bobwp.com/enterprise-pro-genesis-child-theme-tutorial/
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi Kent,
I saw your post -- the easiest way to do this is to do your search -- meaning select your bungalow-ranch and click the Search button. At the top of your browser, take that URL that it created and add it to a menu or link and that's all there is to it! Hope this helps 🙂
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
May 4, 2015 at 4:41 pm in reply to: AgentPress plug-in on another Genesis theme: featured listings in 1 column not 2 #150131Ginger
ParticipantHi there,
I cannot see the site, it's prompting for a login. However, why not just install the AgentPress Listing plugin on the new theme? It will recognize the listings if you exported them from the previous AgentPress theme and then imported. Hope that helps!
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
Ginger
ParticipantHi there,
Yes, Diverse Solutions has recently updated their dsIDXpress plugin and changed important things like the widget titles. Also they are forcing CSS formatting that is very challenging to override (many uses of !Important). So, if you have written any sort of custom styling chances are it will no longer look the same and may not work at all. I recommend alternative IDX providers such as iHomeFinder or IDX Broker. This is my opinion only and not an official stance of StudioPress 🙂 Just thought I'd throw that in as a disclaimer 🙂
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
-
AuthorPosts