Forum Replies Created
-
AuthorPosts
-
Hey cedricbonnard!
Thank you for using the theme.
I’m sorry but the image format is svg so we really can’t edit it via CSS. You need to disable it on mobile device or replace it with a static image. Use media queries to show or hide an element on different screen sizes.
Best regards,
IsmaelHey connectsmg!
Thank you for using the theme.
Please activate the parent theme again then go to Enfold > Export/Import panel. Click the Export Theme Settings File then save it on your computer. Activate the child theme then go to same panel. This time click Import Theme Settings File to upload the theme options settings. Save Changes.
Cheers!
IsmaelJuly 19, 2014 at 3:32 am in reply to: Header not aligning with boxed layout, only covers half the layout? #293215Hi Paul!
Thank you for using the theme.
It looks fine when I checked the website. Can you please provide a screenshot of the issue?

Regards,
IsmaelHi!
Alright. Please give us the ftp login credentials. We would like to check the file structure. You can edit the .htaccess file using a notepad.
Regards,
IsmaelHi rogierkoning!
Thank you for using the theme.
Are you using the latest version of woocommerce? If not, please update the plugin.
Cheers!
IsmaelHey!
Alright. Please remove this code:
#transparent-section .flex_column { background: rgba(255, 255, 255, 0.5); }Add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit the elements where you want to add a transparent background then Aadd a unique css selector on “Custom Css Class” field. For example, add “transparent-block”.
You can add something like this on your custom.css or Quick CSS:
.transparent-block { background: rgba(255, 255, 255, 0.5); }In your case, edit the special heading element. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/`
Cheers!
IsmaelHey!
Alright. Please replace this code:
.container_wrap_logo .main_menu{ right: 31.1%; }with this:
.container_wrap_logo .main_menu .avia-menu { left: 50%; position: relative; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } .container_wrap_logo .main_menu { width: 100%; }Please visit Envato Studio or Werkpress for further customization.
Cheers!
IsmaelHi Jonathan!
Thank you for using the theme.
Add this on Quick CSS or custom.css:
.avia-mozilla #top.avia-blank #wrap_all { display: block; }Cheers!
IsmaelJuly 19, 2014 at 2:57 am in reply to: Odd hover effect on image in footer and layerslider image distortion #293207Hi!
Thank you for the update.
I checked the site on IE8 and 9 a few times, removing cache each refresh. The first slider image is not distorted.
Regards,
IsmaelJuly 19, 2014 at 2:50 am in reply to: Blog grid with always the same preview picture of each category #293206Hey sunshineh!
Thank you for visiting the support forum.
Unfortunately, you can’t sort the posts by latest posts on each category. Please refer to the order and ordery by parameter of wp query: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Regards,
IsmaelHi Finlando!
Thank you for using the theme.
Add this on Quick CSS or custom.css:
div#layer_slider_1 { background: black !important; }Best regards,
IsmaelHey dannablumenau!
Thank you for using the theme.
Unfortunately, you can’t insert the layer slider inside a column layout. Use other sliders like easy slider or accordion.
Cheers!
IsmaelHey Mono14!
Thank you for visiting the support forum.
Create a temporary page or post then use the shortcode wand to generate the contact form shortcode. Copy it then place it inside a text widget.
Best regards,
IsmaelHi freeethinka!
Thank you for using the theme.
Can you please provide us with a screenshot of what you’re trying to do? A link to the actual website will help.
Regards,
IsmaelJuly 18, 2014 at 7:09 am in reply to: Help with header element in functions.php file (Yigit!) #292858Hi atrixdave!
Thank you for using the theme.
Edit the logo text:
<a href="/shop"><img style="height:66px; width:183px;" src="http://64.19.142.11/staging.eyemagic.net/wp-content/uploads/eye-magic-order-now-button.png"></a>Replace the href attribute with the URL of the shop page.
<a href="SHOP PAGE URL HERE"><img style="height:66px; width:183px;" src="http://64.19.142.11/staging.eyemagic.net/wp-content/uploads/eye-magic-order-now-button.png"></a>Best regards,
IsmaelHi!
Thank you for the update.
Please edit the page then insert the portfolio grid elements inside a 1/1 column. This should fix the issue.
Best regards,
IsmaelHi!
Thank you for using the theme.
Please add this on Quick CSS or custom.css:
p.form-allowed-tags { display: none; }Regards,
IsmaelHi!
Thank you for the info.
Please go to Appearance > Widgets then add the WooCommece Layered Nav widget. You need to have variable products.
Cheers!
IsmaelHey rpl_admin!
Thank you for using the theme.
What do you mean by “RHS”? A screenshot will help.
Cheers!
IsmaelHey!
Thank you for the update.
Can we take a look at the actual website? Try to add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0; }Regards,
IsmaelHi!
Thank you for using the theme.
Please replace this code:
.container_wrap_logo .logo{ left: 42.5%; }with this:
strong.logo { left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }Regards,
IsmaelJuly 18, 2014 at 6:45 am in reply to: Minor Woo Commerce error issue: "No products found which match your selection." #292846Hi!
Glad it is fixed. Thank you for using the theme. If you still have questions, let us know.
Best regards,
IsmaelHi!
Thank you for the info.
Please add this on Quick CSS or custom.css:
.lightbox-added img { width: 100%; }Cheers!
IsmaelHi!
Yes, you’re using a child theme but the Enfold parent theme is not updated, it’s version 2.1. Download the latest version from your themeforest account then update the theme via FTP. Watch the video on the link we provided above.
Cheers!
IsmaelHi Ivana!
Thank you for using the theme.
You can add HTML tags right before the navigation label. Go to Appearance > Menus then edit a menu item. Add an img tag on the navigation label, something like this:
<img src="IMG URI HERE">MENU ITEM LABELYou can also use icon shortcodes.
Cheers!
IsmaelHi danchristopher!
Thank you for visiting the support forum.
We need to see the actual website. Please post it here. Make sure that you’re running the latest version of WordPress and the Enfold theme.
Best regards,
IsmaelHey!
Thank you for the update.
When you say “portfolio tab”, are you referring to the post navigation? Please use this on Quick CSS to disable it:
#top .avia-post-nav { display: none; }Regards,
IsmaelHey!
Thank you for the info.
Did you copy any files specifically the header.php to your child theme folder? Please get a new copy of the file then replace the old one.
Best regards,
IsmaelHi!
Thank you for the update.
I made a mistake of adding a closing div. Please use this instead:
$readmore = '<br /><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>'; $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt.$readmore."</div>" : '';Best regards,
IsmaelHi!
Thank you for using the theme.
Please try to increase the max_execution time and max_upload limit then reload the page images. Ask your hosting provider. Refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues#post-277654
Regards,
Ismael -
AuthorPosts
