Forum Replies Created
-
AuthorPosts
-
Hi!
Edit single.php, remove everything then replace it with this code: http://pastebin.com/Vzc73sCc
Best regards,
IsmaelJanuary 7, 2014 at 8:17 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206184Hi!
Can you please give us a link to the actual page with the slider? We need to inspect it. This is why we recommend to hire a freelance developer to fix the issues with the slider.
Regards,
IsmaelHi!
4.) You can use the LayerSlider to replicate the slider with three images on the link you posted.
Regards,
IsmaelJanuary 7, 2014 at 8:10 am in reply to: moving the position of the blog tags to under the title #206181Hi!
Edit includes > loop-index.php, remove everything then replace it with this code: http://pastebin.com/y09HUmP5
Regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#bbpress-forums li { display: block !important; }Cheers!
IsmaelHi!
The login credentials are not working. Like Devin said, Kriesi uses graphic images instead of actual text. It gives you more control over the look of the slider because browsers render fonts differently.
Best regards,
IsmaelHi!
I’m not sure why it doesn’t work for you. Have you tried Peter’s solution here https://kriesi.at/support/topic/iconfont-manager-upload-problem/?
Best regards,
IsmaelHey!
No, it doesn’t affect the sort by category function. It works on my end. Can you please give us a link to the page? Please add it on wp-content/themes/enfold/ functions.php file.
Regards,
IsmaelJanuary 7, 2014 at 5:50 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206125Hi!
Yes, it is not full compatible with the theme and you might need a freelance developer to fix a few layout issues.
Please add this on your custom.css or Quick CSS:
#main { margin-top: -1px; }Best regards,
IsmaelHi 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,
Ismael -
AuthorPosts
