Forum Replies Created
-
AuthorPosts
-
February 23, 2014 at 2:51 am in reply to: Can some menu items be intrapage links (to sections of the home page?) #228014
Hi mterrian!
You can add a developer’s id on Color Sections then create a custom links on Appearance > Menus linking to those sections. Follow the instructions here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
IsmaelHey!
Please edit functions.php, find this code on line 98:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Replace it with:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>757, 'height'=>288); // big images for blog and page entries
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi!
What type of header do you want? If you want to show the language selector on Small Fixed Headers, you can edit header.php again. Find this code on line 187:
do_action('ava_after_main_menu');
Add the language selector code above.
Cheers!
IsmaelHi!
Please add this on Quick CSS to retain the 0 padding on desktop view:
@media only screen and (min-width: 481px) { .fixed_header #main { padding-top: 0; } }
For further customization, please visit Werkpress.
Cheers!
IsmaelFebruary 23, 2014 at 2:28 am in reply to: Blog Posts not showing on Frontpage (Avia Layout Builder) #228006Hi MyGadgetsZA!
Did you insert a Blog Posts element on the home page? Watch these videos to learn more about the theme. http://vimeo.com/channels/aviathemes
Best regards,
IsmaelHi MayurDoriel!
Not sure if that is possible. Please add this on Quick CSS or custom.css:
a[title="Who We Are"] { pointer-events: none; }
I’ll ask Dude about this.
Cheers!
IsmaelHey!
Not sure if that is possible. Add this on Quick CSS:
a[title="Produkte"] { pointer-events: none; }
Cheers!
IsmaelHi justmind!
I checked the website and the width looks normal. It is still inside a three units container.
Cheers!
IsmaelHey ewerde!
1.) You need to create the menu again on the other language. Go to Appearance > Menu then switch to the other language to create a menu.
2.) You need use Widget Logic in order to show a specific widget for a different language. Refer to this link: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Cheers!
IsmaelHey condonpb!
1.) The logo looks fine when I checked it on Firefox and Chrome. Doesn’t need to refresh the browser to see that it is ok.
2.) You can specify a minimum height for the grid-content div. Add this on Quick CSS:
.home .grid-content { min-height: 160px; }
Cheers!
IsmaelHi Richard!
You can’t insert layout element inside a layout element. You can insert a Text block inside the 2/3 column then add a layout shortcode.
Regards,
IsmaelHey dalcnetsrl!
I’m sorry but what link are you trying to apply? Are you talking about the menu? Please post the link of the website here.
Regards,
IsmaelHi!
Please let us know how it goes. For further customization, please visit Werkpress.
Regards,
IsmaelFebruary 23, 2014 at 1:54 am in reply to: logo in the socket and in the small header at the top #227990Hey ftt123!
You edit footer.php then look for this code:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>> <div class='container'>
Below, add something like this:
<a href="LINK HERE" target="_blank" class="socket-logo"><img src="LOGO IMAGE HERE"></a>
Cheers!
IsmaelHey Daniel!
1.) Please try to remove browser cache then reload the page a few times. That should do it for Firefox and IE.
2.) Flush or reset the cache plugin settings.
3.) Add this on Quick CSS or custom.css:
.woocommerce .breadcrumb { display: none; }
4.) Can you please post a screenshot?
Cheers!
IsmaelFebruary 23, 2014 at 1:44 am in reply to: WooCommerce Category Menu Item Not Displaying All Subs #227985February 23, 2014 at 1:38 am in reply to: Icon content elements not inline with rest of page grid #227984Hey BelIblis!
Have you tried adding each icon element inside a 1/3 layout? Please use media queries to resize the icon on different screen sizes.
Regards,
IsmaelHey!
That kind of background option is currently not available within the theme without customization. Please hire a freelance developer. Anyway, you can create a div somewhere on the header.php then apply the background. Position them fixed, that should get you started. You can visit Werkpress for help.
Regards,
IsmaelHey osukaru!
Please increase the wordpress php memory limit. Refer to this link.
Best regards,
IsmaelHi jacobsever!
Unfortunately, you can’t get an old version of the theme anywhere. Themeforest can only serve the latest version of the theme.
Regards,
IsmaelHi conTend!
You can use these plugins to create a sidebar login: http://wordpress.org/plugins/sidebar-login/ or http://wordpress.org/plugins/login-with-ajax/
Cheers!
IsmaelHi!
Sorry! My bad! Please use this:
do_action('icl_language_selector');
Add this on Quick CSS to adjust the position:
#lang_sel { position: absolute; top: -20px; left: -160px; }
Change the top and left value.
Cheers!
IsmaelHi!
You can add this on Quick CSS or custom.css to show the cart on mobile view:
@media only screen and (max-width: 767px) { .responsive .cart_dropdown { display: block; top: 120px; } }
Cheers!
IsmaelFebruary 21, 2014 at 2:13 pm in reply to: Swapping video to image in mobile view (fullscreen slider) #227477Hi!
I’m sorry but when I check the website vector.pl, it is not using an Enfold theme.
Best regards,
IsmaelHey!
This page is still the child of the Produkte page when I checked it: http://www.scheibentoenung-wien.at/enfold/home/produkte/llumar-esprit/
I removed the parent page attribute. Check it again here: http://www.scheibentoenung-wien.at/enfold/llumar-esprit/
Regards,
IsmaelHey Ignazio!
There is no shortcode for text tooltip however maybe this plugin will help: http://wordpress.org/plugins/bubble-tooltip/
You can also search for tooltips tutorial here: http://coding.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/
Best regards,
IsmaelHey Tali!
Maybe, you can use the single-product selector.
.responsive .single-product .container { width: 1030x !important; } .responsive .single-product .container .twelve.units { width: 1030px !important; }
Regards,
Ismael -
AuthorPosts