Hi!
1.) IE8 doesn’t support media queries so it will always show the 960px width version.
2.) Please add this on your custom.css or Quick CSS:
.header-scrolled .logo {
height: 58px;
}
3.) IE8 doesn’t border radius, you need to this fix: http://stackoverflow.com/questions/4326363/using-css3pie-htc-for-border-radius-in-ie8
Cheers!
Ismael
Hey rsds129!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Regards,
Yigit
Hi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open buttons.php file and add nofollow in 226th line as shown in screenshot http://i.imgur.com/IPkRTFQ.jpg
Regards,
Yigit
Hey!
I’m not sure what’s the issue but you can create a page, do what you have to do on the top content then add the Blog Posts element beneath the main content. Set this page as home on Enfold > Frontpage Settings.
Cheers!
Ismael
Hey newmediaz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
#header_meta { background-color: blue; }
#header_meta a, .header_color .phone-info { color: white; }
2)
.header_color .main_menu ul:first-child > li > a { color: black; text-transform: uppercase; }
3) You should go to Appearance > Widgets and find Footer Second column widget area and add any other widget that you would like to display. If you would like to certain pages, please refer to this post https://kriesi.at/support/topic/footer-menus/#post-177923
4)
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 116px!important; line-height: 116px!important; }
.logo, .logo a, .logo img { max-height: 116px!important; }
5) No, you are going to either look for a plugin that does that or hire a freelance developer if you really need it
Cheers!
Yigit
Hi!
Just place it at the bottom of functions.php instead. After that, you’ll see a another field called Custom CSS on every avia elements on the Advance Layout Builder.
Regards,
Ismael
Hey asafku!
Have you added that font to dropdown menu? If so, please go to \wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file and find
'default_font' => 'Open Sans:400,600',
and change it to your font family
Cheers!
Yigit
Hi all I am trying to use fonts.com webfonts on an enfold theme.
I add the javascript reference to the header file, and have setup the corresponding classes/fonts in fonts.com, so for example .body is set to teh custom font name.
However it doesn’t appear to work. Has anyone got any experience with this?
Is there a tutorial or page in the documentation on how to make a page like the Home v7: One Page Portfolio under the HEADERS examples in the live preview? The one that uses the full screen slider and scrolls down with various background images that stay stable?
I can’t figure out how to use either the full screen slider or make a page that is all one page and scrolls with various images that are static in the background. I don’t even know what the proper nomenclature is for that.
Thx in advance.
Hey there!
I’ve searched for the past couple days for a solution to these issues, in the forums and off, yet I haven’t found the fix to these problems yet.
1)
When using the Advanced Layout Editor, I am unable to publish or update a page when I have # = # within my text. For example, “1 inode = 1 file” will result in a “Page Not Found 404″ error when I try to Publish or Update my page. The only work around I’ve been able to figure thus far is to simply reword my text to not include the equals sign, but as you could imagine, this is not a fix and rather annoying. Also, I can’t leave this issue for future authors/editors to run into without a better solution.
2)
Does prettyPhoto work with pages or posts, or only media elements like images? I’ve created a post that I want to load within the lightbox effect, without it’s header, footer, or sidebar. All of the documentation I’ve found only speaks mostly of images, but I’m looking to load that page on top of the current page, until clicked off. Adding ?iframe=true and &width=725&height=300 to the end of the href url doesn’t do anything. I’ve tried both rel=”lightbox” (Like stated in Enfold Documentation) and rel=”prettyPhoto” (Like stated in prettyPhoto Documentation), and still nothing.
3)
I’ve noticed the Advanced Layout Builder strips out any <p> tags that don’t have anything assigned to it. A simple <p> tag will be stripped from the code when editing blocks of text, but will be re-inserted when I view the page/post. I want this feature turned off, so that the HTML tags I put in stay there, and I don’t have to guess at what will be outputted as a <p> or a <br>.
Thank you for your support, and I look forward to hearing your responses soon!
`Joebob~
Hi there, big fan of your theme. Have a few things that need your expert support to get them fixed up:
Site URL: http://vitalshiftconsulting.netfirms.com/wp/
Original URL: http://vitalshiftconsulting.ca/index.htm
I have been asked by the client to keep the design the same as much as possible when bringing it over to WordPress. Here are the issues I have run into:
1. The logo is being reduced in size. I tried sizing it to your exact specifications but it still sizes down. How can I ensure it stays exactly the same size?
2. Instead of the social media icons, I need to get the turtle placed like on the original site. How can I do this?
3. How can I make the background color for the menu orange (#f47729) and text white, as in the original? And – why do the boxes seem to be too small for the menu text?
Everything else should be smooth sailing for me – many thanks!
Drew
Peter, I am not a coder and really don’t want a “work around” for this problem. I purchased the Kriesi Enfold theme as it allowed me (a business person, who cannot code and doesn’t want to code) to build a relatively basic website which includes a current blog, really easily.
When I am writing a post/blog and I press the return key, I expect a paragraph to be entered. I shouldn’t have to, (nor should anyone else) go into the text section of the post and enter <p> & </p>, <br> & </br> tags to force a paragraph. That is the bare minimum one would expect from a wysiwyg type editor such as the one in WordPress.
I just want to know how to fix my theme so when I hit the return/enter button the <p> or <br> tags are inserted
Thanks
Steve
This reply has been marked as private.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#wpmem_reg, #wpmem_login { margin-left: 0; margin-right: 30px; }
Best regards,
Yigit
Hey Peter,
it not work as I want. Purchased FV Flowplayer and all is good. It´s very customizable, looks nice an you can work with thumbnails.
Please close, thanks!
Best regards
Hey Andrew!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox { margin: 0 0 50px 0; }
Cheers!
Yigit
working now thanks Peter!!
I put above code after this tag in functions.php
require_once( 'functions-enfold.php');
-
This reply was modified 12 years, 3 months ago by
lertnoparat.
Hi apptwork!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open portfolio.php file and find lines 451 and 460 and comment them out as shown in screenshot here http://i.imgur.com/lM2JJQa.jpg
Cheers!
Yigit
HI.
I made my own social icons for my site here: http://lizybloomdesigns.com/zemasfoods3/
I inserted the code below into custom.css based on information I read in other posts. But when you hover over my images, they move slightly. Is there a way to fix this?
Thanks
Lizy Bloom
#top .social_bookmarks_facebook {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook.png) no-repeat center;
}
#top .social_bookmarks_facebook:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook_hover.png) no-repeat center;
}
#top .social_bookmarks_facebook a {
text-indent: -9999px;
}
#top .social_bookmarks_pinterest {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest.png) no-repeat center;
}
#top .social_bookmarks_pinterest:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest_hover.png) no-repeat center;
}
#top .social_bookmarks_pinterest a {
text-indent: -9999px;
}
#top .social_bookmarks_twitter {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter.png) no-repeat center;
}
#top .social_bookmarks_twitter:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter_hover.png) no-repeat center;
}
#top .social_bookmarks_twitter a {
text-indent: -9999px;
}
#top .social_bookmarks_linkedin {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link.png) no-repeat center;
}
#top .social_bookmarks_linkedin:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link_hover.png) no-repeat center;
}
#top .social_bookmarks_linkedin a {
text-indent: -9999px;
}
#top .social_bookmarks {
height: 35px;
margin: 0 0 0 900px;
z-index: 150;
}
This reply has been marked as private.
Hello,
There is something wrong on some of pages layout is kind of shrink towards left please check the following email for the links
thanks
yes, i see the same problem. this plugin is not available.
i tried the FREE version but it supports only one background image and no slideshow ;o(
This reply has been marked as private.
Hi Peter,
I contacted WPML support, followed all their suggestions, including resetting WPML, trashing translated pages, reinstalling plugins, reactivating.
Yet I keep getting the same wrong styling and the funny thing is that such error does not occur in the French version of the homepage, as you can clearly see by looking at http://www.casitasitges.com and clicking on the french homepage, whereas if you click on any of the others (German, Italian Spanish) all the stylings are messed up and they don’t respond to any selection I may make within Enfold Theme Options.
I really do not know what to do and I need to have the site translated for my client. If I give you the credentials to access the site as the admin, can you do some tweaks or something to make it work properly, please?
I am really desperate, for I have no idea where the issue is nor how to fix it.
Thank you.
I’ve done a complete back up of both the DB and files, in case you want to work on the site to try and reinstall its functionality.
Antonio
-
This reply was modified 11 years, 2 months ago by
Elliott.
Peter,
You figured it out. It was AdBlock pro that was blocking the social icons on Chrome on a Mac. Thank you!
This reply has been marked as private.
This is the top so many lines of my code…I don’t really know how to tell which is line 16 or which is line 22. I just looked for the line of code you send and inserted the add_theme_support right below it. Did you want me to replace it? I’m sorry…that was confusing.
Thanks again for any help.
<?php
global $avia_config;
/*
* if you run a child theme and dont want to load the default functions.php file
* set the global var bellow in you childthemes function.php to true:
*
* example: global $avia_config; $avia_config['use_child_theme_functions_only'] = true;
* The default functions.php file will then no longer be loaded. You need to make sure then
* to include framework and functions that you want to use by yourself.
*
* This is only recommended for advanced users
*/
if(isset($avia_config['use_child_theme_functions_only'])) return;
/*
* create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
*/
$avia_config['posts_on_current_page'] = array();
/*
* wpml multi site config file
* needs to be loaded before the framework
*/
require_once( 'config-wpml/config.php' );
Hi!
I have added a custom CSS to Quick CSS in Enfold theme options to remove space between these 3 images but the problem is colums are bigger than images you upload. Please try switching those images with bigger ones so that they will fit. I also saw that you have added color section under those images. You can simply click on that Color Section element add a background image. After making these changes you should achieve what you would like to achieve
Best regards,
Yigit
Hi yairg!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li ul a { font-size: 10px; }
Cheers!
Yigit
Hey macondo-group!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { display: none; }
Cheers!
Yigit