Forum Replies Created
-
AuthorPosts
-
March 9, 2015 at 4:14 am in reply to: Custom drop down menus that are different than main menu #407837
Hi!
I’m sorry but the fulwidth sub menu isn’t going to work as filter. You need to hire a freelance developer to create a dropdown menu. For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHi!
Ok. I think the problem is you’re using the blank template. Add this code in the Quick CSS field:
@media only screen and (max-width: 989px) { #top.avia-blank #wrap_all #main .container { padding-top: 0px !important; width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; }}
Best regards,
IsmaelHey!
Thank you for using Enfold. You have the “autooptimize” feature enabled on the site which minify the script and stylesheets. Please disable it then check the page again. Also, you have this code which breaks the site on firefox:
.avia-section.av-minimum-height .container .content { display: table-cell; vertical-align: middle; height: 100%; float: none !important; }
Please remove it.
Cheers!
IsmaelHi!
You have to place the columns inside a color section. Add a unique id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
#custom-section .flex_column.av_one_fifth { width: 14.5%; margin-left: 2%; } #custom-section .flex_column.av_one_fifth.first { clear: none; margin-left: 2%; } #custom-section .flex_column.av_one_fifth:nth-child(6) { margin-top: 0 !important; }
Best regards,
IsmaelHi!
You can still use the Masonry element but you have to define the custom link for each portfolio items. Edit a portfolio, look for the Overwrite Portfolio Link setting. Set it to define custom link then add the url of the image or video that you want to open in a lightbox.
Best regards,
IsmaelMarch 9, 2015 at 3:11 am in reply to: Can’t seem to get my images indexed by search engines? #407819Hey
This is the only requirement to add your images on google: (https://support.google.com/websearch/answer/175288?hl=en)
-Include descriptive text. Include descriptive text somewhere near the image like in an image “alt” tag or a caption. This helps Google understand what the image is showing and what searches it will be relevant to.
-Upload high quality photos. Great image content is an excellent way to build traffic to your site.Before that, you have to make sure that the site is included in the google search: https://support.google.com/webmasters/answer/34397
While there’s no guarantee that our spiders will find a particular site, following these guidelines should increase your site’s chances of showing up in our search results.
This sounds easy and basic but I think it’s best if you hire SEO experts to help you with the site.
Cheers!
IsmaelHey!
Replace the css code with this:
#header .widget { right: 50%; padding-top: 0; position: absolute; top: -100px; transform: translate(-50%); }
Adjust the top and right position.
Best regards,
IsmaelMarch 9, 2015 at 2:54 am in reply to: Woocommerce cart icon to show number of items in cart. #407816Hey!
This is actual code for the menu item bubble in the kriesi.at site:
.jobs-menu > a > span.avia-menu-text:after { content: "4"; font-size: 9px; color: #FFF; background: #42A0BD; line-height: 17px; width: 17px; display: inline-block; text-align: center; border-radius: 100px; position: relative; top: -9px; left: 2px; }
Adjust the number in the content property. Unfortunately, it’s not dynamic, you have to change it manually. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHi!
Again, IE8 does not support border radius and css animation. You will have to hire a freelance developer to make it work on IE8, by creating jquery scripts or adding a third party plugin. There are lots of premium themes out there but you will have a hard time finding one that supports IE8 or one that actually works with it. If you want to hide the image hotspot on ie8, use this:
.avia-msie-8 .av-hotspot-image-container { display: none; }
Best regards,
IsmaelMarch 9, 2015 at 2:37 am in reply to: how to change the height of the "Fullwith Easy Slider" in Enfold? #407814Hey!
Please refer to this link: https://kriesi.at/support/topic/best-way-to-add-image-sizes/#post-351286
Best regards,
IsmaelHey!
You ca try the Easy Slider or an Image element inside a 1/1 column.
Best regards,
IsmaelHi!
Good decision. I’m sure they will be able to help you better there. Anyway, if you still have questions, let us know. :)
Regards,
IsmaelHi!
Did you set the Gallery Preview Image Size? Set it to Portfolio (495×400).
Best regards,
IsmaelMarch 9, 2015 at 2:13 am in reply to: Sidebar elements overlapping end up over socket color area #407806Hi!
You should transfer the facebook widget in the footer area because it’ll be removed on mobile devices when the theme switch to the mobile menu. Or create another in the footer area then show/hide the widgets on different screen sizes using css media queries.
Best regards,
IsmaelHey!
You can try this:
function pastevents($atts) { $atts = (array) $atts; $atts['format'] = '<li>#_EVENTDATES: #_EVENTLINK</li>'; $output = EM_Events::output( $atts ); $output = str_replace(array('<br>','<br/>'),'',$output); return '<ul class="myeventlist">' . $output . '</ul>'; } add_shortcode ( 'my_events_list', 'pastevents' );
Best regards,
IsmaelHi!
Alright. I’m sorry if I misunderstood your inquiry and for wasting time. I thought you’re trying to apply the grid style on archive(category) pages. That filter won’t work on the search results page. Unfortunately, the theme doesn’t have any alternative style for this page so it will require custom modification. Please hire a freelance developer to modify it. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHi melangeur!
Thank you for using Enfold.
Add this to the Quick CSS field:
.title_container { position: fixed; top: 123px; z-index: 1000; width: 100%; }
Adjust the top position.
Regards,
IsmaelMarch 9, 2015 at 1:37 am in reply to: Margin/Spacing between Grid Rows with Background styling #407802Hey!
If you don’t mind, please provide a screenshot of the design you’re after. It will help.
Regards,
IsmaelMarch 9, 2015 at 1:29 am in reply to: Alter single product page image to 2/3 page width instead of 1/3 #407800Hi!
It’s possible with CSS but you might need to disable the single product sidebar:
.single-product-main-image { width: 100%; } .single-product-summary { overflow: hidden; clear: both; }
Regards,
IsmaelHi!
Try this:
function avia_remove_wc_currency_symbol( $currency_symbol, $currency ) { if (is_single()) { $currency_symbol = 'USD $'; return $currency_symbol; } else { $currency_symbol = '$'; return $currency_symbol; } } add_filter('woocommerce_currency_symbol', 'avia_remove_wc_currency_symbol', 10, 2);
Regards,
IsmaelHi!
Thank you for using Enfold.
Make sure that you have the latest version of the theme, 3.0.8. The update should fix the issue.
Best regards,
IsmaelHi!
I’m not sure if it’s just me but I don’t see any difference between the two images above. Anyway, try to edit the color section, add a custom id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add something like this to the Quick CSS field to specify the max height of the color section:
div#custom-section { max-height: 100px; overflow: hidden; }
You might need to use css media queries to adjust the height of the color section on different screen sizes.
Best regards,
IsmaelMarch 7, 2015 at 3:15 pm in reply to: Allgemeines Styling Einstellungen werden für die Logo und Footer Area nicht übernommen #407499Hi!
Can you please provide a link to the actual website? Go to the language with the correct settings then export the theme settings file on Enfold > Import/Export panel. After that, switch to the languages with the issue, go to the same panel then import or upload the theme settings file. You might need to reset the Frontpage and Blog settings but the general styling (color, font etc) should be the same for all languages after this. Create a backup of the site and database before doing this, just in case.
Best regards,
IsmaelHey!
I’m not sure if this is going to help but please try to add this to the Quick CSS field to fix the download buttons:
.download-frontpage img { width: inherit; /* Make images fill their parent's space. Solves IE8. */ max-width: 100%; /* Add !important if needed. */ height: auto; /* Add !important if needed. */ }
Or
.download-frontpage img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */ @media screen { .download-frontpage img { width: auto }} /* Prevent height distortion in IE8. */
Reference: http://stackoverflow.com/questions/8610077/height-auto-in-internet-explorer-8-and-below
Since IE8 doesn’t support border radius by default, you will have to live without the round testimonial image or install a third party script to make it work. I don’t think it’s worth the effort. Try to use this to fix the height:
.avia-testimonial-image img { height: 80px; min-height: 80px; width: inherit; max-width: 100%; }
Best regards,
IsmaelHey!
Thank you for the screenshots.
Please try to add this to the functions.php file:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(window).on("resize", function (event) { if (event.originalEvent === undefined) { var alien = 'alien'; console.log(alien); } else { var human = 'human'; console.log(human); } }).resize(); })(jQuery); </script> <?php }
We’ll check the site after.
Regards,
IsmaelHi!
Thank you for using Enfold.
Looks like you have a lot of plugins installed and one of these might be the cause of the issue. The css media queries aren’t being loaded properly. Please try to remove unnecessary plugins and deactivate the rest. Check if the site becomes responsive. Also, you might want to increase the wp memory limit to at least 256M. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Regards,
IsmaelHey!
Yes, that will work. Change it to:
//get the sidebar $avia_config['currently_viewing'] = 'page'; echo "<aside class='sidebar sidebar_right'>"; echo "<div class='inner_sidebar extralight-border'>"; dynamic_sidebar('Sidebar Pages'); echo "</div>"; echo "</div>";
Adjust the name of the dynamic_sidebar to the custom sidebar of the main events page. This means that you will not able to control the single events pages sidebar in the backend.
Best regards,
IsmaelHey!
Edit the Separator / Whitespace element. Remove the negative margin.
Best regards,
Ismael -
AuthorPosts