Forum Replies Created
-
AuthorPosts
-
Hi microtool!
Can you post the link to your page where you have these elements?
Regards,
YigitHi jeffreyvanoostrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: transparent!important; } h2.avia-caption-title { color: blue !important; }Regards,
YigitHi amiraliz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { width: 24.90%; }currently it is set to 25.90px
Best regards,
YigitJune 11, 2014 at 4:12 pm in reply to: How to reduce space between bottom of color section and a text box beneath it? #277575Hi!
We cannot see drafts. Please publish the page then post the link to it
Cheers!
YigitHey RestyleXL!
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#four-column div.container { width: 95%; }Best regards,
YigitHi blaze!
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then create contact form element and get the shortcode and add it to error404.php file inside Appearance > Editor<?php echo do_shortcode('paste shortcode here'); ?>Best regards,
YigitHi osukaru!
Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
Best regards,
YigitHi!
You can import dummy content in Enfold theme options > Import/Export or create a duplicate of Home v9 page using shortcodes here – http://pastebin.com/Lgxsa486
Best regards,
YigitHi!
Please add following code as well
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { line-height: 22px !important; } #zenbox_tab { top: 45%; }Regards,
YigitHey!
After making menu items 2 lines, please add following code to Quick CSS
#header_main_alternate { height: 70px; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }Best regards,
YigitHi Zaccc!
Please insert empty text widget not to display default widgets
Cheers!
YigitHey batesunited!
Please flush permalink settings in Settings > Permalinks. Also try deactivating all active plugins and check if that helps
Regards,
YigitHi Luis!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".social_bookmarks_gplus a").attr("title", "Google Plus"); jQuery(".social_bookmarks_linkedin a").attr("title", "LinkedIn"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHey Dare2Dream!
You can add the same menu as secondary menu and using custom CSS code you can remove it on mobile and display main menu, only on mobile. Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate { display: none; } @media only screen and (max-width: 990px) { #header_meta { display: none; }}Best regards,
YigitHey jedasim!
You can simply go to Enfold theme options and choose to display v9 as your frontpage – http://i.imgur.com/75LjoC1.png
Best regards,
YigitHi Bill!
Please go to Enfold theme options > Sidebar Layout > Sidebar on Blog Page and choose display no sidebar
Best regards,
YigitHey!
You can update manually via FTP. Please see video tutorial here – http://vimeo.com/67209750
Best regards,
YigitHey smadesign!
1- You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
2- Please add following code to Functions.php file in Appearance > Editoradd_filter('widget_tag_cloud_args', 'tag_widget_limit'); function tag_widget_limit($args){ if(isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag'){ $args['number'] = 3; } return $args; }change 3 to needed number
Regards,
YigitHey!
Please add following code to Quick CSS
.main_color .avia-tt, .main_color .avia-tt .avia-arrow, .main_color .avia-tt .avia-arrow { background: white; }Best regards,
YigitHi heho!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ls-slide img { margin-top: 0!important; }Regards,
YigitJune 11, 2014 at 11:16 am in reply to: Full width masonry – perfect manual grid image display issue #277474Hi takacsmark!
Please try deactivating all active plugins and check if that helps
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.av-share-box ul li { background: white; }Best regards,
YigitJune 11, 2014 at 11:11 am in reply to: Additional to "Woocommerce: Remove "Add to cart" & "Show Details" buttons…" #277471Hi!
Please add following code to Quick CSS as well
#top .isotope-item { padding-right: 5px; padding-bottom: 5px; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body p { font-family: 'Roboto', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Regards,
YigitHi wimdemo!
Can you please upload your screenshots on imgur.com or Dropbox public folder and post the links here?
Regards,
Yigit -
AuthorPosts
