-
Search Results
-
Topic: Socket Font Size
Is there a way to increase the socket font size and also a way to re-position it?
Hello,
I can’t find where to change the position of the top drop down menu – the drop down is aligned to the right and not under the Link.
Further I’d like to change color of the font, background and font size, can you send me the css code please.Thank you in advance,
best, AB
Hi,
I have two buttons that I would like to show up side by side on mobile devices. Here is a example page:
When opening on mobile I’m trying to make the two buttons side by side rather than stacked on top of each other.
This is the shortcode that I am using:
[av_one_half][av_button label='Test button' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='grey' custom_bg='#444444' custom_font='#ffffff'][/av_one_half]
[av_one_half first][av_button label='Test button' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='grey' custom_bg='#444444' custom_font='#ffffff'][/av_one_half]Thanks!
Hello,
I’m sorry about the title of this message. I think your help is great, especially for dumbos like me.
I’ve seen many times the CSS-snippet::body { font-size: 16px; }
I do understand it, changing font size all over.
But I like to change the font size in a content element, like “Accordion”.
Can it be done by a CSS-snippet? I tried some HTML inside Accordion, but that doesn’t work.well.Thanks
RegardsJan-Hein
Topic: Enfold Ajax Partial Refresh
Hey,
since the last update of the theme, some functionality of my child theme stopped working,
and i need your help, cause i cant figure out what have changed in the enfold theme that caused that,
my functionality was added to a child theme in order to support ajax call to get a page that was edited via the avia layout builder.function partialRefresh($page_name,$post_type,$user_country_code) {
$query = array( ‘post_type’ => $post_type, ‘name’ => $page_name,’post_status’ => ‘publish’ );
$query = new WP_Query($query);
if ( !$query->have_posts() ) {die(“page not found !”);}
$query->the_post();
$post = $query->post;
$output=””;
$the_id = $post->ID;
$wp->the_id = $the_id;if(‘active’ == get_post_meta($the_id, ‘_aviaLayoutBuilder_active’, true)){
global $avia_config;
ShortcodeHelper::$tree = get_post_meta($the_id, ‘_avia_builder_shortcode_tree’, true);
$content = apply_filters(‘avia_builder_precompile’, get_post_meta($the_id, ‘_aviaLayoutBuilderCleanData’, true));
$content = apply_filters(‘the_content’, do_shortcode($content));
}return $content;
}before the update i was getting html,
now i get WordPress shortcode of the blog.[av_heading tag=’h3′ padding=’10’ heading=’Select a country you want to open a bank account in’ color=’meta-heading’ style=’blockquote modern-quote modern-centered’ custom_font=” size=” subheading_active=” subheading_size=’15’ custom_class=”] dfsfdsfds
[/av_heading] [av_blog blog_type=’taxonomy’ post_type=’country’ categories=’141′ link=’country-category,1′ blog_style=’blog-grid’ columns=’5′ contents=’title’ content_length=’excerpt’ preview_mode=’auto’ image_size=’no scaling’ items=’-1′ offset=’0′ paginate=’no’]
please what am i doing wrong? it seems that at this point, (child theme function file) the shortcodes of the Avia builder are not registered yet.how can i get this to work???
Hello Support,
Any thoughts on how to get the spacing and keyline on kathleenduich.com to emulate the same on kraut-kopf.de?
- same vertical spacing
- line above menu
- font sizes
- page title
I’ve attempted a few things that haven’t worked – I’m really struggling with the spacing between the “main-title entry-title” and the “main_color container_wrap fullsize” element.
Also, I’m not getting how to get a keyline above the menu.
There is a PDF comparison on my FTP drop. The only difference between the two is on kathleenduich.com, she wants the logo aligned left instead of centered.TIA,
GregI’m trying to change the display of the job title in the Team Member element. I thought I’d identified the div but it didn’t work, even after putting !important. Could you help me identify that please
.team-member-job-title {font-size: 1.4em !important;}
