UgoDimma
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] No Side Bar On ERE PagesHey @saadfakhan
I followed that tutorial on the video you shared above, but still couldn’t get the sidebar to align at the right side or the left side. Even when I ended up making the sidebar to move, it still remain under the main contents, but shifted to the beneath right side.
This issue is only affecting property and property archive pages, agents and agency pages. What I managed to do was to comment out // do_action(‘ere_sidebar_property’);
Looking at the template that displays single properties, it seems like the author intentionally placed the sidebar right after the main content as you can see bellow…
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } get_header('ere'); /** * ere_before_main_content hook. * * @hooked ere_output_content_wrapper_start - 10 (outputs opening divs for the content) */ do_action( 'ere_before_main_content' ); do_action('ere_single_property_before_main_content'); if (have_posts()): while (have_posts()): the_post(); ?> <?php ere_get_template_part('content', 'single-property'); ?> <?php endwhile; endif; do_action('ere_single_property_after_main_content'); <em>/** * <strong>ere_after_main_content hook.</strong> * * @hooked ere_output_content_wrapper_end - 10 (outputs closing divs for the content) */ do_action( 'ere_after_main_content' ); /** * ere_sidebar_property hook. * * @hooked ere_sidebar_property - 10 */ <strong>do_action('ere_sidebar_property');</strong> get_footer('ere');</em>Forum: Plugins
In reply to: [Essential Real Estate] No Side Bar On ERE PagesHey @saadfakhan
Thanks for your response. But I still don’t get it right.
Remember, the side bar widgets shows up well on other pages and posts other than custom posts of this plugin.
Any detailed tutorial or directives on how to create the div as you recommends?
Forum: Plugins
In reply to: [Easy Property Listings] Social sharing buttons not showing on listingsAlthough issue were not resolved, but alternative is taken. So, I’m marking this thread as resolved.
Issue seems to have resolved itself.
I just tried another login, and everything went as it ought to be.I followed the link you shared but couldn’t implement it. So, I decided to get rid of tab and display everything at once.
From the look on the insteuction there, it serves for the programmers.
The emails are not yet stored anywhere. They are emails that are yet to be collect through Facebook meesage, which I intend to collect from the users by their permission, then send it to where ever I want using zapier, intogromat or any other platform support by chatfuel.
Currently, I can subscribe users to my mailchimp using chatfuel and zapier, and I want to know if I can achieve the same on this plugin.
Forum: Plugins
In reply to: [WP Super Cache] “Rewrite rules must be updated” message on WordPress 4.9In addition, this problem occurs only when expert mode is selected on my own case.
I disabled expert mode, and the error report disappears.Forum: Plugins
In reply to: [WP Super Cache] “Rewrite rules must be updated” message on WordPress 4.9I wonder why the plugin authors decided to remain mute in the face of bug report like this.
Does it mean they no longer care or what?Am also having this error report on my admin.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Adding default fiat currencyWhat a great news and an update.
Am really glad for this update.Thank you very much. This has been a long awaited update for me.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] I can’t disable hover effectHey @supsysticcom
Thanks for your reply. I have been able to resolve the above issue.It isn’t basically the plugin issue, though little bit.
The issue is that, while making the edit with my iPad, the hover effect does not save, but while on PC, everything works out just fine.
Maybe the plugin isn’t compatible with iPad safari and chrome, which I tried it on.
Here is a link to this issue.
https://wp.me/P9dSDK-ufThe page is designed with SiteOrigin page builder, utilizing tab.
The the tab with destorted table is left for some minutes, the table will then display normal. But the waiting is nothing to be considered.
- This reply was modified 7 years, 6 months ago by UgoDimma.
Hey alexgso
Thank you very much.
This solved my problem. wordfence plugin is actually the cause of this issue.
Problem resolved!
Thanks once again for your help.
Forum: Plugins
In reply to: [Insert Pages] Code not workin with snippets in theme functions.phpI got it now working.
The code generated by this plugin uses single invited comma. Using it like that in theme function.php file or any other file by calling it using
do_shortcodedoes not work. So, I have to manually change the single invited comma(‘) to double invited comma(“) and use it as I want.In that case, instead of having
[insert page='1201' display='content']and now have[insert page="1201" display="content"].Forum: Plugins
In reply to: [W3 Total Cache] sftp support for self host cdnOk.
Any hope for the SFTP in the next release, or any work around for the moment?Forum: Plugins
In reply to: [W3 Total Cache] sftp support for self host cdnI read the release not and it says…
Added support for FTPS (FTP-SSL, S-FTP)
But still yet, sftp is not found anywhere in the plugin settings, or maybe, I haven’t seen it.- This reply was modified 7 years, 7 months ago by UgoDimma.