Forum Replies Created
-
AuthorPosts
-
Hi akamaxbuz!
I checked the website on desktop and the width of the container is 910px. Please remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
Add this on Quick CSS or custom.css:
.template-blog .post .entry-content-wrapper { overflow: visible; }
Or you can use this:
#top .template-blog .post .entry-content-wrapper .iconbox_top { margin-left: 1px; }
Regards,
IsmaelHi!
Deselect the Shop page on Woocommerce > Settings > Pages > Shop Base Page. Edit the Shop page then insert the partner/logo element, below add the product grid element.
Best regards,
IsmaelHi lizybloom!
You can add something like on custom.css or Quick CSS:
.ls-s-1 { font-family: Open Sans, sans-serif !important; }
This should target all layer slider layers’ text.
Cheers!
IsmaelHi!
1.) You can add this on functions.php to change the single post title:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if (is_single()) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); } return $args; }
2.) No, I don’t think this is possible without major modification. Please hire a freelance developer to help you.
3.) Maybe this plugin will help: http://wordpress.org/plugins/wp-no-category-base/
Cheers!
IsmaelHi!
Can you please give us a link to the website again? I checked the other thread that you created but I don’t see the gallery issue thread.
Cheers!
IsmaelHi Vermishelle!
I can see the “VKontakte” social icon on all pages. Please try to remove browser cache then reload the page. Test it on another browser.
Best regards,
IsmaelHey!
You can use this plugin: Theme My Login
Refer to this link for more info: Link Here
Cheers!
IsmaelHey!
That is correct. You can use the Image element instead of the usual featured image.
Best regards,
IsmaelHey!
I don’t see the changes here: http://basisberlin.com/dummy/
Please remove this line of codes:
.header_scrolled, .logo, .logo a, .logo a img, #header_main .container { min-height: 70px !important; } #top .header-scrolled .main_menu { margin-top: 15px; }
This css modification is enough to give you a larger header with a higher header size when you scroll the page:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; } .logo, .logo a, .logo a img { max-width: 340px !important; }
Cheers!
IsmaelHi!
The menu looks normal on my end. Do you have a cache plugin? Please turn if off if you’re modifying the layout of the site.
Regards,
IsmaelHi Matthias!
On what version of Firefox are you testing this with and what OS? I tested this on Firefox 26.0 using a Windows 7 machine and the site looks good. http://imgur.com/msKB6Db
Please post a screenshot of the specific issues that you see on your end.
Cheers!
IsmaelHi!
You can use rgba values for the background color. Place it on the layer slider’s “Custom styles” under Style panel. You can add something like this:
background: rgba(0,0,0,.5);
Regards,
IsmaelHey modelity!
Have you tried this plugin? If you’re ready to dive into php and a bit of coding, maybe this will help. Adding Form Validation Tutorial
Cheers!
IsmaelHey!
Please deselect the Blog on Enfold > Theme Options > Where do you want to display Blog?. Edit the homepage that you set on Enfold > Theme Options > Frontpage settings then insert the Blogs Posts element. Set it to Grid Layout.
Regards,
IsmaelJanuary 27, 2014 at 7:49 am in reply to: How to implement different recipients in enfold contact form #215186Hi!
You can actually use the Contact Form 7 plugin instead of the default Enfold Contact Form. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
IsmaelHey!
You can use this:
#top .alternate_color.title_container .main-title a { text-transform: lowercase !important; }
Cheers!
IsmaelHi!
Please try to use this for desktop view:
@media only screen and (min-width: 1024px) { #mycolorsection1 { height: 1000px; background-size: 100%; } }
Adjust the values as you please.
Cheers!
IsmaelHi Serge!
1.) The responsiveness will not be affected by using a child theme. Can you please give us a link to the website?
2.) You can use the Image element under Media Elements panel.
Cheers!
IsmaelHey traditionalteak!
Please try to flush the permalink settings. Go to Settings > Permalinks then click the “Save” button once. If it doesn’t work, delete the .htaccess file then flush the permalink settings again.
Cheers!
IsmaelHey eric_peeters!
You can hide them using CSS:
.woocommerce.widget_price_filter { display: none; } .woocommerce_layered_nav-2 { display: none; }
Please give us a link to the page so that we can give you a proper css solution.
Cheers!
IsmaelJanuary 27, 2014 at 7:22 am in reply to: Blog Slider Posts Only Visible When Logged In Despite Open Access #215175Hey!
Have you tried using a Text Block? Place at the bottom of the Easy Slider inside the first 2/3 column. Use the actual column shortcodes instead of the Advance Layout Builders column layout.
Cheers!
IsmaelHi chryseis!
Please give us a link to the page. WP assign a unique id for sidebar widgets so we need to inspect the website. Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelHi!
Please add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
Best regards,
IsmaelHey vasilybodnarchuk!
You can add this on Quick CSS or custom.css:
.srr-tab-wrap.srr-tab-style-orange.srr-clearfix li { display: inline; clear: none !important; }
Regards,
IsmaelHi DJQuad!
I’m not sure if this is possible within the theme but try to create posts for each embedded videos then set the Post Format to Link. Set the Youtube images as featured images for each posts. Add the link of the page with the embedded videos.
Cheers!
IsmaelJanuary 27, 2014 at 7:06 am in reply to: Can I update the LayerSlider WP plugin to LayerSlider WP 5.0.2 #215169Hi kevinpropper!
Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:
global $avia_config;
Below, add this code to deactivate the plugin:
add_theme_support('deactivate_layerslider');
Install the Layer Slider 5.0 after.
Cheers!
Ismael -
AuthorPosts