Forum Replies Created
-
AuthorPosts
-
Hi!
Thanks for the help Flikk!
@masilusiones, Flikk has the right idea. Go ahead and send us a link to your page and we’ll take a look.For example if your page ID is 123 then you can add this to your custom CSS to change the menu to red when viewing that page.
.page-id-123 .avia-menu-text { color: red !important; }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
In this case you will want to use a sidebar. Navigate to Dashboard > Enfold > Sidebar Settings and in the “Sidebar on Archive Pages” option set it to left. Next navigate to Dashboard > Appearance > Widgets and set some widgets to the “Sidebar Blog” widget area.
This will give you the layout your wanting.
Best regards,
ElliottDecember 5, 2014 at 10:38 pm in reply to: hotspots point to the different paragraph of the same page #363884Hey!
Thanks for the help Flikk!
@kailibuy, Flikk has the right idea. When you set the URL for the hotspot set it to just “#pain_syndrome”. And then add a codeblock element to wherever you want it to link to and then add this inside the codeblock element.<span id = "pain_syndrome"></span>Best regards,
ElliottHey!
It’s no problem. I deactivated all of your other plugins except Woocommerce and the 404 errors went away. Try reactivating them one by one to see which is causing the problem.
When you find the plugin responsible try switching to the default theme to see if you get the errors there as well.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey djshortkut!
It looks like you set a pixel value for the width, is that correct? Try using a percentage instead.
50%Cheers!
ElliottHey!
I tested this on my XAMPP setup and it seems to be working fine. Are you sure you added the function to your child themes function.php file?
As far as I know that is the only documentation for creating your own shortcodes. You can find lots of topics about it here in the forums though, https://kriesi.at/support/topic/create-new-avia-builder-element/#post-363612.
Best regards,
ElliottHey Alexandre!
Thanks for using Enfold.
That’s the Masonry element, not the Masonry Gallery. They sound the same but one will display the images you set manually and the other will display the featured images of your posts.
You can find the Masonry element in the “Content” tab of the advanced layout editor. It will display the featured images of your posts and by default will be sortable unless you disable sorting in the shortcode options.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi Christan!
Thanks for using Enfold.
I can’t reproduce the problem on my XAMPP setup so I don’t think it’s the plugin. Go ahead and send us a WordPress login and we’ll take a look. Be sure to set your reply as private when including login information.
Cheers!
ElliottDecember 5, 2014 at 10:03 pm in reply to: website currently have error, not working after updating 3.0.4 version #363863Hi!
I don’t see the error on your site. Did you get this sorted?
If your still having problems then I would try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHey Andrew!
1. It’s likely it will. I would try using a caching plugin such as W3C Total Cache or something similar. They usually have minify options available which do this automatically but if you get javascript errors or weird CSS behaviour then it would be best to turn those specific minify settings off.
2. Yes they wouldn’t be safe in the parent theme. A child theme can only be used for specific template files which will cover most but not all.
3. You can find our video tutorials here, http://kriesi.at/documentation/enfold/videos/.
Regards,
ElliottHi!
Hmm, where are you seeing this at? Lines 709 – 711 should look like this.
//$header = 'MIME-Version: 1.0' . "\r\n"; $header = 'Content-type: text/html; charset=utf-8' . "\r\n"; $header = apply_filters("avf_form_mail_header", $header, $new_post, $this->form_params);Regards,
ElliottHi Mohan-Iyer!
It looks like your using Enfold version 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done.
You can see here, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/, for updating via FTP.
Best regards,
ElliottHi hotspot!
Your referring to the flags that get added to the menu correct? The current language should have a class of, “avia_current_lang”.
Send us a link and we’ll take a look.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey virtualsa!
It looks like you added the images in manually and they are linking to the correct areas so I’ll assume you got this completed. Let us know if you have any other questions.
Cheers!
ElliottHey!
When you select the images you want to use for the Masonry Gallery there is an option that says, “Custom Link”, where you can insert your URL.

