Forum Replies Created
-
AuthorPosts
-
June 24, 2017 at 1:45 am in reply to: Partner/Logo element not responsive / looks terrible on mobile. #812358
Hi,
Try adding the following to quick css:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .avia-builder-el-22 .slide-entry{ width:33.3%!important; } }Best regards,
Jordan Shannon-
This reply was modified 8 years, 9 months ago by
Jordan Shannon.
June 24, 2017 at 12:55 am in reply to: Color Section with Placed PNG background needs transparency #812355Hey Brian,
You have to make sure each element is transparent. For example for the header add this to css:
.header_color .header_bg{ background-color:transparent!important; }What are the other sections
Best regards,
Jordan ShannonJune 24, 2017 at 12:50 am in reply to: Partner/Logo element not responsive / looks terrible on mobile. #812353Hey agiveon,
Please provide a link to the actual site/page so we can look into this issue further.
Best regards,
Jordan ShannonHey Zaccc,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.flex_cell.avia-builder-el-16{
padding:130px 0px!important;
}
}Best regards,
Jordan ShannonHey MAR,
You can target the header class and go lower via quick css.
Best regards,
Jordan ShannonHi,
I’m glad that you were able to get this sorted out. If you need additional help, please contact us here on the forums.
Best regards,
Jordan ShannonHi,
You need to use the following:
<pre><code>.avia-builder-el-34 .av-inner-tab-title, .avia-builder-el-34 .av-tab-section-icon, .avia-builder-el-34 .av-tab-arrow-container, .avia-builder-el-34 .av-tab-section-image{ width:inherit!important; }This keeps focuses on the specific problem section.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.main_color{ border:none!important; }Best regards,
Jordan ShannonJune 23, 2017 at 7:37 pm in reply to: Renaming the load more button in the masonry gallery button? #812277Hi,
Apologies, I pointed you to the wrong file. You want to go to:
enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.phpBest regards,
Jordan ShannonHi,
I was still not able to pull the site. However if you can inspect the element and pull the exact class name of that section, you should be able to add the following to quick css:
.classname{ background:transparent!important; }Best regards,
Jordan ShannonHi,
I added the following to quick css. Please test and adjust the font size as needed.
.blog-author.minor-meta{ margin-left:45%!important; font-size:20px; } @media only screen and (max-width: 767px) { .blog-author.minor-meta{ margin-left:35%!important; } }Best regards,
Jordan ShannonHi,
You are using a very outdated version of Enfold. Would you be able to update before we proceed. It is highly recommended and should help ensure a better outcome for the custom code we will be adding.
Best regards,
Jordan ShannonHi,
This is great news. I will be on the lookout for other users with this issue and if they have the Succuri plugin.
Best regards,
Jordan ShannonHi,
Was this fixed? It seems to have been corrected now.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please contact us here in the forums.
Best regards,
Jordan ShannonHi,
Unfortunately there is not enough room on mobile devices to make that work seamlessly. The below css is likely as good as you can make it with some additional line breaks if you don’t like my first solution. There is the option to make a second table that would perhaps be more mobile friendly and only show that on mobile while hiding it on the desktop.
.postid-2499 table td:nth-child(2){ width:160px!important; }Best regards,
Jordan ShannonHi,
I added the following to functions.php:
function move_postmeta(){ ?> <script> jQuery(window).load(function(){ jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header" ).each(function() { jQuery( this ).find( ".blog-author.minor-meta" ).insertBefore( jQuery(this).find('.big-preview') ); jQuery( this ).find( ".blog-author.minor-meta" ).insertAfter( jQuery(this).find('.post-title.entry-title') ); }); }); </script> <?php } add_action('wp_footer', 'move_postmeta');Let me know if this is what you needed.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 9 months ago by
Jordan Shannon.
Hi,
Please link me to an example page. I am not seeing a border in the link above.
Best regards,
Jordan ShannonHi,
Which ever one is less. I understood at at most sections needed space removed. In either case, they can be targeted manually via page id.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.slide-image{ height:228px!important; width:402px!important; }If this effects images that its not supposed to we can narrow it down.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey Fred1969,
The style editor support must be added to the theme. Please see the following links:
https://kriesi.at/support/topic/matching-wysiwyg-editor-style-with-customized-enfold-style/
Best regards,
Jordan ShannonHi,
Add the following to quick css:
@media only screen and (max-width: 1024px) and (min-width: 767px) { header.entry-content-header{ font-size:12px!important; } }Best regards,
Jordan ShannonJune 22, 2017 at 10:59 pm in reply to: Renaming the load more button in the masonry gallery button? #811858Hey stoliarova,
You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php. Search for this code:
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";Please find
'Load more','avia_framework'in the string put something like this:
'This is new Load more text','avia_framework'Best regards,
Jordan ShannonHey Lissasan,
If you only want a few pages to have the space I would keep the code you have above that removes them from all sections and then use the ids of the few pages you want to keep them on and uses css to put them back in.
Best regards,
Jordan ShannonHey gdg161987,
So you would like a transparent background in that section? Please provide a link to the page/site in question so we can look into this further.
Best regards,
Jordan ShannonHi,
For the cart icon issue add the following to quick css:
@media only screen and (max-width: 1024px) { .cart_dropdown_link{ margin-left:-100px!important; } }As for the other fix, would it be possible to share admin info so I can log in and look into the issue further?
Best regards,
Jordan ShannonHi,
Yes this does appear to be a bug. I will ask my teammates what they think, and then we will likely submit this to be corrected in a future update.
Best regards,
Jordan Shannon -
This reply was modified 8 years, 9 months ago by
-
AuthorPosts
