rociopts
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Property Listings] content width of listings is spanning entire screen?Hi Silco,
I’d love to take credit for this plugin but I can’t. I’m just a user on the forum trying to help you out, I’m not associated with the plugin in anyway.Ok so a couple of options for you. You can try to go to the Plugin Settings and scroll down till you reach Theme Setup and click on Enable and see if that fixes your issue.
If that does not work then the next thing for you to do is grab your theme’s single.php file, move it into your child theme and add the CSS name that I told you about in the first post to the single.php file. That should resolve your issue.
Forum: Plugins
In reply to: [Easy Property Listings] content width of listings is spanning entire screen?Hi
Actually I do think that could be he problem. Have you removed the width 100%? And it did nothing?The plugin does not create its own post type. It uses what is already there.
Forum: Plugins
In reply to: [Easy Property Listings] content width of listings is spanning entire screen?Hi Silco26,
Yes I can clarify. If you check your other pages, all the content is within the <div id=”content-container” class=”container_24″”>more stuff here</div>.For your single property page you instead have:
<div id=”primary” class=”site-content content-area epl-single-default epl-active-theme-u-designchild”><section class=”content”>more stuff here</div>So what you are missing is the class name “container_24″ in the above.
Example: <div id=”primary” class=”site-content content-area epl-single-default epl-active-theme-u-designchild”><section class=”content container_24″>more stuff here</div>
I don’t know how your theme/child theme is structured or if you created a custom theme for your single properties page so I can’t tell you specifically where to find the page. It does appear as though you want to edit “single-rental.php” maybe?
Hope that helps.
- This reply was modified 8 years, 5 months ago by rociopts.
Forum: Plugins
In reply to: [Easy Property Listings] “about” section added to listings after updateAdd the following to your functions.php file:
remove_action( ‘epl_single_author’,’epl_property_author_box’ );
Forum: Plugins
In reply to: [Easy Property Listings] content width of listings is spanning entire screen?It’s your class name. You need to add the class name “container_24” to your div id “primary”. Just add that class name and the issue will be resolved.
- This reply was modified 8 years, 5 months ago by rociopts.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Jan 7 CSS IssueSure the link is http://westsideyogastudio.com/workshops but it’s on Calendar view would you like me to change it back to agenda?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Loosing CSS dailyI’m having the same issue. I have to change the theme and then change it back to fix the issue. I also notice that the Cache Reports in settings turns itself off. I turn it back on and reset the theme and then everything works again.
This started for me a few months ago.
Forum: Fixing WordPress
In reply to: After updating to 4.5 "&" ads these characters # 038;I had the same issue, your suggestion of removing the “&” from the page title and then adding the “&” to the actual menu resolved it for now.
This seems to imply that with the new update the menu is not understanding the page title correctly or interpreting the “&” twice (?)
Thanks for the hack.
Have you by chance updated your WordPress to 4.5? Or has this issue always existed?
Forum: Plugins
In reply to: [Kebo Twitter Feed] API Status 23.239.13.127 ErrorI have the same issue.
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Website Link Long URLOk thank you for the advice, that worked
What I did:
go to phpAdmin find the aec-events table. Select link and then change it from 100 to a higher number (in my case 600). This solved the problem. Go to Event in WordPress and re-enter full url and it now all works.By the way this is a great plugin and super easy to customize!