Forum Replies Created
-
AuthorPosts
-
Hi louiefig!
Unfortunately that is the only way that you can navigate when using the lightbox. Please hire a freelance developer to modify the theme. You can visit Werkpress.
Best regards,
IsmaelHey!
Did you modify any theme files or add css modifications prior to this issue? What is this code on your child theme’s functions.php? http://pastebin.com/QExYzFUR
Regards,
IsmaelHi bluemoonink!
Are you using the Custom Menu widget? Please download the latest version of Enfold. 3rd level pages should be indented properly by then.
Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
.current-menu-item > a > .avia-menu-fx, .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap { opacity: 0; visibility: hidden; } .current_page_item > a > .avia-menu-fx, .current_page_item >a>.avia-menu-fx>.avia-arrow-wrap { opacity: 1; visibility: visible; }Regards,
IsmaelHi Jasmer!
I don’t have access to an iOS device and honestly I’m not sure if this can be easily fix. I’ll ask Kriesi and the rest of the support team to pitch in. I’m sure you already set the Global Settings to be responsive.
Cheers!
IsmaelHey Sylvio!
You can use a Custom Menu on Appearance > Widgets. Create a menu on Appearance > Menus first.
Best regards,
IsmaelHey fitchimp!
Please try to switch to a default theme then switch back to Enfold. Try to upload the zip again. Also, please contact your host and see if ZipArchive class is enabled/supported on the server.
Cheers!
IsmaelHey!
Please use this on functions.php to change the text on the breadcrumb:
add_filter('avia_breadcrumbs_args','avia_change_breadcrumb_before', 10, 1); function avia_change_breadcrumb_before($args) { $args['before'] = 'You can change this text:'; return $args; }Cheers!
IsmaelHey jrgrigg!
Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:
.avia-button-wrap .avia_iconbox_title { font-size: 20px; }Do you have the latest version? Post the link of the page with the button here.
Best regards,
IsmaelHi wackyadventurer!
Are you talking about the lightbox feature? Please elaborate. You can add this on Quick CSS or custom.css but it will disable the links for all images.
img, a img { pointer-events: none; }Best regards,
IsmaelHi evtilsley!
Add this on Quick CSS or custom.css:
.woocommerce .avia-post-nav { display: none !important; }Cheers!
IsmaelHey ANKirschner!
I’m not sure if it is going to work when the font is black listed as you say but please refer to this link. http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
You can do it on custom.css or Quick CSS.
Cheers!
IsmaelFebruary 23, 2014 at 2:57 am in reply to: Transparent padding between submenu items so that background shows through #228017Hi BelIblis!
Can you please give us a link to the website? A screenshot of what you’re trying to do will help. For further customization, please visit Werkpress.
Cheers!
IsmaelHi sandromeyer!
I can’t seem to access the website. What type of header do you have right now? Assuming that you have a Small Fixed Header, you can add this on Quick CSS to create a transparent header:
.fixed_header #main { padding-top: 0; } .header_color .header_bg, #header_main { background-color: transparent !important; border: none; } .header_color div { border: none; }Edit js > avia.js to remove the header resize, find this code on line 21:
// decreases header size when user scrolls down avia_header_size();Replace it with:
// decreases header size when user scrolls down //avia_header_size();For further customization, please visit Werkpress.
Cheers!
IsmaelFebruary 23, 2014 at 2:51 am in reply to: Can some menu items be intrapage links (to sections of the home page?) #228014Hi 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 entriesReplace it with:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>757, 'height'=>288); // big images for blog and page entriesRegenerate 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!
Ismael -
AuthorPosts
