Forum Replies Created
-
AuthorPosts
-
November 16, 2015 at 6:51 pm in reply to: WPML / Woocommerce direct URL to specific currency #536804
Hi!
Not sure what it could be. Are all plugins updated? You have this one installed correct? https://wordpress.org/plugins/woocommerce-multilingual/
Cheers!
ElliottHey fweco!
It would take quite a bit of changes to the masonry_gallery.php and helper-masonry.php files in the /enfold/config-templatebuilder/avia-shortcodes/ folder.
It would have to be considered custom work and would probably be best if you hired a freelancer to help you out with this customization.
Cheers!
ElliottNovember 16, 2015 at 6:35 pm in reply to: Gap when using "bottom menu" + "sticky header" for viewports 989px to 768px #536779Hey!
I added it to our buglist. It will most likely get sorted in the next update.
Regards,
ElliottHey!
You would not be able to do that with CSS. You would have to edit the script for the Masonry. You can always link to the archive categories though or create your own blog pages that display 1 category each.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
It’s currently displaying outside of the header container. What is the code you used to add it in?
Best regards,
ElliottHey sjidesign!
You can use some CSS like so to change the backgrounds for the sub menus.
li#menu-item-3410 .sub-menu * { background: red !important; }
The 3410 is the ID of the menu item you wish to target which in this case is “Wealth Protection”.
Regards,
ElliottHey!
Hmm, It’s not letting me in. Is the login information correct?
Regards,
ElliottHey Kimberly!
First off let’s try updating Enfold to the latest version, 3.4.2, your currently using 3.3.2. And be sure to deactivate all plugins while testing.
After that if your still getting the issue then try creating a new page and just add the color section, text, and form inside it to see if it displays responsively. If it does then add your other content to the page piece by piece to see which element is causing the problem.
Best regards,
ElliottHey LifeIsNow001!
Open up the /enfold/includes/loop-index.php file and you can find the title around line 209.
echo $title;
You can try moving it up to around line 103 so it displays above the image.
Regards,
ElliottNovember 16, 2015 at 6:13 pm in reply to: Lazy load / Infinite Scroll for Woocommerce Shop pages #536751Hey!
It would probably be best to hire a freelancer to help integrate that plugin then as it’s outside the scope of our support.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
It would be best to update WordPress. If you continue to use an outdated copy then it will be easier for hackers to compromise your site.
Best regards,
ElliottHi!
Your wanting to keep the date and only remove the time correct? Please see here, https://kriesi.at/support/topic/remove-time-from-latest-portfolio-side-bar-widget/.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey Stephan!
That is custom. You can do the same thing with the Masonry element though, http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/.
Regards,
ElliottHey wizewebz!
I checked your homepage but as far as I can tell everything looks fine. Send us a link to the exact page and take a screenshot highlighting the issue so we can get a better idea.
Best regards,
ElliottHi fbethe!
I’m sorry but I’m not sure I understand what you mean by lexicon or single instructions.
Are you wanting to view some tutorials on Enfold? We have some video tutorials you can find here, http://kriesi.at/documentation/enfold/videos/.
Cheers!
ElliottNovember 16, 2015 at 5:48 pm in reply to: I want to display Post Title First before Blog Title #536713Hey Hafeez Ullah!
Install the WordPress SEO plugin, https://wordpress.org/plugins/wordpress-seo/, and you can then setup the default SEO format for your posts in the plugin settings.
Best regards,
ElliottHi successisus!
1. Your using the boxed layout so it wouldn’t be possible to have it span the full width of the screen but if you want it to span the full width of the header then you can try this CSS out.
.logo, .logo * { max-width: 100% !important; width: 100% !important; }
When you set your logo make sure to use the fullsize options and not a thumbnail size.
2. It looks like you already have some CSS used for this.
#top #header .mega_menu_title a { font-size: 12px !important; line-height: .8em !important; min-height: 15px; }
Can you take a screenshot and highlight the exactly how your wanting it to look?
Regards,
ElliottHi erwin_m!
That does not look like a category page. You can drag a codeblock element to the page content and add this inside.
<style type = "text/css"> .entry-content { border-bottom: 1px solid black !important; padding-bottom: 40px; } </style>
Cheers!
ElliottHey morpho2014!
Does it look like this? https://kriesi.at/support/topic/mobile-menu-errors/#post-516089
Make sure Enfold is updated to the latest version, 3.4.2. I could not check it on your site.
Regards,
ElliottHey chantalinkdesign!
You can set the mobile menu to activate for tablets in Dashboard > Enfold > Header > Mobile menu.
If that is not enough then add this to your custom CSS.
@media screen and (max-width: 1200px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
And play around with the 1200px.
Regards,
ElliottHi hawea74!
It’s now in /enfold/config-templatebuilder/avia-shortcodes/helper-slideshow.php. It’s used for most of our slideshows now so there is a couple of areas where titles are set. I think the one your looking for is line 363.
$linktitle = trim($slide->post_title) ? esc_attr($slide->post_title) : "";
Best regards,
ElliottHi Nathan!
Add this to your custom CSS.
.avia_ajax_form .required { display: none !important; }
Best regards,
ElliottNovember 16, 2015 at 5:12 pm in reply to: How Colored Text Undrer Contact Form Form Elements That Are Empty #536662Hey Nathan!
That’s going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out or consider checking out the Contact Form 7 or Gravity Forms plugins.
Cheers!
ElliottHi jdrakeproductions!
Try changing line 897 in the /enfold/js/avia.js file from this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
To this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"], .esg-container-fullscreen-forcer a',
Best regards,
ElliottHi Micheal0424!
Please see here, https://kriesi.at/support/topic/disable-animation/#post-371416.
Best regards,
ElliottHi Synergi!
It will load the same amount that you have set to display each page which is currently 40. So it should load 40 more when you click the load more button assuming there is enough products left. Changing it would take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with that customization.
Cheers!
ElliottHey robcao12345!
Create a new page and drag our blog posts element to it and select which categories you wish to display.
Regards,
ElliottHi joseph!
Add this to your custom CSS.
.avia-post-nav { display: none !important; }
Best regards,
ElliottHey rowlzey!
It looks like you have the section set to a custom pixel height. I would try increasing the value or use the fullscreen slider instead.
Regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts