Forum Replies Created
-
AuthorPosts
-
Hi 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,
IsmaelHey!
Thank you for the info.
Can you please give us a copy or the code inside your .htaccess file? Did you install wp on a sub directory?
Regards,
IsmaelHey!
Thank you for the update
I’m sorry but the website is not loading on my end. It must have something to do with your server configuration. Where are you hosting the website? I’ll ask the rest of the support team to check it. Try to use this plugin to import your posts: https://wordpress.org/plugins/wp-ultimate-csv-importer/
Cheers!
IsmaelHi satucker!
Thank you for using the theme.
You have to manually build the html code using a text widget or you can create a custom widget but that would a bit complicated. This is how the website created the links with images.
<table border="0" cellspacing="0" cellpadding="5" width="25%"> <tbody> <tr style="background-color:#c0c291"> <td><a href="/counselors/lisa-a-davis"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/lisa_3xsm.jpg" border="0"></a></td> <td> <p class="about"><a href="/counselors/lisa-a-davis">Lisa Davis<br> RN, MA, PCC</a></p> </td> </tr> <tr style="background-color:#e2d4b9"> <td><a href="/counselors/emily-heselton"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/emily_3xsm.jpg" border="0"></a></td> <td> <p class="about"><a href="/counselors/emily-heselton">Emily Heselton<br> MA, PC</a></p> </td> </tr> <tr style="background-color:#c0c291"> <td><a href="/counselors/kala-johnson"><img src="http://64.19.142.12/www.directionscounseling.com/templates/dcg/images/kala_3xsm.jpg" border="0"></a></td> <td> <p class="about"><a href="/counselors/kala-johnson">Kala Johnson<br> MA, PC</a></p> </td> </tr> <tr style="background-color:#e2d4b9"> <td><a href="/counselors/joe-johnston"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/joe_3xsm.jpg" border="0"></a></td> <td> <p class="about"><a href="/counselors/joe-johnston">Joe Johnston<br> MDiv, MAMFT, IMFT</a></p> </td> </tr> <tr style="background-color:#c0c291"> <td><a href="/counselors/ryan-smith"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/ryan_3xsm.jpg" border="0"></a></td> <td> <p class="about"><a href="/counselors/ryan-smith">Ryan Smith<br> LISW-S, SAP, LCDC-III</a></p> </td> </tr> </tbody> </table>Cheers!
IsmaelHi!
Yigit’s suggestion should fix the issue. I checked the website and I don’t see the header issue anymore. Please remove browser cache then reload the page a few times.
Best regards,
IsmaelHey!
Thank you for the update.
Actually, you’re not using the latest version of the theme. You’re using version 2.1 which is not compatible with WordPress 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Note that updating the website from version 2.1 might break some elements on the website so you might need to recreate them or configure the options again.
Cheers!
IsmaelHi Reto!
Thank you for using the theme!
Please add this at the very bottom of Quick CSS:
#top .main_menu .menu ul li>a { color: white !important; }Best regards,
IsmaelJuly 18, 2014 at 5:24 am in reply to: Minor Woo Commerce error issue: "No products found which match your selection." #292818Hi!
Thank you for the update.
Please add this on Quick CSS or custom.css:
#top .products .product-category h3:before { content: ""; height: 10px; width: 10px; position: absolute; left: 50%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); border-width: 1px; border-style: solid; visibility: hidden\9; border-bottom: none; border-right: none; z-index: 1000; top: -6px; border-color: #e1e1e1; background-color: #fcf9f4; }Cheers!
IsmaelJuly 18, 2014 at 5:17 am in reply to: HELP! Doing an update and have this error – Fatal error: Call to undefined funct #292814Hi!
Thank you for using the theme.
When you switched from the advance layout builder to the default editor, are you expecting to see the same shortcodes? Note that you can only use one editor, choose between the default and advance layout builder. You cannot switch back and forth. If you want to see the actual shortcodes below the advance layout builder, switch it to debug mode. Edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Regards,
IsmaelHi Andrea!
Thank you for using the theme.
Another user requested the same effect but we are not able to provide a proper solution because of the way iOS handles hover state. I’m sorry but you need to hire a freelance developer if you want to modify the hover effect.
Best regards,
IsmaelHey!
Thank you for the info.
I checked the http://dash-journal.com/dash-nr-09-housing-exibitions/ page but I don’t see the “Issues” page on the breadcrumb. I think you miss a step when you’re describing the issue above but I’m not sure where. How will you navigate back to DASH #09 – Housing Exibitions using a breadcrumb?
Regards,
Ismael -
AuthorPosts
