Forum Replies Created
-
AuthorPosts
-
Hey!
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,
IsmaelJuly 17, 2014 at 2:17 pm in reply to: How to prevent height cropping in fullwidth easy slider #292470Hi!
Thank you for the update
I’m sorry I made a mistake, I thought the full width easy slider have the same image size options as easy slider but you can use the No Scaling slideshow image size if you want to use the actual dimension of the uploaded image.
Best regards,
IsmaelHi!
Thank you for using the theme.
After you’ve added the featured image, add this on Quick CSS:
img.wp-post-image { min-width: 100% !important; }Cheers!
IsmaelHey!
Thank you for the info.
Yes, it surely is possible. Remove the layer slider then replace it with the Color Section element. Add a background image. You can also use other sliders. Not sure why the layer slider will cause that kind of issue but maybe you added an html code on one of the layer then you forgot to close the tag.
Regards,
IsmaelHi!
Like Josue, I can’t access the dashboard because of the error. Please contact your hosting provider. Also, the Trappediagram page does not exist. I don’t see it under Metematik menu item. A screenshot will help.
Regards,
IsmaelHey!
Thank you for using the theme.
You’re using version 2.6.2 of the theme. 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/
Cheers!
IsmaelHi!
Thank you for the update.
Please remove the av_one_full shortcode because it will constrain the slider inside a container. Deactivate the cache plugin while working on the site.
Regards,
IsmaelHi!
@laraparodi: We’ll close the thread for now. If the solutions abpve didn’t fix the issue on your end, please open another thread.Cheers!
IsmaelJuly 17, 2014 at 3:43 am in reply to: Image size problems with portfolio grid after wpml update #292341Hey allaboutapps!
Thank you for using the theme!
On the latest version of the theme, the Portfolio Grid element will inherit the size of its container so it will adjust to full width if you have the stretched layout. Edit the portfolio page then insert a 1/1 column. Place the Portfolio Grid inside the 1/1 column.
Best regards,
IsmaelHey ShortieD!
Thank you for using the theme.
Please add a custom selector on the images inside the text block. Something like this:
<img class="avia-img-fix" src="IMG URI HERE">After that, add this on Quick CSS:
.avia-msie-8 .avia-img-fix { max-width: 211px; }Best regards,
IsmaelJuly 17, 2014 at 3:34 am in reply to: Accordion slider on mobile device – Can I increase height? #292339Hey!
@broodjekaas: Yes, it is possible but not advisable because it will break the responsiveness of the slider. You can insert the slider inside a column layout to constrain its size.Best regards,
IsmaelJuly 17, 2014 at 3:32 am in reply to: In Portfolio-Grid, there's a difference in spaces between items on Chrome #292336Hey zohar!
Thank you for the screenshots.
If I am not mistaken this will vary on different screen resolutions. The script can’t accurately calculate the position of the isotope items. You can add this on Quick CSS or custom.css:
div.grid-sort-container.isotope.no_margin-container.with-excerpt-container.grid-total-even.grid-col-4.grid-links-.isotope_activated { width: 99.9%; }Best regards,
IsmaelHey!
Thank you for the update.
You added a custom menu but you didn’t select which menu to show. Please check: http://shanetucker.com/brian-davis/
Also, please deactivate the cache plugin while working on the site. Activate it when you’re ready to go live.
Regards,
IsmaelHey!
Thank you for the info.
I can see the issue on my end before refreshing the page. What is the css code that you added on the previous thread? Also, 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/
Best regards,
IsmaelHi Gurify!
Thank you for using the theme.
You have an old version of the theme 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 the update might break some elements on the website because version 2.2 is a bit old and there lots of changes since.
Cheers!
IsmaelHey Bjørn!
Thank you for visiting the support forum.
Please post the website URL here. We would like to check it.
Regards,
IsmaelHi elbnetz!
Thank you for using the theme.
Do you mind if we take a look at the website? Make sure that you have the latest version of the theme, Enfold 2.9.1. Also, please edit the slider then go Global Settings > Layout > Full-width slider settings. Disable this option then check the page.
Cheers!
IsmaelHi srs6270!
Thank you for using the theme.
Why exactly do you want to edit the breadcrumbs? If I am not mistaken, the avia framework can only be modified using filters on the child theme functions.php. If you can tell us why you need to edit the breadcrumbs, maybe we can help. If you want to alter the avia shortcodes using a child theme, add this on functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Create a shortcode folder then copy the element or shortcode that you want to edit from config-templatebuilder > avia-shortcodes folder. Place it on the child theme’s shortcode folder. I’ll ask Dude to check, maybe my answer is insufficient.
Best regards,
IsmaelHi!
Thank you for the info.
You didn’t add any tags on the post that’s why the related section is not showing. The related section is base on tags. Also, please update the theme. :)
Cheers!
IsmaelHey!
Thank you for the update.
First, see if the solution here fix the issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
You’re using a very old version of the theme, 2.0.1. The update should fix the issue but it might break some elements on the theme especially the header. All you need to do is to modify the theme options again and recreate some page elements on the advance layout builder. Please download the latest version 2.9.1 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/
Please update the theme as much as possible. Always make sure that you have the latest patch of the theme to fix minor bugs.
Regards,
Ismael -
AuthorPosts

