I have the similar issue…but will both masonry and grid content for blog (other format seems to work).
When I unable the BBPress Forum plugin none of the enfold short code blog elements are displayed for visitors, but they work fine for registered users. Here is an example: http://visualwilderness.com/
On this page there needs to be portfolio grid…and it is not there. When I deactivate the BBPress the Grid comes back.
Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site.
-
This reply was modified 12 years, 3 months ago by
Jay.
This reply has been marked as private.
Hey MtnStreamGroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.page-id-175 .avia-builder-el-2 { background-color: red; }
Best regards,
Yigit
Hey fjrichart!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove it from your posts
.comment-entry { display: none; }
What changes you would like to make? Please elaborate
Cheers!
Yigit
How to I add a shop ?
like this – http://kriesi.at/themedemo/?theme=enfold
click the shop tab.
-
This topic was modified 12 years, 3 months ago by
joshpb.
Hi,
first of all, great theme, i really appreciate it and I think I will get more licenses for more blogs anyway.
I am having a problem, I would like to set the blog page (that one you set in enfold options) to show the blog articles in a grid, I set up the page with masonry grid but when I click blog in the menu, I still have the odd blog style where articles are below each other. what am I doing wrong?
regards
greg
Hey!
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
Regards,
Yigit
Hey guys,
So from my understanding Royal slider isn’t supported in the Enfold theme, correct?
Is there a trick to get this working though? I’m trying to use a slider in a laptop, but the pics won’t display.
The laptop is there, but there s only text that link to the pretty photo modal window. The text is the title of the pics.
I’m hoping it will be an easy fix like “turn off pretty photo” or something like that????
Thanks
Hallo,
Ich habe für einen Freund und Kunden eine Seite mit Enfold aufgesetzt und er möchte das ich die ihm in Rechnung stelle. Wie mache ich das?
Danke und Gruß
Hannes
Hey!
You earlier said and i quote “Also, right now the header bar shrinks while I move down the page. How can I make it static?“.
Customization you asked was beyond the scope of support we can provide but i wanted to finish what i started but it is getting more and more complicated..
To achieve what you would like, you need to make some changes on the code i posted earlier and go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
to
el_height = 156,
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/1.5)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.5;
Cheers!
Yigit
I removed the background image from the Color section and added the above css to Quick CSS as you suggested. The background image is not centered and is not resizing responsively when the larger random quotes appear.
Any ideas?
* FYI: I previously placed the following styles in the enfold-child/style.css file to style the quotes and author:
/* START Easy Random Quotes plugin section */
/* jv: investigate > For Developers: Section ID > id="section-quotes" later.
#section-quotes {
background-color: #bbff00;
}
*/
#quotes {
text-align: center;
margin: 0 5%;
}
/* jv: Formats quote */
p.quotes-caption {
margin: 0 0;
font-size: 1.25em;
line-height: 1.3em;
color: #0f75bc;
}
/* jv: Formats quote signature under quote */
p.quotes-signature {
margin: 5px 0 0 0;
font-size: 1.15em;
line-height: 1.3em;
font-style: italic;
color: #898989;
}
/* END Easy Random Quotes plugin */
Hi DiamondLights!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-layerslider { padding-top: 50px; }
Best regards,
Yigit
Thank you Ismael, I was able to export the wp_layerslider table from old hosting/database as.xml should I go and import the .xml in the new hosting datrabase or import in that in the admin panel? when I tried to import in the new database, I got an error message I think .xml is not recognized, I think it only takes .sql
Thank you again for all your help
This reply has been marked as private.
Hi!
Some part of code is not being applied. Please try adding the code to Custom.css file inside Enfold/Css folder
Regards,
Yigit
Hey brycenagels!
Please update Enfold to version 2.4.5 as it is fully compatible with WordPress 3.8. And make sure that you are using the latest version of WooCommerce.
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 156px!important; }
#header_main .container, .header_color .main_menu ul:first-child > li > a {
height: 156px!important;
line-height: 156px!important;
}
.fixed_header #main {
padding-top: 156px;
}
Regards,
Yigit
Ok,
I had another thread opened, but it was closed.
I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?
I have them in edit mode, but they do not appear once the page is live.
The page I’m speaking about is:
There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.
Any way of getting them to work in the short description?
Thanks,
Hey!
It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website
.clearfix {
display: inline-block;
}
which breaks the map widget. You’ve two options
1) Remove the kitchenbug plugin
2) Insert following code into the quick css field to overwrite the kitchenbug code
#top #wrap_all .clearfix {
display: block;
}
Regards,
Peter
Hi jmikhail!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) and (max-width: 989px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 3px;
}}
Regards,
Yigit
Hey!
Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Best regards,
Ismael
Hi!
Please firstly update Enfold to the latest version 2.4.5 and let us know if issues remain
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body div .avia-button {
border-radius: 1px; }
Best regards,
Yigit
Yes I have pasted the exact code you provided but no result I can’t still see my map is contact us page.
Hi upperhand!
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Best regards,
Ismael
Hi patriscia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-caption .avia-caption-content p { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 18px;
}
Regards,
Yigit