Forum Replies Created
-
AuthorPosts
-
Hey!
Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find
do_action('ava_main_header'); ?> <div class='container'>and add your image right below it inside a div as following
<div class="second-logo"></div>
then add following code to Quick CSS
.second-logo { float: right; }Best regards,
YigitHey jtalmeida54!
Please add following code to Quick CSS in enfold theme options under Styling tab
.page-id-3255 .isotope-item.special_av_fullwidth .av_table_col .entry-title { font-size: 14px; }Best regards,
YigitHi basilefanon!
It is possible but you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitMarch 18, 2014 at 6:46 pm in reply to: Transparent Background: LayerSlider> Appearance >Background-Color DOES NOT WORK #239523Hi unitsix!
Can you post the link to your page where you have layerslider so we can take a look?
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_1 > div > div > div > div > div.flex_column.av_one_third.first.avia-builder-el-1.el_after_av_section.el_before_av_two_third.avia-builder-el-first > div { border-right: 1px solid #e1e1e1; padding: 20px; }Cheers!
YigitMarch 18, 2014 at 6:38 pm in reply to: Portfolio Grid – Navigation on right with thumbnails on the left #239513Hi Jyles!
You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitHi hugs1!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; }}Best regards,
YigitHey f!
Please refer to this topic https://kriesi.at/support/topic/disable-lightbox-in-portfolio/#post-225483
Cheers!
YigitHi alexoua!
You need to use a plugin such as https://wordpress.org/plugins/wp-members/ for such functionality
Best regards,
YigitHey!
Please add following code to Quick CSS instead
.date-container, .text-sep-date, .text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none; }Best regards,
YigitHi!
Please edit your page and choose not to display footer widgets and socket http://i.imgur.com/1t4bIHK.jpg
Regards,
YigitHey!
There are some missing curly brackets in your code. Please switch it with following one
@media only screen and (max-width: 1000px) { .avia-caption {display: none !important; } .avia-caption-title { font-size: 14px; line-height: 14px; } } .header_color .main_menu ul:first-child > li > a { color: ; font-size: 15px; } } .js_active .tab { font-size: 20px; } .active_tab_content .tab_inner_content { font-size: 14px; } .toggler { font-size: 14px; } .toggle_content { font-size: 12px; } #mc_embed_signup .clear { display: block; visibility: visible; height: auto; width: auto; } h3 { font-size: 20px; line-height: 1.5em; margin-bottom: 8px; } .inner_sort_button span { padding: 0 10px; } #footer #text-8 .av_font_icon { margin-right: 20px; } .av-masonry-sort { padding: 40px; }Cheers!
YigitHey yoginthusiast!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#top #header .avia_mega_div .sub-menu { background: red; }If that does not work, please post the link to your website
Cheers!
YigitHey Carsten!
It is Open Sans with font weight of 300. You can simply add strong tags to your text to make it bold http://i.imgur.com/lXZN6Tp.jpg
Best regards,
YigitHi William!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { height: auto !important; max-width: 85%; }}Best regards,
YigitHi!
You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.postid-124 .big-preview a { pointer-events: none; }Best regards,
YigitHey Laurent!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_mobile #top .av-parallax-section{z-index: 0;}Regards,
YigitHi condonpb!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-15.el_after_av_two_third.avia-builder-el-last > div.avia-builder-widget-area.clearfix.avia-builder-el-18.el_after_av_blog.avia-builder-el-last { z-index: -1; }2- Please go to Appearance > Editor and open functions-enfold.php file and find
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']);and change it to
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['next'] = get_previous_post($settings['same_category']); $entries['prev'] = get_next_post($settings['same_category']);Best regards,
YigitMarch 18, 2014 at 4:56 pm in reply to: Logo in Internet Explorer is aligned a little to the left #239453Hi!
You are welcome Matthijs, glad we could help! Let us know if you have any other questions or issues
Cheers!
YigitMarch 18, 2014 at 4:36 pm in reply to: Logo in Internet Explorer is aligned a little to the left #239443Hi!
It does work fine on my right now. Can you please take another look with a clean cache and confirm that it is fine on your end as well?
Regards,
YigitMarch 18, 2014 at 4:20 pm in reply to: Logo in Internet Explorer is aligned a little to the left #239435Hey!
I cannot make changes on Style.css file of your child theme. Please change the code to following one
.html_header_top.html_logo_center .logo { margin-left: 0!important; }Best regards,
YigitHi!
You can upload your avatar using gravatar.com you should simply register with the e-mail address you have used for registering here :)
You are welcome, glad we could help, if you have any other questions or issues, let us know!Best regards,
YigitHi!
Please flush browser cache and refresh your page a few times. It does work fine on my end
Regards,
YigitMarch 18, 2014 at 4:00 pm in reply to: Logo in Internet Explorer is aligned a little to the left #239421Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
YigitHey!
This is how it looks on my end when i resize the window, i cannot see overlapping issue http://i.imgur.com/9W8HM8N.jpg
Please try flushing browser cache on your ipadCheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .avia-gallery .avia-gallery-big-inner { height: auto; }Regards,
Yigit -
AuthorPosts
