Hi,
Some time ago, I posted this problem:
https://kriesi.at/support/topic/breadcrumbs-doesnt-work-correct-after-portfolio-sorting/
I thought this solved it, but it’s not working correct. The breadcrumbs are now linking to the categories, instead of linking to the page (as before adding these lines to functions.php).
So when people click these links, they get a ‘Achrive for’ page instead of the normal page.
Do you know a solution? Before, it worked correct, it only didn’t show the correct pages after sorting.
Thank you!
Hello
It would be great if you could add the ability of adding a side menu (i mean the same kind as WordPress backoffice). So that, we could choose beetween a side menu or the classic top menu.
Regards
No effect. I have this in quickCSS:
#top .price span {
float: left;
clear: left;
}
#top .price {
display: table!important;
}
But if I add only this:
#top .price span {
display: table!important;
}
Prices looks like THIS. Stupid incl.excl.VAT text isn’t next to price.
This reply has been marked as private.
Hi!
Please see Ismael’s post here https://kriesi.at/support/topic/avia-advanced-layout-builder-for-posts/#post-211670
Keep in mind that we do not support it
Best regards,
Yigit
Hi!
It typically takes Kriesi quite a while to get through his queue of topics. If it holding up development I would suggest using shortcodes on any page where you need to use the upload form shortocode instead of using the Avia Layout Builder.
Regards,
Devin
Hey!
I’ll tag the topic for Kriesi as I don’t know for sure if the theme will recognize the icons just by their file location. I believe they need to be uploaded through the uploader so that they can integrated in with the builder elements. So you would need to install locally and then copy over the the database and theme files on to your server.
Regards,
Devin
Hi!
What that user did was put the widget area inside of a color section. The color section is called “map” without quotes in the developers field when editing the color section. This allows you to then set its width with css.
For example:
#map .container {
width: 100%;
padding: 0;
margin: 0;
}
#top #main #map.avia-section .template-page {
padding: 0;
}
Regards,
Devin
I need to build my own template page.
I lnow how to do it on a standard way (create a php file named template-blabla.php and in this file write some php lines to declare this page as a template)
Ok, so i make a copy of Enfold page.php, add thoses lines at the very top:
<?php
/*
Template Name: candidature
*/
Now, this template is available, but when i apply it, it do not look…
What’s the right way to build a template page with Enfold?
thanks
I use the Enfold theme with the WooCommerce plugin & the dutch translation of WooCommerce. If I, or somebody else, pushes the check out place order after ordering and selecting a payment, WooCommerce does’nt stop running in Enfold. The order is administered in WooCommerce itself after sometime, but the costumer & myself don’t get the mail that the order is given. If I switch tot the basic Twenty Twelve theme everything works wel. Can please somebody help me… The site is http://www.tafellunch.nl
Button:
<input type=”submit” class=”button alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Bestelling plaatsen” data-value=”Bestelling plaatsen”>
-
This topic was modified 12 years, 1 month ago by
Fred1969. Reason: Better subscription
And… Topic Favorited! Thanks Yigit, you’re the best man
Hi Raph!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
#top .social_bookmarks_mail:hover a {
color: #fff;
background-color: #9fae37;
}
these are default values.
2-
.social_header .phone-info { font-weight: normal; }
Cheers!
Yigit
Hey!
Please try adding following code to Quick CSS as well
#top .price {
display: table!important;
}
Regards,
Yigit
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hi InvestFinanceGroup!
Please try one of the plugins under “Membership Plugins” here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Cheers!
Yigit
Dear Enfold,
help me please:
1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.
2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?
thank you
indra
Hi,
I’m trying to embed a HTML5 video but Enfold keeps reformatting my code. How can I make it stop doing that?
Thanks :)
-
This topic was modified 12 years, 1 month ago by
xilopix.
Hi nicolasweh!
Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}}
Best regards,
Yigit
now I tried:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer .container { padding: 10px 0 10px 0; }
#footer .widget { margin: 10px 0 10px 0; }
}
also without success
Not working:
code looks like this:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer {
padding: 10px 0 10px 0; }
}
……..is that right?
Thanks for this link. I’ve had a look into it, but it looks like the script needs to reference a media query to work.
This is fine for mobile media queries, but my custom.css file doesn’t have a media query setup for the normal desktop styles. Am I meant to create a new media query to contain all my custom css so this script will work? I’m a little confused on how it should be implemented with Enfold.
Hello
I have a single page website with menu items linking to different headers in the page using #about or #services etc.
The underline effect used to highlight the different menu items as you scrolled down the page or it would underline something if you click on it, this seems to have stopped working and I am not entirely sure what I changed to cause it to break.
Could you point me in the right direction?
Thanks
Hello, I need my website in spanish and enclish and I am going to buy WPML.
I would like to display WPML language switcher at the top of the page in the small menu or at the rightend of the main menu, something like “ESPAÑOL | ENGLISH”…is it possible?
thanks!
enfold scroll-top-link icon disappear from 480 px to 768px width
I just noted that, both in chrome and Firefox, is there some reason for that?
I’d like to have that scroll icon always fixed to the right for the bottom of my pages when I’m scrolling down regardless of the width size of the screen or resizing it.
Thanks
Hey!
Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.
Regards,
Peter
Hi!
Can you please give us a link to the website? Are you talking about the dropdown menu or the submenu on top of the header?
Best regards,
Ismael
Hi!
The Masonry elements are powered by Isotope, so you would start investigating there:
http://isotope.metafizzy.co/
Found this:
http://stackoverflow.com/questions/14043879/jquery-isotope-queue-shuffle-randomize-animation
When you find/create the right snippet, simply add it to avia.js at the very end:
jQuery(function() {
// your code
});
Best regards,
Josue