Forum Replies Created
-
AuthorPosts
-
March 15, 2017 at 7:24 pm in reply to: Why does TABLE not allow buttons in the column and not rows #761569
Hi,
Yes you can simply include the button via shortcode into the column. As for the short code not working just remove the “/” from the front and back.
Best regards,
Jordan ShannonHi,
You want the text left justified but the columns centered?
Best regards,
Jordan ShannonHey harryriegel,
Please provide a link to the site in question, and also admin info so we can look into this further.
Best regards,
Jordan ShannonHey accurIT,
I added the following to quick css:
#footer .widget { text-align: center; }
Is this what you had in mind?
Best regards,
Jordan ShannonHi,
Please provide admin info so I can take a further look.
Best regards,
Jordan ShannonHey Wolf,
You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.
Best regards,
Jordan ShannonHey unicaweb,
Try adding the following to quick css and change the color to what you need:
#top .av-custom-form-color .button {
border: 2px solid #fff !important;
color: #fff !important;}
Let me know if this works for you
Best regards,
Jordan ShannonMarch 15, 2017 at 5:39 pm in reply to: WPML stopped wroking properly: not saving and mess up with pages #761532Hey Elena,
Have you tried clearing the cache a few times?
Best regards,
Jordan ShannonHi,
Best regards,
Jordan ShannonHi,
I am glad this was able to be fixed for you. If you need additional help, please let us know here.
Best regards,
Jordan ShannonHi,
Please provide admin information so that I can look into the further for you.
Best regards,
Jordan ShannonHi,
Good to hear! I am glad this was able to be resolved. If you need additional help, please do not hesitate to contact us here.
Best regards,
Jordan ShannonHi,
If you use the above template there should be no hardcoded link at all nor anyspacing.
You can also look into this plugin if it helps:
https://wordpress.org/plugins/blank-slate/
Best regards,
Jordan ShannonHi,
No problem. If you need additional help please do not hesitate to contact us.
Best regards,
Jordan ShannonHi,
Can you please provide admin info so that I can look into this further.
Best regards,
Jordan ShannonHi,
You would want to search the root folder and remove all references to those specific files.
Best regards,
Jordan ShannonHey mterrian,
Please try adding this to quick css:
#top .active-parent-item .avia-menu-fx .avia-arrow-wrap, #top .active-parent-item .avia-menu-fx{ display: block !important; opacity: 1 !important; visibility: visible !important; }
Best regards,
Jordan ShannonHi,
The images are not loading for me. You can locate those files at:
enfold > config-templatebuilder > avia-template-builder > assets > fonts
Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey Nathan,
You can add the following to quick css:
.main_menu{
display:none !important;
}For The mobile menu:
#advanced_menu_toggle{
display:none !important;
}Let me know if this works for you.
Best regards,
Jordan ShannonHey Michael,
Try to adjust with:
.entry-content p{
font-size: xx !important;
{Best regards,
Jordan ShannonHey siteraum,
You want to locate enfold>config-templatebuilder>avia-template-builder>php>font-manager.class.php
Remove or comment out from line 488:
include($config[‘include’].’/’.$config[‘config’]);
Best regards,
Jordan ShannonMarch 15, 2017 at 7:20 am in reply to: Why does TABLE not allow buttons in the column and not rows #761185Hi,
Actually, the table rows are the same with the button shortcodes. You can set the columns as Default Columns then add a button shortcode like this:
[/av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello'/]
I only add “/” after the opening and before the closing bracket to prevent the shortcode from rendering in the browser.
Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey muskowl16,
So you would like the font color fixed and the mega menu disabled for mobile only?
Best regards,
Jordan ShannonHi,
No problem, If it gives you an issue again, please do not hesitate to contact us here.
Best regards,
Jordan ShannonHi,
Have you tried disabling your plugins to see if one of them may not be causing a conflict? You would then want to enable them one by one to see which one is the culprit.
Best regards,
Jordan ShannonHi,
Possibly, are you still seeing the error message?
Best regards,
Jordan ShannonHi,
Great, I am glad this was able to be fixed for you. If you need additional help, please contact us here.
Best regards,
Jordan ShannonMarch 14, 2017 at 11:47 pm in reply to: Resizing Featured Image in Single Blog Post, Related Post Thumbnails, etc. #761042Hi,
Yes this can be done.
Best regards,
Jordan ShannonMarch 14, 2017 at 11:43 pm in reply to: Resizing Featured Image in Single Blog Post, Related Post Thumbnails, etc. #761039Hey FZKFranziska,
There is a way to customize the size of the images so to give you an example, on the functions.php file roughly line 93 you will find this code,
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 );
In this way you can avoid having to do this by hand.
Best regards,
Jordan ShannonHey oliver_zanker,
Try adding this to quick css and change the color to whatever you need it to be:
#header_main.container_wrap.container_wrap_logo{ background: #000 !important; }
Best regards,
Jordan Shannon -
AuthorPosts