Yes –
Figured out the footer top border just after I wrote you.
Hopefully it will help out others though.
As for the footer widget titles – thanks!
Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
Josue
Hello!
Looks like you already applied a border to the footer container:
#footer.container_wrap.footer_color {
border-bottom: none!important;
border-top: 1px solid #c980a3 !important;
}
You can target the footer widget title font with this selector:
#footer .widgettitle{
font-size: 2em;
}
Regards,
Josue
Hi sammysouthall!
First thing to try is updating your site to the most recent version.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Then try using this plugin to get IE8 to work with media queries: http://wordpress.org/plugins/respondjs/
Regards,
Devin
Hi David,
Can you post the link to your website please?
Regards,
Josue
Will einen Membersbereich aufbauen und habe das Plugin “PrivateContent” heruntergeladen. Leider kann ich keine Navigationspunkte mehr laut Userkategorien mehr aus und einblenden sobald ich das Theme Enfold installiert habe.
Welches Programm verwendet Ihr für diesen Zweck?
Wie kriege ich das Flyout so hin wie hier : http://kriesi.at/themes/enfold/
bei Shortcut oder Pages. Egal was ich mache (Submenus usw.), das Menu schaut immer aus wie bei Portfolio.
Thanks for explaining that Josue. The link to an example was missing.
So the logic in functions-enfold for the sidebar calls the menu_order, and of course will display whatever the order is set to…it just happens to differ from Appearances Menu ordering.
Prior to using a plugin such as the one that is helping me to reorder the items, do you know what mechanism is making the original order?
Ultimately I’d like to create a function that logically forces the menu_order to match the Appearance Order, and add it to my functions, rather than use a plugin. Any ideas about how to achieve that?
cheers
Darryl
Hi, thanks for your help.
I’m just trying to have a transparent background for a data-table on alternate rows so i can see the general background of the page (a fixed image).
On the price tables this works straight forward, i don’t have to do anything, i only remove the background color of the main content style on enfold styling menu.
But on the data table can not be setup it, because the theme uses the same color for all rows.
Cheking the supports tickets here in the forum i was capable of change these background color for a different one, like “red”:
.main_color div .avia-data-table tr:nth-child(even) td {
background-color: red !important;
}
This works.
But this same code don’t work for transparent.
.main_color div .avia-data-table tr:nth-child(even) td {
background-color: transparent !important;
}
You can check it here:
http://rndh.net/mantenimiento-linux/
At this moment the data table have the same configuration than the price table. And i removed all my css modifications.
Why the alternate rows are not transparent like the pricing table?
Thanks
Horizontal scroll through images as seen here: http://www.petersutherland.net/
http://www.getaltrd.com/work/virginmobile/
and all the other portfolio pages linking from http://www.getaltrd.com/#work_section
I tried the code you provided and first created a class for “work”, that didn’t work, so then I tried one creating a class for virginmobile (thinking I might just have to manually targeted every portfolio page – but that didn’t seem to work either, not to mention that would be a maintenance hassle every time I wanted to add a new page.
Essentially, I only want the “home” button on all my portfolio work pages (like I did on the blog, with your help).
Thanks in advance for your help. This is the last bug I have to finish before launching my site.
In my second post, I stated that I added the Roboto font to my website and it did not change anything. I appreciate the help but it does not solve the actual problem. It would be nice if I could add Roboto to the drop down list on the custom font section in the Enfold menu though.
I had to change that previous page to private due to client’s wishes, here is an almost identical page with the same problem.
http://www.eyeconic.tv/case-studies/johnny-junxions-case-study/
Hello,
Any need chance you might feature BIGVideo in your next upgrade. I would be great to have that option.
http://dfcb.github.io/BigVideo.js/
Thanks,
Didier
Hello!
Please post the link where you are trying this.
Best regards,
Josue
Hello DavyE!
Someone reported a logo problem with 2.2 ( https://kriesi.at/support/topic/enfold-2-2-breaks-site-logo-image/ ) and I fixed the issue with an updated avia.js file (you can download it here: https://gist.github.com/InoPlugs/ff21a064c574fc154794 ). Replace the entire code in enfold/js/avia.js with the code from the github gist and check if this solves your problem.
Cheers!
Peter
I plan to go live with the website today, so it’s urgent! Just noticed my main menu is completely distorted since Enfold 2.2 update. It was fine up until 2.1, so what changed and how can I change it back, please?
See example: http://goo.gl/FUfbFV
EDIT: By the way, I’ve removed all of my custom CSS and the problem is still there.
-
This topic was modified 12 years, 3 months ago by
DavyE.
Absolutely Perfect !
Thank you so Much Yigit.
Hey Stéphane!
Please review your website
P.S.: I have created a subscriber account on your website. So if one of us ask you for password you should give ( unless we ask for admin login )
user: kriesi
pass: support
Cheers!
Yigit
Definitely, I did do that. Trouble is, it seems that doesn’t work to target the entire directory (all the portfolio pages in “work” – so, do I have to do this for every individual page or is there a smart way to target the entire directory automatically?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.main_menu ul:first-child > li a { line-height: 60px!important; }
Then flush browser cache and refresh your page a few times.
Best regards,
Yigit
Hello Ygit
http://www.rmasa.com/cms
ID: admin
password: *******
Thank you so Much.
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hi!
Can you post a login just to view your website?
Best regards,
Yigit
Hey Ismael – found the solution for the active color.
As for the code added for header height –
#header_main .container, .main_menu ul:first-child > li a {
height: 300px !important;
line-height: 82px !important;
}
Hey!
1) Please add following code to Quick CSS in Enfold theme options
div.iconbox_content { padding-top: 20px; }
2) Add 42nd line here to Phone Number section
And edit Cart page and change page title with 44th line http://i.imgur.com/DhfCZXG.jpg
3)
.entry-content ul { list-style: none; }
.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a { color: #719430!important; }
.widget_nav_menu a { color: gray!important; }
4)
div#text-4.widget { margin-top: -25px; }
Best regards,
Yigit
I should mention that I tried Phil C’s solution to disable the lightbox:
http://wordpress.org/support/topic/replacing-woocommerce-lightbox
It works when using the Twenty Thirteen theme, but not with Enfold.
Best regards, Staff
Hallo,
The “Enable lightbox” does not appear in the settings of Woocommerce (in Woocommerce/Settings/General). It does if I use for example the Twenty Thirteen theme.
I would like to disable the lightbox on product single page. Can I somehow add a filter in functions.php?
Or get the “enable”-checkbox to appear in the settings…
Best regards, Staff