Forum Replies Created
-
AuthorPosts
-
Hey!
Did you modify anything on the theme files? Are there any css modifications that you added for the logo?
Regards,
IsmaelHi!
Please try this on your Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: center top !important; }
This will adjust the top position of the slider image.
Cheers!
IsmaelDecember 15, 2013 at 3:15 am in reply to: 2.4.x Bug: "i" becomes "I" with Open Sans in second Menu/Articles widgets #200322Hi!
Please try this: https://kriesi.at/support/topic/standard-theme-language-files/
Best regards,
IsmaelHi!
Please download this file then place it on images/layout folder:
http://www.mediafire.com/view/h5m368lt4m9j6d0/bg-button.png
Add this on Quick CSS:
body div .avia-button{ background-image: url("../images/layout/bg-button.png"); }
Cheers!
IsmaelHi!
You can try this. We will use the title container. Edit the product then look for Layout > Header Settings > enable the header. Add this on Quick CSS to hide the title and breadcrumb:
.single-product .main-title.entry-title, .single-product .breadcrumb { display: none; }
You can then add an image background on the title container for single product pages only.
.single-product .stretch_full.container_wrap { background: url('http://blog.gettyimages.com/wp-content/uploads/2013/01/Siberian-Tiger-Running-Through-Snow-Tom-Brakefield-Getty-Images-200353826-001.jpg') no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 300px; }
You can adjust the height. Change the background image url.
Cheers!
IsmaelHey dsauce!
1.) Hire a freelance developer to modify the slider scripts for you.
2.) Use this on Enfold > Styling > Quick CSS to change the top menu color:
.header_color .sub_menu>ul>li>a { color: red; }
3.) Yes, you can add the Layer Slider on different pages. Use the Advance Layout Builder.
4.) Yes, it is safe to upgrade to WordPress 3.8. Please refer to this link to fix the portfolio sort issue: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
5-6.) Please experiment with the plugin. We dont’ usually support third party plugins.
7.) Plugins usually use shortcodes. You can add the shortcode on a Text Widget on Appearance > Widgets > Footer columns.
8.) Go to Enfold > Footer > Copyright, add the [nolink] tag to remove the Kriesi text.
Regards,
IsmaelHey!
You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:
add_theme_support( ‘deactivate_layerslider’ );
This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.
Best regards,
IsmaelHey MatthijsLiethof!
You can use a child theme then add the “lang” folder. Add this on the child theme’s functions.php:
add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { $lang = get_stylesheet_directory() . '/lang'; load_child_theme_textdomain('avia_framework', $lang); }
You can also use FTP to update the theme and skip the lang folder.
Cheers!
IsmaelDecember 15, 2013 at 2:40 am in reply to: How can I change css styles of Headings Size and Color ? #200309Hi Lone1971!
What headings? Can you please give us a link to the website?
Best regards,
IsmaelHi jbc1407!
Can you please post a screenshot? Deactivate all plugins. Make sure that you click “View All” on the Pages panel to see the list of all pages.
Cheers!
IsmaelHi!
Please use this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .portfoliotypeheader { letter-spacing: -2px; font-weight: bold; font-size: 40px; line-height: 50px; width: 100%; display: block; } }
Regards,
IsmaelHi jbc1407!
You can download this file: https://mega.co.nz/#!XER20TZR!HpD9LggQY1f28qoqpP7W5FzI2c81Qh-G7aHsp5Nafqc
You can use this plugin to translate remaining strings: http://wordpress.org/plugins/codestyling-localization/
Cheers!
IsmaelHey smlsit!
Can you please give us a link to the page with the table?
Regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#layer_slider_1 { box-shadow: 0 10px 10px gray; z-index: 9; }
Cheers!
IsmaelDecember 15, 2013 at 2:07 am in reply to: Content in Page Edit suddenly gone! but viewable on website. #200296Hey!
Please try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Deactivate all plugins then reload the page a few times.
Cheers!
IsmaelHey bogosavljev!
You can use this on Quick CSS to resize the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo { height: 60px; } }
Regards,
IsmaelHi!
It did change on my end. What browser and OS are you testing this?
Cheers!
IsmaelHey!
Please check the file permission of wp-content/uploads/dynamic-avia/enfold.css file. Set it to 755. Flush the predefined color scheme option a few times.
Cheers!
IsmaelHi awilson3rd!
It is not theme related. Please refer to these links:
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element
http://www.w3.org/International/questions/qa-b-and-i-tagsAnyway, you can manually change the strong tag to b tag on the HTML or Text editor.
Best regards,
IsmaelHey der_mueller!
Please use this on Quick CSS:
.header_color .main_menu ul, .header_color .main_menu .menu ul li a { background: rgba(255,255,255,0.5); }
Best regards,
IsmaelHi!
Yigit’s code should work with a few modification. Please use this:
.fixed_header.social_header #main { padding-top: 0; } .header_color .header_bg { background-color: transparent; } #header_main { border-bottom-style: none; } .header_color.header-scrolled .header_bg { background-color: white; } .fixed_header #main { padding-top: 0; }
Remove browser cache then reload the page. Test it on another browser.
Cheers!
IsmaelHey tintindufour!
Please watch this video by Devin: http://vimeo.com/channels/aviathemes/77433498
Best regards,
IsmaelDecember 13, 2013 at 11:16 am in reply to: Content in Page Edit suddenly gone! but viewable on website. #199879Hey Michael!
Look for Screen Options then make sure that the “Avia Layout Builder” option is ticked.
Regards,
IsmaelHi Jae!
Can you please give us a link to the website? Install this plugin: http://wordpress.org/plugins/easy-wp-smtp/
Regards,
IsmaelHi!
The theme options will not be affected if you update the theme. Please try it, make sure to create a backup of the old theme files and the database for security purposes.
Best regards,
Ismael -
AuthorPosts