Forum Replies Created
-
AuthorPosts
-
Hi!
What specific Google font are you trying to install and what have you tried so far? for non-google fonts you can use this plugin:
https://wordpress.org/plugins/wp-font-face/Best regards,
JosueHi!
Can you post a screenshot of your view? i’m not noting any blurriness on my end.
Regards,
JosueHey JNilson!
Try increasing the memory allocated to PHP:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPAlso disable all third-party plugins before activating the theme.
Cheers!
JosueHey!
Not possible using native WordPress comments but maybe with a third-party solution like Facebook comments, in any case it would require some modding, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.single-product-summary .summary .price { display: block !important; }Cheers!
JosueMay 19, 2015 at 8:35 pm in reply to: Default Template Settings Missing from Event Calendar Pro #446690Hey David!
Yes, that’s correct. Enfold modifies the Event Calendar plugin in order to integrate it with the theme, part of this is removing the (3) styles options included with the plugin to use the theme ones instead. If you don’t like this you can simply remove this line in functions.php and use the plugin standalone:
require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar pluginRegards,
JosueMay 19, 2015 at 7:19 pm in reply to: Default Template Settings Missing from Event Calendar Pro #446653Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Check it, i managed to import the Houz icon in your install.
Cheers!
JosueHi!
It depends on what you’re doing with them and what you want to achieve.
Regards,
JosueMay 19, 2015 at 5:21 am in reply to: Mega Menu Subs are below the arrow instead of next to it #446207You are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 19, 2015 at 2:50 am in reply to: Mega Menu Subs are below the arrow instead of next to it #446154Hey!
Try adding this code to the Quick CSS:
#top .avia_mega_div li a{ height: auto !important; line-height: initial !important; }Cheers!
JosueHey Scott!
Try adding this code to the Quick CSS:
.textwidget li { margin-bottom: 20px; }Cheers!
JosueMay 19, 2015 at 2:33 am in reply to: Minify – Optomization of W3 Total Cache / CSS and Java + Max CDN #446148Hi!
Check if those files are actually there via FTP.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueTo each Tab individually? no, because they’re not actual Pages.
Best regards,
JosueHey!
Use the same method you’re using on the /coaching/ page:
#sh-top-header .container { height: 32vw; } #sh-top-header { background-size: contain; } @media only screen and (min-width: 1200px) { #sh-top-header .container { height: 400px; } }Best regards,
JosueHey!
Use the following:
@media only screen and (max-width: 989px) { #searchform { display: none; } }Cheers!
JosueNo, Google crawlers read the source of the page, that means they see all Tabs shown at the same time, plain, it would be something like this:
- Tab 1 Heading Content - Tab 2 Heading Content - Tab 3 Heading ContentBest regards,
JosueMay 18, 2015 at 11:25 pm in reply to: Show featured post image from the top down and stretch smaller images to full s? #446116Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['entry_with_sidebar'] = array('width' => 845, 'height' => 321, 'crop' => array('center', 'top') ); $size['entry_without_sidebar'] = array('width' => 845, 'height' => 321, 'crop' => array('center', 'top') ); return $size; }That will ensure that WordPress crops the image from the top, to get this working on your already uploaded images you’d need to regenerate them using a plugin like this.
Cheers!
JosueHey Gary!
Use something like this:
.main_color a { color: #00a9e7 !important; font-weight: bold !important; }Best regards,
JosueHi!
1. Use this plugin to edit the title on the homepage.
2. The masonry gallery does support captions – http://a.pomf.se/pxcmhr.png
3. Add this code to Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: custom_avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */ animation: custom_avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */ } @-webkit-keyframes custom_avia_msonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } } @keyframes custom_avia_msonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } }4. Can you provide an example of this? i don’t quite get the idea.
5. Try optimising your images.
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueMay 18, 2015 at 8:22 pm in reply to: Changing active menu highlight for a category of blog post #446018Hi!
In the Menu, you’d need to put the podcast category instead of the page you’ve built, then maybe you could do a redirect:
– podcast category -> podcast pageCheers!
JosueHi Daniela,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
1. Hm, i’m seeing the full word at all times on my end, try playing with the
rightvalues inside the media queries.2. Yes, you’d need to activate the mobile menu on tablets too, there is no way to fit all those elements in that space.
Cheers!
JosueMay 18, 2015 at 7:21 pm in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #445970Hey!
Try adding this code to the Quick CSS (in the 3.1.5 site):
.av-parallax { height: 100% !important; }Cheers!
Josue -
AuthorPosts
