Forum Replies Created
-
AuthorPosts
-
Does Enfold set the pluginUrl to an empty string?
Thanks
-MarkHi Josue,
Let’s say I am using a code block to embed something, and I want to add a 10px padding to the left side of that something.
Thanks
-markSeptember 13, 2014 at 3:13 am in reply to: Bug in Maps Element – Odd Vertical Scroll Bar that Does Nothing #318409This reply has been marked as private.September 10, 2014 at 1:59 am in reply to: Theme Options Menu is Gone After Upgrading to WP 4.0 – Need Help #316210Problem solved. I deleted the theme and re-installed it. This issue can be closed.
- This reply was modified 10 years, 2 months ago by moltenman.
September 10, 2014 at 12:45 am in reply to: Theme Options Menu is Gone After Upgrading to WP 4.0 – Need Help #316197I figured out that this issue has occurred only with two Enfold sites that I had migrated. So something happened during the migration that is causing the menu to disappear. I am going to do some more troubleshooting before I ask for any help. This issue can be closed.
This issue can be closed.
September 10, 2014 at 12:20 am in reply to: Bug in Maps Element – Odd Vertical Scroll Bar that Does Nothing #316184This reply has been marked as private.Issue resolved. Can be closed.
I narrowed this down some more. All assets in the following path are being loaded insecurely, even on an HTTPS page. Given that I am forcing HTTPS for the page, these assets should also load over HTTPS, but as you can see all of the Iconfonts are forced to load over http.
http://mydomain.com/wp-content/uploads/avia_fonts/fontello/
- This reply was modified 10 years, 2 months ago by moltenman.
I tried this code:
add_filter(‘upload_dir’, function($uploads) {
$uploads[‘url’] = preg_replace(‘#^http://#i’, ‘https://’, $uploads[‘url’]);
$uploads[‘baseurl’] = preg_replace(‘#^http://#i’, ‘https://’, $uploads[‘baseurl’]);return $uploads;
});Now the message says:
The page at ‘https://mydomain.com’ was loaded over HTTPS, but is submitting data to an insecure location at ‘http://mydomain.com/’: this content should also be submitted over HTTPS.
- This reply was modified 10 years, 2 months ago by moltenman.
That worked perfectly. Thank you!
How can this be avoided in the future?I did have to add back into my custom css one style so the form fields look nice:
#top .input-text,
#top input[type=”text”],
#top input[type=”input”],
#top input[type=”password”],
#top input[type=”email”],
#top input[type=”number”],
#top input[type=”url”],
#top input[type=”tel”],
#top input[type=”search”],
#top textarea,
#top select {
border: 1px solid #e1e1e1;
}thanks. this ticket can be closed. I see how it’s done now.
May 18, 2014 at 12:59 am in reply to: Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks #266217I figured out which css was causing the problem and fixed it.
Something for you to think about: I’ve used this plugin with other themes that use Visual Composer and have not had any formatting issues like I had with Enfold and Avia. I wonder what your page builder is doing differently that interferes with the plugin.
Thanks
-Mark- This reply was modified 10 years, 5 months ago by moltenman.
May 17, 2014 at 6:46 pm in reply to: Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks #266166Thanks Peter. The one remaining problem is with the search filters that have a drop down. For example, Type, Beds, Bath, and others under the “Show more filters.” When you make a selection from one of these drop downs, your selection is not displayed – you just see the “-“
May 17, 2014 at 5:58 pm in reply to: Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks #266157Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.
I upgraded to the latest version and this is working for me now. I am loving it.
Thanks
-MarkI ran into the same issue. In addition to the white out, the graphical editing toolbar also disappears. I tried disabling all plugins and it did not fix the issue. I disabled Enfold theme, activated another theme, the re-enabled Enfold, and that did not fix the issue. Finally, I upgraded to the current shipping version – the 22 April 14 update – and it fixed the issue for me.
-
AuthorPosts