Forum Replies Created
-
AuthorPosts
-
Hi,
It is possible to control in which page the sidebar show on mobile view but you can’t select which sidebar will show. You can but you have to add a bit of heavy modification to the theme.
Regards,
Ismael
Hi,
SKU for each product must be unique. You can use the shortcode “Products by SKU/ID” to show multiple products.
[products ids="2380, 2359" skus="635, 635-A"]Regards,
Ismael
Hi,
Try to add !important.
/* Note: Venstrestiller button i plugin */
.mc_signup_submit {
text-align: left !important;
}I’ll tag Devin.
Regards,
Ismael
Hi,
You can use the Advance Layout Editor. Create a page with No Sidebar. Insert the Sidebar element on a large column layout.
Regards,
Ismael
Hi,
You can do the following:
1.) Keep the number of WordPress plugins you use to a minimum. Lots of plugins adds an overhead to your blog and slows your website speed.
2.) Delete post revisions. Just like spam comments, copies of old post revisions make your database heavier and slow down the speed of your website.
3.) You can also optimize your database. You can use plugins like WP-DBManager plugin. This plugin helps you to back up, restore, repair and optimize your database.
4.) Actually, caching plugin like http://wordpress.org/plugins/w3-total-cache/ helps you retain website speed.
5.) Integrate CDN. http://williejackson.com/making-wordpress-faster-integrate-a-cdn/
6.) Upgrade your domain services.
7.) You can also use this plugin to minify your CSS and JS files. http://wordpress.org/plugins/bwp-minify/
If you’re having problem with minification, refer to this link: http://wp.tutsplus.com/tutorials/the-ultimate-quickstart-guide-to-speeding-up-your-wordpress-site/
Regards,
Ismael
Hi,
Please get the proper URL of the video. Can you get the url like Devin’s? Something like https://vimeo.com/69712274?
Regards,
Ismael
Hi,
Set the avia builder to debug mode. Open functions.php, find this code.
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You will be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.
Regards,
Ismael
Hi,
Set the avia builder to debug mode. Open functions.php, find this code.
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You will be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.
Regards,
Ismael
Hi,
Go to LayerSlider WP > Slides > Global Settings > Slider width, set this to 100%. After that look for “Layers Container”, set a specific width. This will constrain the layer slider elements to a specific width.
” This feature is needed if you are using a full-width slider and you need that your layers forced to positioning inside a centered custom width container. Just specify the width of this container in pixels! Note, that this feature is working only with pixel-positioned layers, but of course if you add left: 50% position to a layer it will be positioned horizontally to the center, as before!”
Import the dummy data then check the default layer sliders.
Regards,
Ismael
Hi,
What is the issue with the Slide Out Menu that you’re having on iPad?
Regards,
Ismael
July 5, 2013 at 7:03 am in reply to: Fullscreen slider should force sidebar to stop so it can be fullwidth #127467Hi,
I can see the issue now. It is very random. Try to switch back to Default Editor then update it. Go back to ALE and update it again then preview the changes. Sometimes it will be fixed, sometimes not. I’ll tag Kriesi.
Regards,
Ismael
Hi,
Can you give us a link to the website with the tabs?
Try this
div .main_color .tabcontainer .active_tab:hover, div .main_color .tabcontainer .active_tab a:hover {
color: red !important;
}
div .main_color .tabcontainer .active_tab .tab_icon:hover, div .main_color .tabcontainer .active_tab .tab_icon a:hover {
color: red !important;
}Change the color value.
Regards,
Ismael
Hey,
I hope you figured it out. I think the code I gave you will handle the strobe effect and change the progress bar to solid colors.
Let me tag the rest of the support team, maybe they have a better idea.
Regards,
Ismael
July 5, 2013 at 6:39 am in reply to: Turn-off subtext (excerpt) in Ajax Portfolio Grid – Home Page Only #128060Hi,
Edit the Portfolio Grid element > Excerpt > select “Only Title”.
Regards,
Ismael
Hi,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this topic on your email.
Regards,
IsmaelHi,
1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.
2.) Glad you figure this out.
3.) You’re twitter widget looks ok.
4.) – – – –
5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.
6.) You can set a minimum height on your custom.css or Quick CSS
.pricing-table li {
min-height: 80px;
}7.) Edit footer.php, find this code
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>Replace it with:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
<?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>8.) Please give us a screenshot because I can’t see the issue. Thanks.
Regards,
Ismael
Hi,
Please use google chrome or firefox.
Do you have WordPress 3.5 or higher?
Please increase the wordpress php memory limit:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
It should be there by default. Can you give us a link to your website?
You can add this on your custom.css or Quick CSS
#menu-item-search {
display: block;
}Regards,
Ismael
Hi,
Can you give us a link to your website? You might accidentally render a line break when working on the editor without knowing it. You can use the Special Heading.
Regards,
Ismael
July 5, 2013 at 5:55 am in reply to: How do I make the H1 Text change color when hovered over? #127789Hi,
What text are you trying to change? Can you give us a screenshot?
Dude’s code should work.
Regards,
Ismael
Hi,
What do you mean below the search form? Please give us a screenshot. :)
Regards,
Ismael
Hi,
You can do something like this on your custom.css or Quick CSS
body {
font-size: 20px;
}You can find the #Typography style on css > base.css
Regards,
Ismael
-
AuthorPosts
