Forum Replies Created
-
AuthorPosts
-
Hi!
Try wrapping the form code with this:
<div class='av-light-form'> </div>Best regards,
JosueUse this code:
#top .av-subnav-menu li a { transition: all linear 0.1s; } #top .av-subnav-menu li a:hover { color: red; }Regards,
JosueOctober 20, 2015 at 12:40 am in reply to: URGENT – Dutch menu appears also on English version #521278Hey John!
Did you manage to fix it? menus seems to be working correctly in both languages – http://screencast.com/t/aTOJ2W2kF4
Cheers!
JosueOk let’s try something, open /enfold/config-templatebuilder/avia-shortcodes/table.php and look for this line:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".$row['content'][$counter]['content']."'; } ";Replace it by this:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".html_entity_decode($row['content'][$counter]['content'])."'; } ";Regards,
JosueOctober 20, 2015 at 12:06 am in reply to: Style of single 'Menu Button Item' + link to submenu #521270Hi!
Try with this:
#top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, #top #wrap_all .header_color .current-menu-item > a > .avia-menu-text, #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text { background: black; color: #f3c463 !important; font-style: bold; border-color: black; }You can replace the previous codes with that.
Best regards,
JosueHey!
Wrap the
imgtag with ana(in the widget content), like:<a href="link"><img></a>Best regards,
JosueHola,
Has probado con do_shortcode? algo como:
echo do_shortcode("[av_font_icon icon='ue909' font='entypo-fontello' style='' caption='' link=''_blank' size='35px' position='center' color=''][/av_font_icon]");Saludos,
JosueHi!
Try doing a shift + enter while being in View mode – http://screencast.com/t/9VWjtKstJ96O
Cheers!
JosueHi!
The issue you’re experiencing is related to the table ‘mobile conversion’ Enfold does, there’s a way to disable that by turning this option (in the Table element popup):
http://screencast.com/t/J5d5USq2XIf you’re using shortcodes:
[av_table purpose='tabular' pricing_table_design='avia_pricing_default' pricing_hidden_cells='' caption='' responsive_styling='avia_scrollable_table' custom_class='']Cheers!
JosueGood, glad to help. I’ll check your other topic and see if i can help you out :)
Regards,
JosueTry with this:
#footer .av_one_fourth { margin-left: 4%; }Regards,
JosueHey!
Yes, use this codes:
#footer .av_one_fourth:nth-child(1) { width: 20.5%; } #footer .av_one_fourth:nth-child(2) { width: 20.5%; } #footer .av_one_fourth:nth-child(3) { width: 20.5%; } #footer .av_one_fourth:nth-child(4) { width: 20.5%; }That total sum of the width must be 82 in order to keep it as 4 columns.
Cheers!
JosueHey!
Try with this code:
.textwidget { text-align: justify; }Cheers!
JosueSure i’ll suggest it to Kriesi.
Sure, try it on the vanilla install and let me know the results.
Cheers!
JosueHi!
Sorry that gave you a bad perception of our support but It is implicit to rely on a WP plugin because what you’re asking is technically a WordPress question (changing Permalink structure). Did you try the plugin? if not, here are some details on how to use it:
1. Install the plugin and activate it.
2. Go to Settings > Permalinks and scroll down to Permalink Setting for custom post type > portfolio and paste the following there:/%portfolio_entries%/%postname%/https://wordpress.org/plugins/custom-post-type-permalinks/
Regards,
JosueYou’ll get that result with the code i posted, just make sure you copy it from the forum reply and not from the mail notification.
Best regards,
JosueYeah i can recall testing this on my local install some time ago without issues, but each install is different.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed? the offset calculation may be affected by a third-party script.
Regards,
JosueHey!
I guess you’re not noting it because
justifykicks in when there’s actual text to “justify”, as the menu items labels aren’t filling the whole width it doesn’t take any effect, perhaps what you want is to add some space between letters:ul#menu-menu-mammouth a { font-size: 15px; letter-spacing: 3px; }Regards,
JosueHey!
Your footer is pretty much the same as in the demo, however it looks different because you have a Boxed layout so you don’t see those spaces at the sides. One thing you can do is reduce the container width of the footer with this code:
#footer .container { max-width: 1000px; }Adjust as needed.
Best regards,
JosueHi!
Use this:
#top .av-subnav-menu li a{ padding: 4px 10px 4px 12px; } #top .av-subnav-menu .menu-item-top-level-1 a:hover{ background-color: red; } #top .av-subnav-menu .menu-item-top-level-2 a:hover{ background-color: green; } #top .av-subnav-menu .menu-item-top-level-3 a:hover{ background-color: blue; }Cheers!
JosueHi!
Try using this plugin:
https://wordpress.org/plugins/custom-post-type-permalinks/Best regards,
Josue-
This reply was modified 10 years ago by
Josue. Reason: Permastructure doesn't seem to work with the latest version of WP
Hi,
Can you post the link to your install please?
Regards,
JosueHey!
Refer to:
https://kriesi.at/support/topic/highlight-fullwidth-submenu-item/#post-481828Cheers!
JosueI guess what you meant is when the item is being hovered on right? if so, use the following code:
.sidebar .widget_nav_menu ul li:hover { padding-left: 51px; left: -51px; width: 100%; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); background: #296750; } .sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor, .sidebar .widget_nav_menu ul li:hover { color: white; } #top .sidebar .widget_nav_menu li a{ color: inherit; } .sidebar_right > .container{ padding-right: 0; } .page-id-47 .form_element .button { color: white !important; } .page-id-47 .form_element .button:hover{ background: lime !important; }Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/Q2vKUegJ6iSN
Regards,
JosueHey!
The FTP access provided doesn’t work, please check.
Cheers!
JosueOctober 16, 2015 at 12:18 pm in reply to: "Premature end of script headers" only on Enfold when open a backend .php page #519831Hi!
What’s the full error you’re getting? have you already activating the default WP theme?
Cheers!
JosueOctober 16, 2015 at 12:10 pm in reply to: Style of single 'Menu Button Item' + link to submenu #519823Ok, try using this code instead:
#top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text { background: black; color: #f3c463 !important; font-style: bold; border-color: black; }Best regards,
Josue -
This reply was modified 10 years ago by
-
AuthorPosts
