Forum Replies Created
-
AuthorPosts
-
You are welcome, always glad to help :)
Regards,
JosueJune 1, 2014 at 6:52 pm in reply to: Share buttons & related posts not showing under blogpost #272989Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHope it does the trick :)
You are welcome, always glad to help :)
Regards,
JosueHope it does the trick :)
Best regards,
JosueHi AndrewJ!
1-2:
div#header_main_alternate{ border: 0 !important; } .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a{ border-width: 0 !important; }3. First include your social icons, then we can help you with the positioning.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 1, 2014 at 1:51 am in reply to: How can I setup the font in css to use only one font family? #272887Hey!
Try adding this code to the Quick CSS:
body { font-family: "Microsoft JhengHei", "MingLiU", "Apple LiSung" !important; }The last two fonts are fallback fonts, just in case JhengHei is not available.
Cheers!
JosueThat should be put inside the <head> tag, try adding this to your theme functions.php:
function zanox_meta_tag() { echo "<meta name='verification' content='1e7eb744d2c73df06f2b4' />"; } add_action('wp_head', 'zanox_meta_tag', 10, 0);Regards,
JosueJune 1, 2014 at 1:44 am in reply to: can i show just the breadcrumb trail and not the title on pages in enfold theme? #272884Hi!
Yes, try adding this to the Quick CSS:
.title_container .main-title { display: none; }And if you want to move the breadcrumbs right to left:
.avia-breadcrumbs { left: 0; }Best regards,
JosueHi Ivana!
Updating WordPress to the latest version (3.9.1) will fix it.
Best regards,
JosueHey!
Via FTP, however if the verification script is a HTML/JavaScript snippet you could put it alongside the GA code, like:

Cheers!
JosueHi!
No, that’s something you need to set-up on your own in Google Analytics, check this article for a reference:
https://support.google.com/analytics/answer/1008015?hl=enRegards,
JosueYou too, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
I added the function successfully and now the blog title appears there:
http://www.robroek.net/bureau-central/If you want to change that simply modify the values in the functions.php file, for example:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Laatste Nieuws' ) { $args['title'] = 'Custom Title'; // <-- Title $args['link'] = 'http://kriesi.at'; // <-- Link $args['heading'] = 'h1'; } return $args; }Cheers!
JosueJune 1, 2014 at 12:51 am in reply to: Share buttons & related posts not showing under blogpost #272871Do you have this settings selected in Theme Options > Blog Layout?

Regards,
JosueOne thing you can do to find the root of the issue is to check the browser console when viewing the theme options in your work netwrok, check this article for a reference:
https://developer.chrome.com/devtools/docs/consoleRegards,
JosueHi!
The problem is that these Image Layers need to have the proper width/height values defined here:

I already did it for the logo in the first slide, you can see it here:
http://www.fjpinvestment.co.uk/Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/use-different-social-icons/You’d need to have the Angie icon as an icon font (you can use Fontello to generate it).
Cheers!
JosueHey Oliver!
Try adding this code to the Quick CSS:
.category span.comment-container.minor-meta, .category span.comment-container.minor-meta + span { display: none; }Cheers!
JosueHi!
1. To edit the content in the actual footer go to Appearance > Widget > Footer column, fill those widget areas with the your content.
2. To edit the style of the footer elements content go to Enfold > General Styling or Advanced Styling.
Regards,
JosueHi Reto!
This seems to fix it (Quick CSS):
div#main { width: 100.1%; }If it doesn’t on your end please post a link to your website.
Regards,
JosueMay 31, 2014 at 11:48 pm in reply to: Share buttons & related posts not showing under blogpost #272852Hi Régis,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Paul!
I personally use a virtual machine (VMware Fusion) with Win 8.1 + IE 11, works fine so far.
Best regards,
JosueHey!
You can’t put that “Map” element there because that element will always be full width, but you can try with the Enfold Google Map Widget + Widget Area element.
Cheers!
JosueHi!
The LS appears to be working as expected, what exactly isn’t functioning correctly?
Regards,
Josue -
AuthorPosts
