Forum Replies Created
-
AuthorPosts
-
Yes, should I unclick it?
Added the code to the end of the functions.php page, I cleared the cache, turned off the performance for enfold, purged all the cached pages and turned off the WP Jetpack hosting for images, but kept lazy loading on, and it still gives issue with the loading of the images, and sometimes the results are different with some images showing the excerpt below in the masonry and sometimes not.
Any ideas what I might be doing wrong?
KHi Ismael,
Do I add this to the functions script ? I added it here, but the issue is still occurring… I also cleared all caches.Keith
- This reply was modified 5 years, 10 months ago by roamingk.
OK, thanks, for the moment the editor is doing it manually, but I will add it to the wish list page… I am not a plugin fan for something that should be part of the core theme, (just my opinion) – thank you for your assistance.
The breadcrumb on the custom post type “event” is not correct
https://www.gaytravel4u.com/event/orlando-gay-pride/It is showing
You are here:Home /Events /Orlando Gay PrideBut I would like it to go to the category post
/Gay Orlando Events/Orlando Gay Pride
https://www.gaytravel4u.com/gay-orlando-events/This reply has been marked as private.that seems to have removed the arrow element. thanks. I take it there is no way to remove the styling from the entire widget element?
Ok that fixed the alignment. I had to do the same on the check out line with the following
#b_checkin_day, #b_checkin_month {
display:inline-block !important;
}#b_searchboxInc {
display:inline-block !important;
}#b_checkout_day, #b_checkout_month {
display:inline-block !important;
}It now looks like this
On Chrome, the little drop down arrows seem to be aligned strange, on the month drop down they are blocking the year and on the date they are very close to the number. Is there css to align them to the right or to just set them to default? I have tried to use the inspector to find the css element, but was not sure what the css should be?
Also it seems to re-style the calendar pop up also.
- This reply was modified 6 years, 2 months ago by roamingk.
Hello, Sure…, There are several instances of the widget.
One example can be seen here*Search box in the right hand side”
Here is what the app says it should look like
February 21, 2018 at 7:18 pm in reply to: "Layout Options" Missing from custom post type – NOT RESOLVED #915629This reply has been marked as private.February 19, 2018 at 3:48 pm in reply to: "Layout Options" Missing from custom post type – NOT RESOLVED #914318Hi Victoria,
Wordpress yields the following result when saving.
Your PHP code changes were rolled back due to an error on line 656 of file wp-content/themes/enfold/functions.php. Please fix and try saving again.
syntax error, unexpected ‘,’
Ok, I have multiple post types, but the example is not clear as to how to add more than one. I am getting an error when trying to update it. I think the issue is with the comma separator.
function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'event' ,'bar' ,'restaurants', 'saunas'; /*instead add the name of the custom post type here*/ } } return $metabox; }
ok, so the old way of editing the “meta” settings on the templatebuilder config is no longer valid?
I am having the same issue, using the latest version of Enfold and wordpress. I use the Jetpack add on to serve the images “formerly photon”, like a CDN, and the images are in the CDN and showing when i go directly to the image url, but are not showing on the site. Maybe Instagram changed something?
Hi, The developer fixed it.
I had used the text box and the code element. Both yielded the same result.
Apparently it could be the theme or even the server setting for how it handles the currency code. So we moved the currency=eur& element to the start of the code and it doesn’t change it… just in case someone ever needs a solution.
<script async src=”//www.travelpayouts.com/weedle/widget.js currency=eur&marker=59082&host=hydra.aviasales.ru&locale=enr&destination=BCN&destination_name=Barcelona” charset=”UTF-8″></script>
Hello Rikard and @guenni007
Thank’s so much for the help, sorry it took me a while to get back to you. The code fixed the conflict and all is good.
sorry the link doesn’t display properly http://www.gaysitgesguide.com/
and the page is at /flight-search-mobile/Sorry, It cut a little off the end!
http://www.gaybarcelona4u.com/wp-admin/Ok sent in private, thanks.
on my test server I have enfold 3.4.7 and it is running ok with the plugin.
I have sent you the access details.
Hi Rikard,
Sure I understand. There is no issue on the front end however, all works ok, its only on the back end for data input where the issue occurs. Do you want login access to that?
This plugin seems to do what I want, but I am not sure what the code is to add a new custom menu location below the page title
to the event page template – http://www.gaytravel4u.com/event/crazyvores-follivores/2015-04-04/(similar to the paris menu – http://www.gaytravel4u.com/paris/events/)
How can I check that..or what code would I add to the page to enable it?
http://codecanyon.net/item/different-menu-in-different-pages/7857908
- This reply was modified 9 years, 7 months ago by roamingk.
This reply has been marked as private.On the support forums the suggested the Zen Magic Menu plugin, however I am not sure that the template for event listing supports a secondary menu position as nothing appears. Just the main menu.
Ok,that makes sense..
This reply has been marked as private.I am using Pippins Plugins Easy Custom post types.
There is an option on the post page to “include comments”, but the form does not appear.
Hi,
Thanks but that was not really what I wanted. I have attached another screen shot.
Basically the width and height of the drop downs are too short or small.
The day date field width has an arrow on it that covers the number. and the month-date field is also a little short in terms of height. Basically I would like to make them a little larger and the day-date field wider.
Hopefully that explains it?
Thanks in advance.
-
AuthorPosts