Forum Replies Created
-
AuthorPosts
-
June 6, 2017 at 4:47 am in reply to: Share /Link buttons are not uniform on all my pages and I'd like them to be. #804278
Hi,
Try this code in the General Styling > Quick CSS field:.page-id-520 .sharedaddy {padding-left: 50px !important; }
Best regards,
MikeHi,
This will hide the post slider on mobile (425px) but show on tablet and above.
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .avia-content-slider {display:none !important; }}
Best regards,
MikeHey infigic,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Danielle,
1) Try this code in the General Styling > Quick CSS field:.avia-builder-widget-area {text-align: center !important;}
2) Try this code in the General Styling > Quick CSS field:
.comment_container {text-align: center !important; }
Best regards,
MikeHey Maureen,
This is a limitation of php mail, which is what WordPress uses to send mail. I don’t believe there is any work around.Best regards,
MikeHey Michael,
You could remove the title from each image in your media settings, or use a plugin such as: https://wordpress.org/plugins/no-title-tooltips/Best regards,
MikeJune 6, 2017 at 3:19 am in reply to: Manual sizing for portfolio thumbnail images not working #804265Hi,
hum, they look even to me, see link in Private Content area, can you add a screenshot of what you see?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.header_color .header_bg {background-color: transparent!important; }
Best regards,
MikeHi,
Your 403 error is gone now and the home page loads in the editor, but the home-2 page seems to be gone, did you delete it?Best regards,
MikeHey Rio1,
You will need to embed a Google map using the Directions mode: https://developers.google.com/maps/documentation/embed/guide#directions_mode
The built-in element does not allow the Directions mode.Best regards,
MikeHi,
We should be able to do this, Please include the url to the page in question so we can create the code :)Best regards,
MikeHey jfchicas,
In the past the solution was to create a new API key, even though one had just been created. Don’t know why, it’s a Google thing :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.phone-info {font-size: 24px !important; color: #A12A38 !important; }
Best regards,
MikeHi,
I’m not sure I understand, but how about this:
add this around the words you want to be pink in your editor in “Text” mode:<span class="pink"> Your Words </span>
Add this code in the General Styling > Quick CSS field:
.pink {color: #d600b2 !important; }
Best regards,
MikeHi,
For the post grid excerpt length add this to the end of your functions.phpadd_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 200; return $length; }
Note that it counts characters, and the manual excerpt overwrites it :)
Sorry I’m not able to overlay your post title and have it looking good across devices :(Best regards,
MikeHey Naima,
Try a Manual Update,
1. Download the latest version of WooCommerce from WordPress.org.
2. Upload the unzipped WooCommerce folder to the wp-content/plugins directory on your web server overwriting the old files.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJune 4, 2017 at 7:03 pm in reply to: add_action 'woocommerce_order_status_processing' not working #803669June 4, 2017 at 6:58 pm in reply to: woocommerce images product blured + woo image color and swatches plugin #803667Hi,
Has the blurry image issue been solved? I couldn’t see the issue.Best regards,
MikeHey Chris2234,
I have reviewed the above issue, and from what I understand the question was about link anchors jumping to the correct position in mobile view, this demo url was referenced: http://kriesi.at/themes/enfold-consulting/#contact
Yet when I test this url the anchors work as expected. Do you have a url to your site that does not work as expected?Best regards,
MikeHi,
To change the excerpt limit there are a few options, but the best I believe is to use the excerpt field below each post, this allows you to set the excerpt you wish to show, whether it is different text all together, or just longer. To use this option go to a post, and at the top of the page click “Screen Options” and choose the “Excerpt” box.Best regards,
MikeHi,
As I understood, you wanted the “entry-title” to be replaced with the “blog-categories”, I tested the above function and it dose that. The issue is that when we do this it also affects the category and achieve pages, all the posts are not getting the wrong title, they have been replaced with our code :)
Sorry, I don’t have any other solution :)Best regards,
MikeHi,
OK, Please clear your cache: [http://www.refreshyourcache.com/en/home/] and try now :}
I cleared your WP cache :)
Best regards,
Mike -
AuthorPosts