Forum Replies Created
-
AuthorPosts
-
Hey!
You can send us a link for us to take a look but it would be best to contact the extension authors as they will have a better idea of what’s going on with it.
Regards,
ElliottNovember 12, 2015 at 5:42 pm in reply to: Requests for the development of responsive devices #534923Hi!
Send us a link to your page so we can take a look.
Best regards,
ElliottHi!
So in your mega menu your wanting the sub menu links to be hidden until hovering over the parent menu links? Is that right? If I am misunderstanding then please create a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHey!
It looks like that one is deprecated. Try this one out, https://theeventscalendar.com/function/tribe_get_start_date/.
echo tribe_get_start_date($the_ID, false, 'd M Y');
Best regards,
ElliottNovember 12, 2015 at 5:19 pm in reply to: Whenever I change the Menu Links Color It Works but then the Sub Doesn't #534911Hi ibmethatswhoib!
Can you send us a WordPress login so we can take a look? Your wanting them to display as black? Just wanted to make sure because your using a dark blue background so it’s kind of hard to see.
Also, this is unrelated but you need to update Enfold to the latest version, 3.4.1.
Cheers!
ElliottNovember 12, 2015 at 5:17 pm in reply to: Small Question – How can i remove the icons in the mobile menu? #534909Hey mellypenny!
Try this out, https://kriesi.at/support/topic/mobile-menu-arrows-have-suddenly-a-background/#post-507859.
Make sure Enfold is updated to the latest version, 3.4.1.
Best regards,
ElliottHi erwin_m!
What’s the exact code your using?
Your category pages can display a banner. Navigate to Dashboard > Posts > Categories and edit a category and set the description. You can use HTML in there.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi dinmix!
Make sure your using the latest version of the theme, 3.4.1, and deactivate all plugins and try again.
If your still having trouble then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi systemise!
Are you sure you filled out the Social tab in the SEO settings of your homepage? I don’t see the meta information in your source code.
Also, this is unrelated but you need to update Enfold to the latest version, 3.4.1.
Best regards,
ElliottNovember 12, 2015 at 5:08 pm in reply to: Replace picture with date for Blog Single Author Small #534902Hey george!
We can point you in the right direction for this but to get it looking exactly like your screenshot would take a lot of time and code and would have to be considered custom work.
Around line 140 in the /enfold/includes/loop-index.php file you can see where the small preview image is displayed.
$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
What your wanting is to replace that with the date so you can keep using the_time(), https://codex.wordpress.org/Function_Reference/the_time, to display certain parts of the date to create that look.
Cheers!
ElliottHey AdamTurner!
Do the steps here first, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHey Allegrif!
Edit your page and drag the “Fullwidth submenu” element to the top of your page content.
Regards,
ElliottHey Xavier!
So your adding this part..
javascript:linkTo_UnCryptMailto(‘nbjmup;ifmmpAyejwfssft/di’);
To the URL of the button? That’s not going to work. It needs to be added to the onclick attribute. You can right click your page and view it’s source and copy the HTML for the button and then add it into a codeblock element in your page and add the onclick attribute there.
Regards,
ElliottNovember 12, 2015 at 4:55 pm in reply to: "page not found" message, after logging in to wordpress. #534892Hi keith!
I see it also. It doesn’t feel like an Enfold issue. Are you sure it’s happening because of a plugin? If so then try deleting your plugins from your WordPress plugin directory to see if it corrects itself.
Best regards,
ElliottHi emeraldwave!
Around line 894 in the /enfold/js/avia.js file you should see this.
groups : ['.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Change it to this.
groups : ['.avia-slideshow', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Cheers!
ElliottHi voldemarasp!
It looks like your using Enfold 3.2. Go ahead and update to the latest version, 3.4.1, and deactivate all plugins while testing.
Best regards,
ElliottHi jjma!
Which tooltip is it? Image element, team element? etc etc
Can you send us a link to the page? You can set your reply as private if you wish.
Cheers!
ElliottHi carosch!
Make sure your using the latest version of Enfold, 3.4.1, and deactivate all plugins while testing.
If that does not help then send us a link to the page and we’ll take a look. I see you included the login information but you forgot the URL.
Regards,
ElliottHey mika2000!
We already include facebook in the social share bar that appears below each post. Your trying to add another one?
You could try around line 60 in the single.php file if you want to display it on your posts.
Regards,
ElliottHey tvgverlag!
I checked your site (English version) but it doesn’t look like your using Enfold there. Can you send us a link to the directory where your using Enfold?
The reason it looks like that is because you need to set a sidebar to the page. You can add some CSS inside a codeblock element to hide it again.
<style type = "text/css"> aside { display: none !important; } </style>
Best regards,
ElliottHey webmanu!
The different sizes are for thumbnails used throughout the site. For example if you upload an image to a portfolio and then use the portfolio with the blog posts, portfolio grid, masonry element, etc etc, you can select what size of thumbnail you wish to use.
Having thumbnail versions of your main image is actually beneficial for your site speed as the user will download a smaller version instead of the fullsize image. The downside is that it may fill up your server storage faster.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi Antonio!
I think what your wanting is called an “image map”, https://wordpress.org/plugins/tags/image-map. You can do it with basic HTML but it’s a bit of work.
I think what I would do is just use our image hotspot element with a map of the world and have a popup for each country, etc etc.
Best regards,
ElliottHi ttnka!
Are you talking about this one? http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
In the layout builder look for the “Masonry” element in the “Content Elements” tab and drag it to your page content. In the shortcode options you can set it to display your portfolio categories. In the size setting set it to “Perfect Manual Masonry”. Edit your portfolio posts and assign them a tag of “Landscape” or “Portrait” to have them display longer / wider than regular entries.
Please watch this, https://vimeo.com/92503992, to learn more about the portfolios.
Regards,
ElliottHey ThomasWitzany!
You can use one set of API information for multiple sites but you still need to purchase a single license for each site though.
Best regards,
ElliottHey!
You can upload your image to imgur.com and copy the URL to the image and paste it inside the popup here when you click on the “img” tag in the editor when writing your reply.
When your in the layout builder (when writing a page / post) click on the “Content Elements” tab and you’ll see an element named codeblock which you can drag to your page content.
Best regards,
ElliottNovember 11, 2015 at 7:03 pm in reply to: Calendar Widget, no preview to next month, only view to the past month #534334Hi!
So your just using it to display the current date then and you do not want the archive links at the bottom then? Add this to your custom CSS.
#wp-calendar tfoot { display: none !important; }
Again I’d like to point out this has nothing to do with Enfold. It’s the regular WordPress calendar widget and it works the same way no matter which theme your using.
Regards,
ElliottHi DROR!
It worked for me. If your not receiving emails then do the steps listed here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/.
Best regards,
ElliottHi!
Yes, exactly. It should be up to the administrator if they want to minify stuff or not. Be careful when minifying the JS, sometimes it can cause javascript errors because some files depend on each other.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
Like I said, if you do not have any products in the current set (the products displayed on the page) then it’s not going to work. You can increase the amount of products that are displayed and there is a better chance of them being available.
Sorry, it’s kind of hard to explain. If it was me I would just leave it like it is and have the categories with no visible products hidden. When you click on the load more button and new products get added the sort links will update automatically.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi!
I’ll flag this for the rest of our team to see if they can see it.
Regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts