Forum Replies Created
-
AuthorPosts
-
Hi,
You were missing a
2
in the second filter:add_filter('avf_title_args', 'fix_single_post_title_2', 10, 2);
Best regards,
JosueJuly 25, 2016 at 10:34 pm in reply to: Adding icons to icon list in Enfold – outdated video tutorial – I can't find it? #664880Hi,
Glad you found my article useful, i’ll proceed to close this thread.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #top #header .social_bookmarks { top: -7px; left: 0; right: 0; } #top #header #header_main { padding-top: 20px; } }
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey dhuet,
Where do you see that message? have you tried – https://wordpress.org/plugins/user-role-editor/?
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey jochite,
Can you post a link to the Store page?
Best regards,
JosueJuly 25, 2016 at 10:10 pm in reply to: Remove sidebar on Portfolio Item pages only with functions.php #664858Hey Dunc,
Copy
single-portfolio.php
to your child theme and remove:get_sidebar();
Best regards,
JosueHey Laura,
Did you manage to resolve this? here’s what i see – http://screencast.com/t/CWuR65zzJLL
Best regards,
JosueHi,
Can you post the link to the Masonry page please?
Regards,
JosueHi,
Please check login access, it isn’t working for me.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } .content .entry-content-wrapper{ padding: 0; } .inner_sidebar{ margin: 0; } }
That will enable the full width on the cart table earlier (989px).
Cheers!
JosueHi,
It’s difficult for us to debug an issue without knowing the exact procedure to reproduce it, are you using the Preview button?
Best regards,
JosuePrueba quitarlo y ver que pasa, no cerraré el tema, cualquier cosa me avisas.
Hi,
Widgets should work now (fonts are still odd but that’s because of a plugin CSS), i disabled the jQuery the plugin includes.
Best regards,
JosueJuly 25, 2016 at 7:29 pm in reply to: Change responsive order (RTL) + help with change Masonry width #664781Hi,
Mod is applied, you should note columns swap order when viewed in mobile, in order to get this effect columns must be wrapped in Color Sections, like – http://screencast.com/t/ewgWVhVdvAz
Best regards,
JosueHola,
Pasa que los iconos están separados de 3 en 3 por lo que no es posible juntarlos todos o convertirlos en 2 columnas, el codigo que te pase deberia ponerlos en 3 columnas en mobil, me puedes pasar una captura del problema que estas viendo?
Saludos,
JosueJuly 25, 2016 at 7:10 pm in reply to: Woocommerce / Enfold Permalinks no products in categories #664773Hi,
You could write a .htaccess rule to add that in each URL but i don’t think that’s a good solution to be honest:
RewriteEngine On RewriteCond %{REQUEST_URI} !\.[a-zA-Z0-9]{3,4} RewriteCond %{REQUEST_URI} !/$ RewriteRule ^(.*)$ $1?post_type=product
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { width: 40%; transform: translateX(85%); } #avia2-menu{ width: auto !important; }
Cheers!
JosueHi,
Try this:
.av-main-nav .sub-menu li a:hover::after{ position:absolute; z-index:100000; left:-30px; top:50%; transform:translateY(-50%); } .av-main-nav .sub-menu li:nth-child(1) a:hover::after{ content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); } .av-main-nav .sub-menu li:nth-child(2) a:hover::after{ content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); } .av-main-nav .sub-menu li:nth-child(3) a:hover::after{ content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); } .av-main-nav .sub-menu li:nth-child(4) a:hover::after{ content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg'); }
Best regards,
JosueUtiliza esto:
.tab_titles .tab { border-bottom: 1px solid red !important; top: 0; } .tab_titles .tab.active_tab{ border-bottom: 0 !important; top: 2px; }
July 25, 2016 at 6:25 am in reply to: Change responsive order (RTL) + help with change Masonry width #664471Hi,
Did you install a child theme? if not, there are other ways to add the code, just hand us an admin account via private reply.
Best regards,
JosueHi,
That piece of code is still there:
https://linxgo.com/info/wp-content/themes/LINX/js/shortcodes.jsBest regards,
JosueHey,
Can you post a screenshot of the issue? the first slider seems unresponsive.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-content-slider-inner img { border-radius: 200px; }
Cheers!
JosueJuly 23, 2016 at 10:30 pm in reply to: Stop masonry portfolio builder to enlarges the portfolio photos #664260Hey!
Try adding this code to the Quick CSS:
.av-masonry-image-container { background-size: 100% 100%; }
Cheers!
JosueHey!
Try with this instead:
#top #header_meta { background: transparent; } #header_main { background: black; } .av_header_transparency #header_main { background: transparent; }
Cheers!
Josue -
AuthorPosts