ehuds
Forum Replies Created
-
Thanks for your help but it didn’t work. I just see the pods code on the front end.
I will try the support chat.Hey again,
Thank you but I couldn’t figure it out. I will try to explain better maybe someone can help:
I want to display a list of yachts names (the post title) that are from the same category.
custom post name: yacht
custom taxonomy: yacht_categorythis is what I want but I’m not sure how to write it:
list all yachts where the category = current categorycan someone give me the code? please don’t send me to more tutorials, I tried those.
Thanks
Hey,
Thank you for your time and help but I’m not exactly sure how to create the short code.I’m not sure I explained myself correctly, let me try again.
I want to list all custom post from the same category the current post is.
The short code I posted with the slug was just an example. If there is a different way to achieve what I want that’s fine.Can you or someone help me and post a complete code that will do that?
Thank you very much
Hey Again,
Thank you for your time and respond. But… ?? I did saw that page and need some help setting the short code. Maybe you can help? or anyone.custom post type: yacht
custom category: yacht_categoryI want to display a list of yachts (only title) from the same category in the single yacht template.
This is what I have so far:
[pods name=”yacht” where=”yacht_category.slug = ‘{@Same_Category_as_this_post}'”][/pods]
I’m not sure if the where is correct and what to put in the magic tag.
Any help?
ThanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] use pods url field in iframeThank you,
I did found a way to do it, what do you think?
using the custom field from pods custom post and adding it in Elementor template for that post type. working good.// Create shortcode to show Yacht 3D tour. function yacht_3d_iframe() { $yacht = pods('yacht', get_the_ID()) ?> <iframe src="<?php echo $yacht->field('virtual_tour'); ?>" height="500"></iframe> <?php } add_shortcode('yacht_3d', 'yacht_3d_iframe');
So I didn’t gave it a class. This code is targeting all elementor social icons widget. That can cause a problem if you use only 1 icon and you don’t want margin. So it is actually better to add a class to the element under advance option in the elementor editor and target only this class so you won’t change all the social icons behavior.
Important make this code run over other settings. Sometime it is not needed and better not to use if not needed but here it was needed.add this in custom css and clear cache
.elementor-social-icon {
margin-left: 10px !important;
}You can use costum css to make it work. No need to use more plugins. Just give the element a class and add margin via css.
following
same here, social icons do not display space when HTML minify option is activated. lightspeed cache plugin.
Thank you
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Google search console errorsHey
I also get this error Missing field “location.address”.
probably because I did not enter specific address in the location fields. this because I dont have specific address for events.If I uncheck schema option, will this error be fixed?
Thanks
Forum: Plugins
In reply to: [Loco Translate] translate userswp pluginI update plugin and it does delete the pot file.
I ended up sync the templet to the English po file.I checked and the plugin does work good in RTL.
next I will translate it.Forum: Themes and Templates
In reply to: [Astra] Sub menu transitionHey,
so if some else is interested, I end up using this css:
.ast-desktop .main-navigation ul ul {
overflow: hidden;
max-height:0;
-webkit-transition:max-height 0.3s ease-in;
-moz-transition:max-height 0.3s ease-in;
-o-transition:max-height 0.3s ease-in;
transition: max-height 0.3s ease-in;
}
.ast-desktop .main-navigation ul li:hover > ul {
max-height:250px;
}- This reply was modified 4 years, 11 months ago by ehuds.
Forum: Plugins
In reply to: [Contact Form 7] The cross is not visible in the checkbox (Contact Form 7)also work for me.
oceanwp
elementor
contact form 7thanks