Forum Replies Created
-
AuthorPosts
-
Hey stefaniesomers!
Thank you for using Enfold.
Please edit the last page with the gallery then change the Gallery Big Preview Image Size and the Gallery Preview Image Size. Maybe it resets back to the default setting.
Regards,
IsmaelHey rpl_admin!
Thank you for using Enfold.
What is the Blog Style that you’re currently using for the home page? Please post the url here. We would like to check it.
Regards,
IsmaelHey Lambella!
Thank you for using Enfold.
Please go to Settings > Media then look for the Large size thumbnail. Change the width and height to 9999 or higher. Regenerate the thumbnails or upload them again. Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Thank you for the link.
You can change the default width with this:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 300px; max-width: 100%; }Cheers!
IsmaelHi!
Thank you for the update.
Please try to add this:
.single div#main .container_wrap { background-color: orange; }Regards,
IsmaelAugust 23, 2014 at 8:26 am in reply to: Can the following be done on client site using Enfold Theme #308191Hi!
Please add this one at the very bottom:
@media only screen and (max-width: 989px) and (min-width: 768px) { .home .fullsize .template-blog .post .entry-content-wrapper { width: 75%; } }Cheers!
IsmaelHey!
Thank you for the info.
How did you transfer the website? We suggest that you transfer the website using this plugin in order to migrate the theme successfully and leave the database intact: http://wordpress.org/plugins/wp-migrate-db/
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Best regards,
IsmaelHi squaic!
Thank you for using the theme.
I’m not sure what page I can find the first screenshot but please try this on the “days” element:
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li { padding: 0 !important; float: left; width: 25%; clear: none; margin: 0 !important; }Best regards,
IsmaelAugust 23, 2014 at 8:16 am in reply to: Enfold > Portfolio Ajax > Change portfolio grid images on hover #308188Hi David!
Thank you for using Enfold.
Yes, this is possible but it will require a bit of modification on the portfolio overview page. I’m sorry but this falls outside the scope of support so you might need to find someone else to do it for you. Please visit Envato Studio or Werkpress for further customization. Thank you for your understanding.
Cheers!
IsmaelHey!
Thank you for the update.
Please use this instead:
#top .header_color.av_header_transparency { color: #ffffff; background: rgba(0,0,0,.5); } .header-scrolled .header_bg { background: rgba(0,0,0,.5) !important; color: #ffffff; }Cheers!
IsmaelHey!
Thank you for the info.
I’m sorry but there is no zoom feature on the shop overview page. Did you add any plugins? You can see the default shop overview page behavior on the demo content: http://kriesi.at/themes/enfold/shop/
Cheers!
IsmaelHi tusing!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css to left align the title and the excerpt:
.with-excerpt-container .grid-entry { text-align: left; }Cheers!
IsmaelHey!
You can use this to simplify things a bit:
#header_main .social_bookmarks a { color: #000000 !important; background-color: #ffffff !important; text-decoration: none; } #header_main .social_bookmarks a:hover { color: white !important; background-color: black !important; text-decoration: none; }Cheers!
IsmaelHey OlivierCharlot!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css to change the height of the header:
#header_main .container, .main_menu ul:first-child > li a { height: 30px; line-height: 30px; }Remove the sidebar line with this:
#top #main .sidebar, .content { border: none; }Cheers!
IsmaelHey!
We’re still not sure why it’s doing that but I guess it has something to do with the RPWE plugin. Please try to add this on Quick CSS or custom.css:
.rpwe-clearfix:before, .rpwe-clearfix:after { content: ""; display: block !important; }Best regards,
IsmaelHi!
You can add this at the very bottom of functions.php:
function ava_add_social_icon() { if(is_single()) {?> <div id="compartirfooter"> <div id="contenedorcf"> <span class="av-icon-char" id="iconocf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <span id="txcf">Comparte este Post:</span> <span class="av-icon-char" style="color:#4099FF; font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&related=davidrandulfe&text=<?php the_title(); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>&via=davidrandulfe" id="twcf">Twitter</a> <span class="av-icon-char" style="font-size:15px;color:#3B5998;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>" id="fbcf">Facebook</a> <span class="av-icon-char" style="color:#D34836;font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="_blank" id="gcf">Google+</a> <span class="av-icon-char" id="iincf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="http://linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank" id="incf">Linkedin</a> <span id="subircf"><a href="#top" class="av-icon-char" style="color:#444;text-decoration:none;font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span> </div> </div> <?php } } add_action('ava_after_content', 'ava_add_social_icon');Regards,
IsmaelHi!
You can use this to change the height of the ad widget:
#top .avia_partner_widget { height: 123px; margin-bottom: 0 !important; }Regards,
IsmaelHi lcervigni!
Thank you for using the Enfold theme.
Please go to Enfold > Advanced Styling panel then insert the Main Menu Links element. This should change the appearance of the menu links.
Regards,
IsmaelHey blankonblank!
Thank you for using Enfold.
I checked the site and you didn’t add the styling yet. It should work on the special heading as long as you set it to H1.
Regards,
IsmaelHi snyderl!
Thank you for visiting the support forum.
You can add this on Quick CSS or custom.css to hide the slide title:
.slide-entry-title.entry-title { display: none; }Regards,
IsmaelHi!
Do you mind providing a screenshot of the element you’re referring to?
Best regards,
IsmaelHi!
Glad it is working.
If you want to remove the image overlay, use this on Quick CSS:
.image-overlay { background: transparent; }Add a new icon using this:
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: url('IMAGE URI HERE'); font-family: 'entypo-fontello'; }Cheers!
IsmaelHi!
Glad you figured it out. If you still have questions, let us know.
Cheers!
IsmaelHey!
No, they don’t have to regenerate the images every time they add a gallery. Just once is enough on most cases. If the issue persists, please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654
Cheers!
IsmaelHi pnacho!
Thank you for using Enfold.
I’m sorry but the it requires us to login before we can see the website. Please post the login credentials here and set it as a private reply.
Best regards,
IsmaelHey yes9310!
Thank you for using Enfold.
Please go to Enfold > Advanced Styling panel. Insert the Main Menu Links element to change the appearance of the main menu. You can also change the hover state by adding the element again and enabling the Apply only to hover state option.
Regards,
IsmaelHey BotaniCa!
Thank you for using Enfold.
Please go to Enfold > Sidebar Layout panel. Make sure that you enable a sidebar on the Sidebar on Single Post Pages option.
Cheers!
IsmaelAugust 23, 2014 at 6:46 am in reply to: Enfold – Applying another google font to a text block #308157Hey Monsoon!
Thank you for using Enfold.
You can add unique css selector for each text blocks. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Create a text block then apply a unique selector on the Custom CSS field. Let’s use dancing-script for example. Use this on Quick CSS or custom.css to apply a different font family on the text block:
.dancing-script > * { font-family: 'Dancing Script', cursive !important; }After that, add this on functions.php to call the google font script:
function dancing_script() { ?> <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'> <?php } add_action('wp_head', 'dancing_script');Cheers!
Ismael -
AuthorPosts
