Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
1-body a, #top .comment_text { font-size: 15px; }2-
.blog-tags, .blog-categories { pointer-events: none; }3-
.main_color strong, .alternate_color strong { color: inherit !important; }4-Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 55; return $length; }5-
h1 { color: red !important; }6-
h2 { font-size: 18px !important; }Cheers!
YigitHey Stephane!
Which OS are you using? I just checked your page on Chrome on Mac and it does look fine on my end – http://i.imgur.com/P7j6vly.png
Solved it already? :)Cheers!
YigitHey Lene!
Please add following code to Quick CSS instead
#socket .sub_menu_socket { float: left; }Regards,
YigitHi kathrynmichaud!
You can add folllowing code to Quick CSS in Enfold theme options under General Styling to remove sub categories
.widget_nav_menu.widget_nav_hide_child ul ul { display: none!important; }However to display them on click, you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitHi!
Can you point out the element you would like to make italic? We may provide a better solution. Following code causes the issue
.dynamic_element p { font-style: italic !important; }Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHey nementio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { visibility: visible !important; opacity: 1 !important; }Best regards,
YigitHey WebsiteGirl!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/ to remove it and make sure that you are using the latest version of Enfold which is 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Did you added any custom CSS code to make any fonts italic? I am not sure which ones you would like to keep in italic and which ones in normal so i provide custom CSS code as you point out elements
.iconbox_top .iconbox_content { font-style: normal !important; }Cheers!
YigitHi!
I tried resizing the browser window but are you using any plugin like Jetpack to display a different theme on mobile? If so, please disable it and check your website once again
Cheers!
YigitHi!
Please add following code to Quick CSS as well
#socket .copyright { width: 100%; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon { font-style: normal!important; }Regards,
YigitHi MulderMind!
As a temporary solution, please add following code to Quick CSS
@media only screen and (max-width: 480px) { div#av_gmap_1 { height: 200px!important; }}It will make the width of maps 200px on screens smaller than 480px
Regards,
YigitHi!
Please add following code to Quick CSS as well
.iconbox .iconbox_content .iconbox_content_title, .av-special-heading { font-style: normal !important; }Regards,
YigitHey!
You posted under Enfold theme but it seems like you are using Avisio theme, which is officially compatible with WordPress version up to 3.3. So there may be compatible issues. However, you can try using this plugin to adjust the name of each page seperately – http://wordpress.org/plugins/wordpress-seo/
Best regards,
YigitHi!
Please go to Apperance > Menus and uncheck Enfold footer menu in Menu Settings section. And you can add following code to Quick CSS in Quick CSS if you would like to increase letter spacing
#socket .copyright { letter-spacing: 2px; }Regards,
YigitHey 12Switch!
Please add following code to Quick CSS
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { content: 'click'; font-size: 14px; } #advanced_menu_toggle { line-height: 34px; }Regards,
YigitApril 30, 2014 at 8:54 pm in reply to: Images in Masonry Gallery overlay / don't show up correctly #258502Hi Danny!
Can you try deactivating all active plugins and check if that helps?
Cheers!
YigitHi!
It does work fine on my end. Please flush browser cache and refresh your page a few times. You can also add
h2 { font-style: normal!important; }to make all H2 elements normal and not italics
Cheers!
YigitApril 30, 2014 at 8:41 pm in reply to: layerslider looping almost 100% faded out image randomly #258494Hi!
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.Regards,
YigitApril 30, 2014 at 8:40 pm in reply to: Post Slider – rearrange elements (date, read more, etc) #258493Hi!
Your best route would be modifying the theme files directly in config-templatebuilder>avia-shortcodes>postslider.php and unfortunately this is something we cannot help you with
Cheers!
YigitHi cameron329!
Can you post the link to your website and a screenshot showing the changes you would like to make?
Best regards,
YigitHi camtay!
What exactly is broken on your page? I have checked your page and all Enfold elements look fine on my end.
Best regards,
YigitApril 30, 2014 at 8:27 pm in reply to: Enfold Update to 2.7 Menu error and Social Icons added when turned off #258485Hi!
Seems like you have figured it out? This is how i see your website – http://i.imgur.com/0bd32DH.png
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .av-special-heading.classic-quote > * { font-style: normal!important; }Regards,
YigitHi!
I have just checked your website on my iphone 4 and i do not see an issue on contact form – http://i.imgur.com/ObLi6Kk.png
Can you post a screenshot and show the issue you are seeing?Cheers!
YigitHi!
Glad you figured it out and thanks for sharing! You should copy portfolio.php file to your child theme
Cheers!
YigitApril 30, 2014 at 8:08 pm in reply to: blog grid title, date and excerpt not horizontally aligned #258460Hey!
It is intended behaviour as you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/
Cheers!
YigitApril 30, 2014 at 8:03 pm in reply to: Enfold : Add to cart button not showing up on variable product #258453Hi!
@bluff03 Please deactivate all active plugins except for WooCommerce and check if that helpsCheers!
Yigit -
AuthorPosts
