Forum Replies Created
-
AuthorPosts
-
Hi TLS_Financial,
Could you post in private the FTP address?
Best regards,
VictoriaMay 12, 2017 at 12:34 pm in reply to: Menu Column under Mega Menu isn't opening in new tab even though I specified it. #792247Hi Innovie,
Sorry, I am so lost now, with everyone writing to this thread. What do you want to do without Javascript?
Best regards,
VictoriaHi lauritschristensen,
Enfold does not have such files, they must be installed by WooCommerce, can you give us ftp credentials in private?
Best regards,
VictoriaHi NicomIT,
Here is the code that can fix the issue, put it in in your child theme style.css
div .av_two_third { width: 54.6%; } #top .no_margin.av_two_third { width: 56.6%; }If you need further assistance please let us know.
Best regards,
VictoriaHi marcomila,
To sort post how you want you need to modify the query that gets posts from the database.
To add categories as a class you need to take this code in loop-index.php:foreach((get_the_category($the_id)) as $category) { if ($category->category_parent == 0) { $parentscategory .= ' <a href="' . get_category_link($category->cat_ID) . '" title="' . $category->name . '">' . $category->name . '</a> '; //$parents= get_category_parents( $category->cat_ID, true, ' » ' ); }else{ $parents.=' <a href="' . get_category_link($category->cat_ID) . '" title="' . $category->name . '">' . $category->name . '</a> '; } }And use it to make a string with classes and add them to “
Hi emfutte,
Could you please give us a link to your website, we need more context to be able to help you. Could you reattach the screenshot as well, we don’t see the one above.
Also, if you update the thread by commenting on it, it moves back to the end of the request queue and we don’t get to it as soon as you would want to.
Best regards,
VictoriaHi InStijlMedia,
Could you please give us a link to your website, we need more context to be able to help you, if you moved it to web already.
Best regards,
VictoriaHi vladbejenaru,
Could you please specify the page, where you have the slider in question?
Best regards,
VictoriaHey xguiboy,
Please refer to this thread for a possible solution for blurred images.
And these are the threads that discuss login/logout
https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/Best regards,
VictoriaMay 12, 2017 at 11:32 am in reply to: How to add the Search Button to the main Menu with full functionality #792221Hey VL-CA,
What did you do to get the search icon twice? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi 3mil-pedro,
It does not work for portfolio, because portfolio class looks like this “av-masonry-entry isotope-item post-8460 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-charity portfolio_entries-client-stories portfolio_entries-healthcare all_sort charity_sort client-stories_sort healthcare_sort av-masonry-item-with-image av-masonry-item-loaded”. So you have to add to this function the case for portfolio_entries-.
If you need further assistance please let us know.
Best regards,
VictoriaHi Vikab,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi Mirko,
Here are the threads to consider:
https://wordpress.org/support/topic/tinymce-error-2/
https://kriesi.at/support/topic/avia-editor-tinymce-script-errors-over-ssl/
DO you have any scripts being deferred?Best regards,
VictoriaMay 11, 2017 at 8:18 pm in reply to: really massive troubles with slider at enfold theme – please help #791876Hi scubasnsi,
We can use the code above to target specific image with the imac, not all images with the class “ls-layer”.
Best regards,
VictoriaHi ChrisSchutte,
What I meant was, that you should enable logging and then proceed with installing or updating or activating the theme. that way the errors will be logged and it will be easier to solve them.
Here is the error in privateBest regards,
VictoriaHey waveshaper,
This is the code that I found in your child theme style.css
@media only screen and (max-width: 1024px) { .single-product-main-image {float:left!important; width:50%!important;} }It should be changed like this:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .single-product-main-image {float:left!important; width:50%!important;} } @media only screen and (max-width: 767px) { .single-product-main-image {float:left!important; width:100%!important;} }If you need further assistance please let us know.
Best regards,
VictoriaHey snitt,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
The contact person link has the class “lightbox-added”. Need to see what we can do about it.Best regards,
VictoriaHi Chris,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
In what cases it does not stay in the middle?
Best regards,
VictoriaMay 11, 2017 at 6:48 pm in reply to: Blog Layout – Design Feature Image in Background of Text and 100% Size #791820Hey breezemedia,
The solution in that thread is for single post, and what you want is different. This cannot be adjusted from the current layout, it has to be built from scratch.
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 6:28 pm in reply to: Modal lightbox window not working with WooCommerce Swatches #791813Hey nancyT,
I tried to check the page, but it’s not working. Please, let us know when we can have a look.
Best regards,
VictoriaHi mirototh,
You can turn off debug in WordPress. Here is hoe to do it https://aristath.github.io/blog/wp-hide-php-errors
But I would not do that if the website is still in development.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 8 months ago by
Victoria.
May 11, 2017 at 6:24 pm in reply to: Product and gallery images don't appear correct and aligned #791810Hi takismastrog,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 6:22 pm in reply to: White lines from mysterios "after_section" divs appearing between sections #791809Hi,
I added code in custom.css in and it worked (screenshot in private), also when I put this at the top of style.css in child theme it worked, can you clear the cache and try again?
Best regards,
VictoriaHi MWCBT,
Firstly, I meant to try to configure. And then, those files can be added.
Best regards,
VictoriaHi,
The session page is loading like that because there is an error due to some calendar adding Javascript that is not working. (screenshot in private).
This is the code that will adjust the category links to orange.page-id-330 .avia-content-slider-inner span.blog-categories.minor-meta a {color: orange;}Best regards,
VictoriaHi,
Here is the css that will help you hide the unwanted breadcrumbs.
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: none; } .avia-builder-el-2 .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: block; }It’s really weird the function gets called so many times.
Alternatively, you can add a custom class in this function to the container// remove title add_filter(‘avf_title_args’, function($args) { $args[‘html’] = “<div class='{class} title_container show-breadcrumbs’><div class=’container’>{additions}</div></div>”; return $args; });and use that class to show breadcrumbs.
Best regards,
VictoriaMay 11, 2017 at 5:29 pm in reply to: Testimonial keeps disappearing and adds animation for no reason #791764Hi Gal726,
You need to find this file enfold/config-templatebuilder/avia-shortcodes/testimonials.php
and this code in it$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade', 'hoverpause' => true));and change it to
$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade in', 'hoverpause' => true));Best regards,
VictoriaHi Clementine,
Glad you got it figured out.
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 5:11 pm in reply to: Use Woocommerce Layered Nav Filters when attribute is NOT used for variation #791743Hey Tom,
I think it’s a question better to be asked at WooCommerce forums. And the solution to this might require quite an amount of customization.
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 5:07 pm in reply to: Different appearance for blog posts with and without sidebar #791741Hi Dennis,
Well, the original question was “Why is that?”. I gave you the answer. Now we are getting somewhere, when you ask specific question on how to adjust it :)
This is the code that will help you, put it your child theme style.css
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; max-width: 100%; } #top .fullsize .template-blog .blog-meta { margin: 0px 20px; } #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 0; } #top .fullsize .template-blog .post-title { text-align: left; }If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
