Forum Replies Created
-
AuthorPosts
-
Hi vegaspro!
Edit the code that you have a bit. Replace it with:
#header_main .container, .main_menu ul:first-child > li a{ height:150px; line-height: 150px; }Regards,
IsmaelHi!
Go to LayerSlider WP > Global Settings > Basic > set the width of the “Layers Container” and “Responsive under” options.
Regards,
IsmaelJanuary 7, 2014 at 4:11 am in reply to: How to adjust Layerslider timing of layers to synchronise with background image #206106Hey Gillianrose!
Go to LayerSlider WP > Slide > Global Settings > Slideshow > Animate first slide, turn it off. Edit the layer then go to Options > Duration > set the “Transition in” to 0.
Regards,
IsmaelJanuary 7, 2014 at 4:08 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206104Hi!
You can try the RoyalSlider plugin. Hire a freelance developer to make it fully compatible with the theme. Visit http://werkpress.com/.
Regards,
IsmaelHi!
Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805
Regards,
IsmaelHi LiveLightCo!
Please use this on your custom.css or Quick CSS:
.bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a { border: none; } .bottom_nav_header.social_header .main_menu ul:first-child>li a { border: none; }Regards,
IsmaelHi!
You can use this on functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'date'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Regards,
IsmaelHey!
1.) You can create a new shop page then insert the LayerSlider + Product Grid element. Deselect the page on Woocommerce > Settings > Pages > Shop Base Page.
2.) I don’t see the issue with the logo getting smaller but you can add this on Quick CSS:
.logo img { height: 97px !important; }3.) Change the variation select text using this:
#top .main_color select { color: red; }4.) Can you please post a screenshot?
5.) Add this to make the background transparent for logo/partner element:
#top .avia-logo-element-container .slide-image { overflow: visible; background: none; }6.) You can use this to change the blog background:
.blog .container.template-blog { background: white; padding: 0 20px; }Remove browser cache then reload the page a few times to see the changes.
Best regards,
IsmaelHi!
We recommend the Enfold theme but it is only compatible with bbPress. You need to hire a freelance developer to make it fully compatible with bbPress + S2Member Pro plugin. Please visit http://werkpress.com/.
Cheers!
IsmaelHey!
Please add this on your custom.css or Quick CSS to fix the logo:
@media only screen and (max-width: 767px) { .responsive .logo img { margin: 0 auto; max-width: 100%; width: 100% !important; position: relative; top: 15px; } }Did you modify anything on the theme files? The responsive menu is not showing. You have a lot of plugins installed, please try to deactivate them. See if it fixed the issue.
Best regards,
IsmaelHey David!
I’m sorry but can you please give us a link to a page using the “Blank Template” ? Please post a screenshot of what you’re trying to do.
Cheers!
IsmaelHey!
I tried it on Quick CSS but it is not working. Do you have access to the custom.css? Please add Yigit’s and my code there:
.content, .sidebar { padding-top: 10px!important; padding-bottom: 10px!important; } body .column-top-margin { margin-top: 10px!important; }Edited: I added the changes directly on header.php and it seems to work now: http://www.gc-vitae.nl/
Best regards,
IsmaelHey akmhou!
Add this on functions.php file:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if (is_single()) { $args['title'] = "Latest News"; $args['link'] = get_permalink($id); } return $args; }Best regards,
IsmaelHi designing!
Can you please give us a link to the website? Attach a screenshot of the elements or objects that you want to change.
Regards,
IsmaelHi!
I tested the links, I can see the mouse cursor change to pointer when I hover over the iconbox top icons. Add this on your custom.css or Quick CSS:
.iconbox_top .iconbox_icon { cursor: pointer !important; }Regards,
IsmaelJanuary 5, 2014 at 7:22 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205497Hey!
Please modify the code that I gave you. Replace it with this:
<meta property="og:title" content="<?php echo get_the_title(); ?>"/> <meta property="og:description" name="description" content="<?php echo get_the_excerpt(); ?>" /> <meta property="og:image" content="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />Remove browser cache then reload the page a few times. Test it on another browser. Let us know if it helps.
Cheers!
IsmaelHey Courin!
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');Below, add this code:
echo "<div class='header-search'>"; get_search_form(); echo "</div>";Add this on your custom.css or Quick CSS:
.header-search { position: absolute; top: 30px; left: 250px; }Modify the main menu font using this:
.header_color .main_menu ul:first-child > li > a { color: red; } .main_menu ul:first-child > li > a { display: block; text-decoration: none; padding: 0 13px; font-weight: normal; font-size: 15px; }Cheers!
IsmaelJanuary 5, 2014 at 7:07 am in reply to: Product image on single product page hover issue on IE #205495Hey!
Can you please give us a link to the actual website? Add this on your custom.css or Quick CSS:
.four.units.single-product-main-image.alpha { overflow: hidden; }Regards,
IsmaelHey cbrand!
Can you please give us a link to the website? I don’t see anything wrong with the settings.
Best regards,
IsmaelHi!
Did you install the WPML string translation extension? You don’t need to switch the permalink settings to default. Please post the login details here as a private reply.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }Adjust the max width.
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS.
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin: 20px 0; } #header_meta { position: absolute; bottom: 35px; border: none; box-shadow: none; background: none; left: 18%; } }Please remove browser cache then reload the page.
Cheers!
IsmaelHi!
This will get you started. Add this on your custom.css or Quick CSS:
.current-menu-item.current_page_item a { background: gray; border: 3px solid green; border-radius: 6px; } .main_menu ul:first-child > li a { height: 50px !important; line-height: 50px !important; } .main_menu { position: absolute; top: 30%; }Regards,
IsmaelHey!
I don’t see any content slider on the website. Can you please point us to the actual page?
Cheers!
IsmaelHey Design!
No, that is not possible with the Portfolio Grid element but you can do it using the Blog Posts element. On “Do you want to display blog posts?” option, choose “Display entries from a custom taxonomy”. “Which Entries?” should be “Post Tag”. Choose the Grid Layout for the “Blog Style” option to make it look like the Portfolio Grid layout somehow.
Cheers!
IsmaelHey David!
You can use this:
.main_color input[type='submit']:hover { background: orange; color: white !important; }Best regards,
IsmaelJanuary 4, 2014 at 7:14 am in reply to: How to implement a Full Page Background Image for a given page #205270Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? A link to the actual website will help.
Regards,
Ismael -
AuthorPosts
