Forum Replies Created
-
AuthorPosts
-
Hey Fred!
Set the page Layout to “No sidebar” then insert a Color Section. Add a 2/3 and 1/3 column layout inside the color section. Insert the content the 2/3 column and the Widget Area element inside the 1/3 column.
Regards,
IsmaelHey Monsoon!
I am not sure what is the issue but I tested this and the url stays the same. This is the screenshot: http://imgur.com/gsszFpq
Best regards,
IsmaelJanuary 27, 2014 at 10:41 am in reply to: 2 columns grid on category, tags (+ author post & search) #215263Hey Shallnotbe!
Edit archive.php, find this code on line 35:
'columns' => 3,Change the value to 2.
Best regards,
IsmaelHi covertross!
Looks like you managed to center align the text on the table. Is that correct?
Cheers!
IsmaelHi brenda28!
The default Layer Slider use in the theme does not support shortcodes. You need to install the layer slider as a stand alone plugin if you want to use the shortcode. Deactivate the layer slider 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 plugin on the Plugins panel.
Regards,
IsmaelHi 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 #215175 -
AuthorPosts

