Forum Replies Created
-
AuthorPosts
-
Hi Brenda!
Replace the code i provided to this:
jQuery('article.post').each(function(){ jQuery(this).find('.entry-content-header').after(jQuery(this).find('.big-preview').detach()); })
Then add this code the Quick CSS:
.big-preview { padding: 0 !important; margin-top: 20px; }
Cheers!
JosueNovember 18, 2013 at 3:09 pm in reply to: Descriptive text in icon list not indented when using bullets #190097Hi,
Ok, create an administrator account and post it here as a private reply.
Regards,
JosueNovember 18, 2013 at 2:20 am in reply to: Enfold – Default Blog Title Appears in Header for ALL posts? #189898Hi Chris!
It’s hard to debug it without seeing live, but i tested creating a post without ALB and here’s how it look on my end:
I think that’s the intended behavior.
Regards,
JosueHi!
You have a Minify/Cache plugin, flush it and try it again.
Cheers!
JosueHey Joe!
I think is a bug, however i found a temporary solution, add this at the end of js/avia.js:
jQuery(function () { jQuery(window).resize(); });
Best regards,
JosueNovember 18, 2013 at 1:04 am in reply to: Descriptive text in icon list not indented when using bullets #189880Hey!
Add this code to the Quick CSS:
.iconlist_content ul { margin-left: 10px !important; }
Cheers!
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueNovember 18, 2013 at 12:37 am in reply to: Descriptive text in icon list not indented when using bullets #189869You are welcome, glad we could help.
Regards,
JosueHi!
You need to apply this to the third line in each case:
clear: none; margin-left: 1%;
In the first case it was #element_avia_email_1.
Cheers!
JosueHi!
Add this to the CSS:
#element_avia_email_1 { clear: none; margin-left: 1%; }
Change your existing forth CSS to:
.avia_ajax_form .form_element_forth { width: 24.25%; float: left; margin-right: 1%; }
Result:
Best regards,
JosueHey!
Masonry elements are there, please take a look:
http://screencast.com/t/AVZzPkYURegards,
JosueNovember 16, 2013 at 11:02 pm in reply to: Descriptive text in icon list not indented when using bullets #189704You are welcome, glad we could help :)
Regards,
JosueHey!
Please post your website URL.
Regards,
JosueNovember 16, 2013 at 10:49 pm in reply to: Descriptive text in icon list not indented when using bullets #189699Hi!
Use this URL: http://www.yourturn-consulting.se/wp-content/uploads/2013/11/bullet.jpg instead.
background: url(https://www.yourturn-consulting.se/wp-content/uploads/2013/11/bullet.jpg) no-repeat left 5px;
Cheers!
JosueNovember 16, 2013 at 10:35 pm in reply to: Descriptive text in icon list not indented when using bullets #189695Hi!
Simply changing the URL will work, but make sure that the file exists:
background: url(_URL_HERE_) no-repeat left 5px;
Regards,
JosueNovember 16, 2013 at 10:31 pm in reply to: Descriptive text in icon list not indented when using bullets #189692Hi!
When you access http://www.yourturn-consulting.se/bullet.jpg directly it shows a 404 page, the file isn’t there.
Try uploading it from the Media section in the WordPress backend.
Best regards,
JosueHi!
To the page where this contact form resides, so we can debug it live.
Regards,
JosueHi!
You need to wrap the second line inside a ‘span’ and put it a class so we can target it with CSS and push it:
[av_font_icon color="" font="entypo-fontello" icon="ue842" size="16px" position="left" link="" linktarget="" alttext=""] <strong>Address:</strong> PO Box 123 <span class='line_2'>Lexington, VA 24450</span>
.line_2{ padding-left: 70px; display: block; }
Result:
The same would be for the others, just play around padding-left to align them as you want.
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Paul!
Try the following:
Open /config-templatebuilder/avia-shortcodes/gallery.php, go to line 167:
'orderby' => 'post__in')
Change it by:
'orderby' => 'title')
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Provide us with a link, you can post it as a private reply (only you and us will see it).
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Netty!
It’s possible, but that ‘layer’ should be out of the LayerSlider, some raw HTML in the header.php maybe, positioning it would be a matter of CSS.
Regards,
JosueHi Jonathan,
Can you post the link to the page you are trying this please?
Regards,
JosueHi Damon,
Can you post the link to your website please?
Regards,
JosueHey!
Add this code to the Quick CSS:
#footer .widgettitle{ color: white !important; }
Cheers!
JosueHi atrixdave!
The default WordPress search system is kinda limited, it is better to use a specialized plugin like this: SearchWP
Cheers!
Josue -
AuthorPosts