Forum Replies Created
-
AuthorPosts
-
Hey!
Just add the email address without the mailto: parameter. It will automatically set it as an email link.
Cheers!
IsmaelHey!
I tried to login but the user name doesn’t exist. Please check. Let us know if flushing the permalink settings works for you.
Cheers!
IsmaelHey!
Thank you for using Enfold and we’re sorry for the delay.
Looks like you managed to make the video rounded. Is that right? If not, try this:
.avia-iframe-wrap { overflow: hidden; border-radius: 18px; }Cheers!
IsmaelHey!
The password is incorrect. Please check:
ERROR: The password you entered for the username E******* is incorrect. Lost your password?
Cheers!
IsmaelHey!
Please edit js > avia.js file, look for this code around line 917:
var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title');.. replace it with:
var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('alt');Best regards,
IsmaelOctober 31, 2015 at 5:17 am in reply to: How to re-position Tab Titles to the bottom of the container #527845Hey!
Are you trying to place the tabs below the map? Try this in the Quick CSS field:
#top .tab_titles { position: absolute; bottom: 0; } #top .tabcontainer { padding-bottom: 50px; }If you don’t want to affect other tab elements, turn on the custom css class field then add a unique class to the tab element. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelOctober 31, 2015 at 5:11 am in reply to: adding theme options to brands – category thumbnail & archive page banner #527843Hey!
The only thing I’d look to enhance perhaps is the ability to target every individual elements with CSS classes, ID’s or inline styles as X does it with Cornerstone for example rather than being limited to ID’s for columns but I guess I want to have it all. Your Enfold theme’s out of the box features do take some beating :-)
You’re in for a surprise. Activate the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Last thing, I think I noticed there is an upgrade available for Layerslider WP as a stand alone product, do you know if you guys are planning to roll it out in a theme update soon ?
We don’t update the plugin automatically but we always include the latest patch once it is stable.
Best regards,
IsmaelHi JuldanInc!
Thank you for using Enfold.
Decrease the font size on smaller screens:
@media only screen and (max-width: 767px) { span.av_icon_caption.av-special-font { font-size: 15px; } }Remove browser cache then reload the page.
Cheers!
IsmaelHi!
Back to your original question, please edit the includes > loop-index.php file, look for this code around line 205:
echo $title;.. replace it with:
$categories = get_the_category(); echo '<span class="title-cat">' . $categories[0]->name . ': </span>' . $title;This will render the post category before the post title. Use the Quick CSS field to adjust the style of the element.
Regards,
IsmaelHi!
Add this in the Quick CSS field to disable the link of the images:
.portfolio-preview-image .avia-slideshow li a { pointer-events: none; }1
Cheers!
IsmaelHi!
Please use this code:
add_action('avia_after_footer_columns', function() { echo '<div class="flex_column">Securities and Investment Advisory Services Offered Through: Crown Capital Securities, LP, 725 Town & Country Road, Suite 530, Orange, CA 92868. Member, FINRA / SIPC</div>'; }); add_action('avia_before_footer_columns', function() { echo '<div class="flex_column"><span style="color: #ffffff;">* Send all correspondence to OSJ Charlotte Office</span></div>'; });Error is coming from the single and double quotes symbols.
Best regards,
IsmaelHi!
Thank you for the update. Please post the FTP details here. We’ll try to debug the issue.
Cheers!
IsmaelOctober 31, 2015 at 4:09 am in reply to: Avia layout builder doesn't load content if WPML plugin is activated #527825Hey!
@Designton: What happens when you activate a default theme? Please post the FTP details here.For every one else with the same issue, please open a new thread. Add the url to the site plus the login details. We’ll check the issue there.
Best regards,
IsmaelHey!
Please give us a temporary login details. We would like to check it.
Best regards,
IsmaelOctober 31, 2015 at 3:52 am in reply to: Coloured background section (text area or colour section) #527822Hey!
Sorry about the link but like I said it doesn’t exist. Please check the investment-opportunity page.
Best regards,
IsmaelHey!
Are you sure? Did you activate the plugin? You should see the “entry_with_sidebar” thumbnail plus a bunch of other options.
Regards,
IsmaelHi!
Thank you for the screenshot. Please adjust the code above:
@media only screen and (max-width: 1025px) { .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%; } }Best regards,
IsmaelHi!
Add this in the functions.php file:
add_action('avia_meta_header', 'add_custom_content_to_header'); function add_custom_content_to_header() { do_action('icl_language_selector'); }Use the Quick CSS field to adjust the position of the switcher.
Regards,
IsmaelHi!
Did you modify the product template? There are errors on the page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘woocommerce_short_description’ not found or invalid function name in /var/www/it.sololibrerie/wordpress/wp-includes/plugin.php on line 503
This should remove the product description:
.inner_product_header p { display: none; }Best regards,
IsmaelOctober 31, 2015 at 3:38 am in reply to: How to center align the submit button in a contact form element? #527812Hi!
Try this in the Quick CSS field:
#footer .container { max-width: 80%; }Cheers!
IsmaelHey!
The background-size property is set to cover by default to keep the image proportion but some parts of the image will get cut off. Try to set the background-size property to 100%:
.avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; }This may distort the image a bit specially on smaller screens.
Best regards,
IsmaelHi!
Great! Could you please provide a screenshot of the footer issue? I check it again and the logos are on top of one another.
Best regards,
IsmaelHey!
Thank you for the update.
You can decrease the font size of the title on smaller screens:
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0 !important; } h3.slide-entry-title.entry-title { font-size: 14px; line-height: 1.5em; } }Best regards,
IsmaelHey naz_irina!
Thank you for using Enfold.
1.) Try this in the Quick CSS field:
.av-main-nav > li:hover a .avia-menu-text { position: relative; top: -3px; } .av-main-nav > li:hover a { border-top: 3px solid red; }2.) Modify the Main Menu sublevel Links in the Enfold > Advanced Styling panel.
3.) Use the .current-menu-item or the .current_page_parent selector.
Best regards,
IsmaelHi endoradigital!
Thank you for using Enfold.
That is the Page Sidebar navigation. You can disable that in the Enfold > Sidebar Settings.
Cheers!
IsmaelOctober 29, 2015 at 2:57 pm in reply to: Responsiveness not working well for Tablet Portrait and Landscape view #526798Hey!
Thank you for the update. Add this in the Quick CSS field to fix the buttons and the menu:
@media only screen and (max-width: 989px) { .avia-button.avia-size-x-large { padding: 25px 20px 20px; font-size: 12px; min-width: 100%; } #top #header .av-main-nav > li > a { font-size: 14px; } }Cheers!
IsmaelHey!
My bad. I forgot the link to the url: https://wordpress.org/plugins/simple-image-sizes/
Regards,
IsmaelHi Paul!
Thank for using Enfold.
Please update the framework > php > class-framework-widgets.php file. Look for the “avia_fb_likebox” class, replace everything with this: http://pastebin.com/EHW3F4sb
Re-configure the facebook widget in the Appearance > Widgets panel.
Regards,
IsmaelHi!
I’m sorry but the link you provided is incorrect (http://kriesi.at/themedemo/?theme=enfold-overview). Please go to the page again then click the “Remove Frame” button to get the actual demo url.
Cheers!
Ismael -
AuthorPosts
