Forum Replies Created
-
AuthorPosts
-
Hey hansenberg!
Please try adding !important rule as following
#menu-item-3843 a { color: red !important; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#advanced_menu_toggle, #advanced_menu_hide { color: blue; border-color: blue; } @media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin-left: 35%; }}In your website menu is there but all colors are white so it is not visible. Please use the second code i posted for both sites
Regards,
YigitHey Robert188!
1- Which version of IE are you testing? Can you post a screenshot?
2- Please flush browser cache and refresh you page a few times after making styling changes.
3 & 4 – Please add following code to Quick CSS in Enfold theme options under Styling tab#header .mega_menu_title { font-weight: normal; } #top .widget_twitter ul { width: 60%; }Regards,
YigitHey koelnermusikakademie!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div.avia_textblock .wp-caption + br { display: none; }Currently not possible
Best regards,
YigitHi kinnear!
Please try re-updating the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHey!
I was able to add images in both Avia Layout Builder element and default media uploader on visual editor. You can see screenshots here – http://imgur.com/a/moAdm
Have you already figured it out? If not, which browser and OS are you using?Best regards,
YigitApril 11, 2014 at 2:41 am in reply to: Enfold-Can't "Add multiple Images", "Change/Insert Image" #250037Hi David!
Please try deactivating all active plugins and check if that helps
Regards,
YigitHi!
Seems like you have already figured it out – http://i.imgur.com/iAQi1Ul.jpg
Let us know if you have any other questions or issuesCheers!
YigitHey!
Please try removing and re-uploading your images in Media > Library – http://i.imgur.com/216W3kK.png
Best regards,
YigitHey mediumstudio!
There could be a punctional mistake in your custom CSS code. Please paste it on http://pastebin.com/ and post the link here so we can take a look
Best regards,
YigitApril 11, 2014 at 2:20 am in reply to: Images in Masonry Galerie looks out of focus (on retina display) #250025Hi!
Please try adding following code that Peter suggested in another post
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4); function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta) { $link = wp_get_attachment_image_src($attachment->ID, "full"); return $link; }Cheers!
YigitHey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/Usrsol8.png
Best regards,
YigitHi!
Transparent header, fullscreen slider, iconbox, iconbox insider color section, text block and content slider, special heading element and icon element inside color section. These are the elements used on that page
Cheers!
YigitHi GOWD!
Please try following code
#top .social_bookmarks_gplus:hover a { color: #de5a49; background-color: transparent; } #top .social_bookmarks_gplus a { color: white; background-color: #de5a49; }Cheers!
YigitHi stefanbean!
Please go to Appearance > Editor and open Functions.php file and find
avia_nav_menus(); //call the function immediatly to activate }and add following code right below it
add_filter( 'the_password_form', 'custom_password_form' ); function custom_password_form() { global $post; $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID ); $o = '<form class="protected-post-form" action="' . get_option('siteurl') . '/wp-pass.php" method="post"> ' . __( "You can write your own text here:" ) . ' <label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" /> </form> '; return $o; }Regards,
YigitHey Jonathan!
Please do create a testing environment and post the logins here so we can keep on testing.
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Regards,
YigitHi DGRComms!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 7px; }}Then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
YigitHi!
@jrgrigg Please add folllowing code to Quick CSS@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin-left: 35%; }} @media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { height: auto!important; }}Cheers!
YigitHey!
Please change the code to following one
.single-post .template-blog .blog-meta { pointer-events: none; }Please go to Enfold theme options and in “And where do you want to display the Blog?” choose your blog page
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div.flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth.el_before_av_one_fourth { background-color: #e2e2e2; padding: 20px; }Cheers!
YigitHi!
Can you post the link to your website and post a screenshot showing the issues that needs to be fixed so we can take a look?
Cheers!
YigitHi Leroy!
That element is called Partner/Logo Element which you can add to your page under Media Elements in Avia Layout Builder. To remove arrows and dots, please add following code to Quick CSS
#top .avia-slideshow-arrows a, .avia-slideshow-dots { display: none; }Best regards,
YigitHey Paul!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { background-color: red; margin-left: 5px; } .av-main-nav > li > a:hover { background-color: orange; }Cheers!
YigitHi!
Which OS and browser are you using? I have checked your website and buttons work fine on my end http://i.imgur.com/vpTSrh1.png
Best regards,
YigitHey!
Can you try re-installing the theme via FTP? – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It does work totally fine on my local installationCheers!
YigitHi!
Please remove custom CSS code as you no longer need it when choosing to display transparent header
Best regards,
YigitApril 11, 2014 at 1:19 am in reply to: Navigation hover indicator is not lining up with header div #249995 -
AuthorPosts
