Hi Bedros!
1- Yes, as you can use Avia Layout Builder for creating your portfolio items like creating any other page, featured image is not shown. You are not doing anything wrong.
2- Which version of Enfold are you using? You can add following code to Quick CSS in Enfold theme options under Styling tab to remove the arrows globally
#top .avia-post-nav { display: none; }
3- You can add “Portfolio grid” or “Fullwidth Masonry” element to bottom of your portfolio items to display related portfolio items. Featured image does show on thumbnails as you shown in your first screenshot. If you are having any issues with it, please post the link to your website so we can take a look. Please note that we may need a temporary admin login as well.
Regards,
Yigit
Hey!
If you are not using a child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) changes you have made on theme files will be lost unfortunately, but styling changes in Quick CSS will remain as long as theme names are matching. If you have noted the changes you have made on theme files, i would recommend you to use a child theme and re-do the changes you have made
Cheers!
Yigit
Yigit, will this update compromise any of the customizations that we made? I can’t say for certain, as I am not the only developer of the site, but there may have been adjustments to the theme files using the WordPress Editor. There have definitely been several CSS changes made using the Quick CSS form in the Styling section of Enfold Theme Options.
Thanks.
Hi dngood!
How are you? I hope you’re doing well today.
The languages should be located on wp-content/languages by default but enfold loads the languages files on the lang folder.
if(!function_exists('avia_lang_setup'))
{
add_action('after_setup_theme', 'avia_lang_setup');
function avia_lang_setup()
{
$lang = get_template_directory() . '/lang';
load_theme_textdomain('avia_framework', $lang);
}
}
http://codex.wordpress.org/Function_Reference/load_theme_textdomain
Regards,
Ismael
Hi graphico!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.template-page .entry-content-wrapper h2 {
font-size: 24px; }}
Cheers!
Yigit
Hey anton123!
Can you please give us a screenshot of what you’re trying to do?
Enfold doesn’t have option for retina display. The technique is to use image with twice the size as needed then resize it in half using css. So for example you have a 100x100px image with selector id “awesome-image”, you can add this on Quick CS or custom.css:
#awesome-image {
width: 50px;
height: 50px;
}
The image displayed will have a size of 50x50px but the actual size of the image that is use is 100x100px. The image will still look crisp on retina display. You can also use this plugin: http://wordpress.org/plugins/wp-retina-2x/
Regards,
Ismael
Hi AndrewDelaware!
Pleasse add following code to Quick CSS in Enfold theme options under Styling tab
.tabcontainer .tab_icon { width: 25px!important; }
Best regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey!
No, that is not possible. Enfold is using shortcodes to display elements within a SINGLE page. It doesn’t have any resource or function to load two pages at the same time. Please ask the google forum or community about this. They can give you better explanations why the bounce rate decrease on so many levels.
Regards,
Ismael
Hi spirit1977!
Thank you for using the theme. I hope you’re doing great. Use this instead:
#header_main .container, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
.header_color .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}
Regards,
Ismael
Hi!
You can suggest such feature here https://kriesi.at/support/topic/enfold-feature-requests/
If you are using the latest version of Enfold, you can also add Icon element to your page for a similar look
Cheers!
Yigit
Hey monysy!
Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can also switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
Regards,
Yigit
Hi!
I tried to put a background image with fullwidth, with the same options as enfold slider example.
My background image is 1600×470 (The same as enfold layerslider sample) but doesn´t take up 100% screen.
Global settings Screenshot: http://prntscr.com/2yo5v0
Site: http://firenetworks.eu/joseluis/
Why if i have the same global settings in this slider i haven´t the full width background?
Thanks so much in advance!
-
This topic was modified 11 years, 10 months ago by
NaRanJiTo78.
Hi Jesse!
Please try re-updating the theme via FTP
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
Cheers!
Yigit
Hi Jane!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}}
Best regards,
Yigit
Hey grktmktg!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}}
Cheers!
Yigit
Hi ejet!
You can go to Appearance > Widgets and create a new widget area and add Enfold latest news widget in it. Then you can edit your home page and add a 1/2 columns element in Avia Layout Builder then add a Widget Area element in it and choose to display the widget area you have created in Appearance > Widgets
Best regards,
Yigit
Hi!
I already set the sidebar on Enfold > Sidebar > Sidebar on Single Post Pages to “right sidebar”. This will enable the sidebar for forum pages or technically forum posts.
Cheers!
Ismael
Hi Yigit, Thanks for your quick reply and suggestion. I added this css and the text still does not appear on the iPhone or iPad. The idea is that instead of the text appearing when I hover over that it will appear when I click.
I’m stumped about why it works in the Showcase theme and not in Enfold. If you have any more ideas, let me know.
Thanks.
Hey eric_peeters!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#product-2062 > div.eight.units.single-product-summary > div.summary.entry-summary > div:nth-child(3) { display: none; }
Best regards,
Yigit
Hi Jane!
You can add following code to Quick CSS in Enfold theme options under Styling tab to display the text on mobile
@media only screen and (max-width: 767px) {
.outer > .box {
margin: 0;
}
Best regards,
Yigit
Hey Dominik!
Please go to Appearance > Menus and check “Enfold footer menu” in Menu Settings http://i.imgur.com/nbeOp53.jpg
Regards,
Yigit
hi ismael
Oke, now I understand the problem, I assumed [stupid me] that the most visited blog would be on top. Yes i do have a comment section, and taken from that point of view it then works correct. Is there a way or another widget from Enfold within such a combo, to show the most visited blog?
I have several images on our home page at: http://www.got2bmoving.com that when the user hovers over them that text appears. However when I view the page on the iPhone and tap the image nothing happens. When I implemented this same code and CSS using another theme (Showcase) I was able to see the text overlay when I tapped on the image on the iPhone.
Is there a way to configure the Enfold theme to enable the hover over effect on “click” on a touch screen? Or maybe there is some additional code I need to add?
Any help you can provide would be appreciated.
Thanks.
I changed our website to Enfold last November and was receiving about 1000 visits per week. Nearly 3 months later and we’re only receiving half of the traffic. I have updated all the titles and meta tags as we used in our last website and content is 80% the same as before. Does anyone know why the Enfold template is causing the drop in traffic from Google? Our website is http://www.toiletsforsale.com
Hi Support,
We have added products to our website with enfold as well. However when we mous-over a product it shows the filename and not the description or ALT text.
Is there a way to fix this?
Thanks a lot!
Marco
I would like to see…
Raw HTML & Raw JS
These could be either standalone content elements, or custom editors within content elements.
The wordpress Text tab allows only limited tags, and sometimes makes its own modifications to my code.
Raw HTML would preserve the exact code I enter.
The standard breadcrumb is “home / title / …”
How do I change the word “Home” in the enfold-breadcrumb into another title?
I would lik to change it to: “Nieuwe Dag / title / …”