In creating a gallery with mixed portrait and landscape proportion images, I find that the thumbnails size awkwardly (though only in height), breaking the neat grid structure – sometimes even leaving complete gaps within the thumbnail grid.
Is it possible to force the thumbnails to display at a fixed height so that the grid structure stays together?
Thank you for your quick reply, Devin!
I was able to create the masonry blog in a new post, but I’m trying to use the page that is currently labelled “Blog,” and when I add the fullwidth masonry element in it, its format doesn’t change.
Is there a way that I can alter this page to handle masonry?
I’m not terribly database-savvy, but I know in the past, even if I delete a page, WordPress often acts weird when I try to create a page that has the same URL as the past page (often giving it a number, like blog2), so I’d like to be able to alter the present /blog page to handle masonry, if possible.
All care, Layla.
PLZ ADD CATEGORY ITEMS SORTING AS WELL ! ! ! THIS THEME ONLY SORT CATEGORY NOT ITEMS OF CATEGORY
TY
Hi straightedge29!
The masonry elements are their own elements. See:
Regards,
Devin
There are a number of programs that have comparison tools which could help for sure. I’m not sure they would help in this case because the number of changes we’ve made since 1.6 is just huge. The html5 update changed almost every single front end template and on top of that the structure of many of the files were re-done as well.
So comparing X 1.6 to X 2.4 would almost be apples to oranges in many cases.
Greetings!
I have an Enfold theme in my account labelled 2.4.1, but it doesn’t have the masonry blog option in it. But the theme also doesn’t prompt me for an update to gain these features (the dummy data never included the pages, and the blog options in the pop-up do not list a masonry format). Is there a way I can go about fixing this?
All care, L.
Hey RicardoSuarez!
The background is caused by you adding that item inside a pre wrapper. That should be used for code or raw text you want to display without any reformatting. Not shortcodes.
I don’t know where the gray border is coming from but I believe its the way WooCommerce outputs some shortcodes and isn’t from the theme.
Cheers!
Devin
Hi lis4!
Make sure you have Enfold version 2.4.2 installed and running on your WordPress installation.
Cheers!
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive div .avia-data-table td { text-align: right; padding-right: 15px; }
Best regards,
Yigit
Hi there!
When search my site on google it appears but it doesn’t have a title. If you make the search binocle lab on google you’ll know what I mean.
The title appears under the name (“Untitled Document”).
I’ve downloaded YOAST wordpress SEO but it doesn’t seem to work. I have checked the Header.php and changed this: <?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?>
for this
<title><?php wp_title(''); ?></title>
I’ve also located the source code of the website and the <title></title> appears as Binoclelab (not Untitled Document).
I DON’T KNOW WHAT ELSE TO DO. This is my second enfold website and the first one didn’t have this problem.
I would appreciate any help provided!
Greetings and thanks,
Nors
-
This topic was modified 12 years, 1 month ago by
norasp.
The combobox in the Enfold / Theme Options / Frontpage Settings is empty. How can I set my frontpage?
How can I make the enfold theme button text size larger and the button bigger?
Hi!
2) Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search for
allow_resize:true,allow_expand:true
and change it to
allow_resize:false,allow_expand:true
Cheers!
Yigit
Hello,
I am in final stages of completing our website and must say, that this theme and the theme support is awesome. I never regretted spending my money on enfold theme. But there is still one last thing I need to find out.
I really need the ability to handle shortcodes in post sliders / grid layouts (within the excerpt). Each excerpt should e.g. start with an icon, but the excerpt just outputs the shortcode term for the icon. I tried the advanced excerpt plugin, which helps me display shortcodes inside the excerpts of blog elements, but is no help with any grid element.
I did some research, but couldn´t find a solution. The topic that came closest to my question was this https://kriesi.at/support/topic/dropcap-2-and-post-sliders/ – but the provided code didn´t work for me.
I appriciate any help. Thanks!
This reply has been marked as private.
I have added videos, single images and sliders using the Avia framework and none open a lightbox when clicked. I upreved to the latest Enfold rev today.
Hey VisionHD!
Your best option in my opinion would be creating a child theme. Please see Devin’s tutorial here http://vimeo.com/channels/aviathemes/67221517
Regards,
Yigit
Dear Ismael,
Another example of mine that works fantastic is http://corpopromo.com/ (and the logo is not broken) and also made with the Enfold version 2.3.2.
Please, I need a solution to this point asap.
Regards, Adolfo
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { padding: 27px 0 5px 0;}
.header-scrolled .logo img { padding: 5px 0; }
Regards,
Yigit
Hi,
For some reason, all of a sudden, the custom changes I’ve made to the CSS won’t show on the website (not even the theme color)
I rolled back the backup to a few days ago, I disabled all plugins, I clear the cache, but still.
Of course that the custom CSS file is alive and well.
Any idea why is that…?
URL: http://www.valuation.co.il/2118-2/?theme=enfold
Hey Monsoon!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { display: none; }
Best regards,
Yigit
Hey!
Sure. Please create a temporary admin login and post it here privately.
Regards,
Yigit
Hey Delphiine!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .avia_message_box .avia_message_box_title { font-size: 16px; }
.avia_message_box_content { font-size: 18px; }
Best regards,
Yigit
This reply has been marked as private.
Hey Justin!
1) I believe you mean size of main menu. If so, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 18px; }
2) You can add it manually to header.php file. Can you post a screenshot?
3) Can you post the link to your website?
4) Please add following code to Quick CSS and adjust as desired as well
.social_header .phone-info { font-size: 18px; }
Cheers!
Yigit
i have just reinstalled the enfold theme. error still occurs :-(
Hey oskarpalmenfelt!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu { display: none; } /* removes main menu */
div .logo { display: none; } /* removes logo */
Cheers!
Yigit
Hi absmith55!
You can undo changes you have done and add following code to Quick CSS in Enfold theme options to remove search icon from main menu
#top .menu-item-search-dropdown > a { display: none; }
Regards,
Yigit
Hi
I’ve been searching the forum and trying different settings in the Enfold-theme options and menu options, but I can’t figure out how to remove the entire menu with logo and all.
http://www.intouchprogram.se
Menu includes home home Portfolio blog etc
Best regards, Oskar
Hi Matt!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks_linkedin a {
color: #fff;
background-color: #419cca;
}
#top .social_bookmarks_twitter a {
color: #fff;
background-color: #46d4fe;
}
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
#top .social_bookmarks_rss a {
color: #fff;
background-color: #ffa133;
}
Regards,
Yigit