But it sounds like your talking about the Masonry element and not the Masonry Gallery. Unfortunately there is not an option for this currently but you can create a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 5, 2014 at 9:34 pm in reply to: issue with enfold and wordpress seo plugin, 404 in author and archive pages #363846Hey xpoveda!
It’s working fine on my XAMPP setup. I think it’s from the settings your using in Dashboard > SEO > Permalinks. Try unchecking all of those options and save.
Also be sure to deactivate all other plugins while testing.
Best regards,
ElliottDecember 5, 2014 at 9:29 pm in reply to: Replacing the word "blog" with "product" in the main title entry "H1" …. #363843Hi BrianBookwalter!
Are you talking about line 11 in /enfold/index.php?
$title = __('Blog - Latest News', 'avia_framework'); //default blog titleYour link is under a coming soon plugin so I couldn’t see the exact area your referring to.
Best regards,
ElliottDecember 5, 2014 at 9:21 pm in reply to: Enfold – Could there be an easier way to arrange accordion slides order #363837Hi Monsoon!
Your talking about the accordion slider element correct? The very first option of the accordion slider asks you whether you want to use a “Image based Slider” or “Entry based Slider”. It sounds like your wanting to use the “Image based Slider” so you can setup your slides manually.
If that’s not what you were referring to then send us a link and take a screenshot highlighting what’s going on so we can get a better idea.
Cheers!
ElliottHi discotech!
The 1/2 columns will stack on top of each other on smaller screens. What you’ll want to do here is move them into a 1/1 column and set their alignment to left. This will have them display next to each other.
Or if you want to keep using two columns then you can try dragging a codeblock element to your page and add this inside.
<style type = "text/css"> @media only screen and (max-width: 479px) { .flex_column.av_one_half { width: 49% !important; } } </style>That will force them to stay in two columns when on smaller screens.
Cheers!
ElliottHey!
Glad you got it sorted alfengland.
@diannedominguez, Here is some more information on how to do it, http://sevenspark.com/docs/ubermenu-menu-item-limit.If your still having trouble then try deactivating all plugins and send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottDecember 5, 2014 at 9:02 pm in reply to: Troubles with the header (fixed/responsive/height…) #363827Hi!
1. + 2. It looks like you turned off the fixed header. Go ahead and send us a WordPress login and we’ll take a closer look.
3. Well, when the header shrinks it’s supposed to shrink your logo image as well. If you need to switch it out with another logo then I suppose we could add another logo in there and then use this CSS to hide them.
.logo, .header-scrolled .alternate-logo { display: block !important; } .alternate-logo, .header-scrolled .logo { display: none !important; }And then find line 105 in /enfold/includes/helper-main-menu.php.
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);And add this right above it.
echo '<img src = "URL to your smaller logo" class = "alternate-logo" />';4. You can set a custom pixel value for your header in Dashboard > Enfold > Header. If you plan on having your header fixed and move down the page with you then I recommend using this option.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 5, 2014 at 8:48 pm in reply to: How to create Custom Post Type (CPT) and will previous & next links work? #363821Hi!
Hehe, I see what you mean now. Glad you got it sorted. Let us know if you have any other questions.
Best regards,
ElliottHey realsmartshoppers!
Try adding this to your custom CSS.
.social_bookmarks a { color: #8fb3cd !important; }Cheers!
ElliottHi Tech!
It looks like it’s an iframe that is related to some google ads. Did you recently install a google ads plugin or add some new script to the theme settings?
Best regards,
ElliottDecember 5, 2014 at 8:38 pm in reply to: again: changing font size….. this time: in Accordion (content-element) #363813Hey blauwoog!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class to your accordion.
You can then use some custom CSS to style that specific accordion like so.
.my_class .toggler, .my_class .toggle_content { font-size: 20px !important; }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Hmm, I don’t think it would be changed with javascript. Go ahead and send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey ProAnts!
I checked your portfolio page but your entries seem to be displaying fine. Is there a certain one your having issues with?
Cheers!
ElliottDecember 5, 2014 at 7:44 pm in reply to: Google Maps Still Not Working After Template Update #363786Hey!
It’s displaying fine on my end as well.

What browser and browser version are you using? Try viewing in a different browser to see if it displays there.
Regards,
ElliottHey!
You will not lose any content. If you have edited any of the Enfold theme files then those customizations will need to be redone after updating.
Your site is displaying for me though I tried logging in again but it’s not letting me in.
Did you create a template called “indesit”? Try deleting that template to see if the error goes away.
Regards,
ElliottDecember 5, 2014 at 7:29 pm in reply to: Open Sans font in Headers no longer responds to size control #363775Hey aribann!
Not sure what’s going on there. I see it being added correctly to your dynamic stylesheet.
#top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1{color:#86221f;font-size:24px;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}But it’s not being applied for some reason. Perhaps you have a typo in your other CSS somewhere. This feature is still in beta though. Try adding this to your quick CSS.
.main_color h1 { font-size: 24px !important; }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
