Forum Replies Created
-
AuthorPosts
-
Hey lucindaholland,
Just to be sure I’m looking at the right part, please see screenshot in Private Content area.
I draw a red box around the header, but it looks like it is not full width to me.
Is this what you see? Can you add a screenshot of what you would like to see?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please change to this:#top .logo img.alternate { margin-top: 7px!important; }
Best regards,
MikeAugust 26, 2017 at 6:02 pm in reply to: How can I make the arrows into links on my icon lists? #844369Hi,
Making the icons a link is a feature that has been added since the post you were reading, I went ahead and made this change:
Edit the Icon List > open the list item to edit the icon > choose the link for the title > choose the “Icon Only” in the “Apply link to icon” option.
Although this made the Icon outer circle egg shaped.
If you don’t like that Try this code in the General Styling > Quick CSS field:.services-in-page-nav-icons a {padding: 0 24px!important; }
Or try a solid icon without a border.
I tested these icons on my localhost and they didn’t change shape:
Best regards,
Mike-
This reply was modified 7 years, 6 months ago by
Mike.
Hi,
Please try https://wordpress.org/plugins/wp-mail-logging/
I found it easy to use, and worked well the last time I tested it.Best regards,
MikeAugust 26, 2017 at 4:33 pm in reply to: How to remove left and right padding on Masonry Gallery – Enfold theme #844357Hey Gerry Granshaw,
Try this code in the General Styling > Quick CSS field:#top.page-id-4510 .lightbox-added {padding: 0px !important; } #top.page-id-4510 .av-masonry-container {max-width: 1200px!important; }
I used “max-width” so that it would scale down for smaller screens, but you could change it to “width” should you like.
Best regards,
MikeHey mmr1234,
The difference I see between the old and new posts is the old one is using the srcset attribute and includes 7 image sizes, and the new one is not. Can you please include a admin login in the private content area so we can take a closer look.
But first, please Try disabling your plugins to rule out a conflict.Best regards,
MikeAugust 26, 2017 at 3:33 pm in reply to: Update (4.1.2) funktioniert nicht – Fehler cURL error35 #844353Hi,
Wanted to check that your issue is solved, seems that FTP did work for you. Shall we close this then?Wollte überprüfen, ob dein Problem gelöst ist, scheint, dass FTP für dich gearbeitet hat. Sollen wir das dann schließen?
Best regards,
MikeHi,
To have excerpts show on your category pages you have two options when using the default editor, one is to add the “more” quicktag in your post where you would like the excerpt to end.
The other option is to edit /wp-content/themes/enfold/includes/loop-index.php on line 33, you will find$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
replace it with
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more"; if(is_single()) $blog_content = "content";
To not lose this change with the next update you should use a child theme and add the modified file to your child theme folder. Here’s some more info on this: Using a Child Theme
Overwrite Parent files with Child Theme
While on the subject of excerpts, note that for blog page excerpts you can also control them by activating the “excerpt” box by going to your “screen options” at the top of your post page and checking the box, which will give you a extra text box below your post.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 20, 2017 at 10:28 pm in reply to: can I insert a Read more text link after a subheading #841774Hey Malene,
I’m not sure I understand where you would like the read more link, can you show a screenshot of what you would like to see?Best regards,
MikeHi,
It looks like you are using a text block for the code, please try a code block.Best regards,
MikeHi,
It seems that filter was replaced by a plugin starting with v3.0
Please see https://wordpress.org/plugins/wc-custom-add-to-cart-labels/
it is now in your plugin list, please try activating it and choosing your new button text.
I removed the filter code for you so there won’t be any conflict.Best regards,
MikeAugust 20, 2017 at 9:31 pm in reply to: Remove "Additional Information" section and center the "Billing Details" #841766Hi,
The only reason that makes sense is this statement from Vimeo:The volume of the player is a setting that follows a user around the web, whether they’re on vimeo.com or viewing an embedded player. The way our player is built, if you change the volume on one Vimeo player, it affects subsequent viewings elsewhere.
Your site seems to be using Vimeo, are the background videos also?
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #footer.container_wrap.footer_color {text-align: center!important; }}
Best regards,
MikeHi,
I see that on Android and windows mobile it is working correctly, as you stated.
please see screenshot in Private Content area.
Just to rule out caching, have you cleared your cache on your ipad and iphones?Best regards,
MikeHey lome61,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.avia-builder-el-36 span.avia_iconbox_title {font-size: 26px !important; } .avia-builder-el-36 .avia-button.avia-size-large {padding: 15px 4px 13px !important;
This targets only that button with “.avia-builder-el-36” you can change or remove to suit. Also adjust font-size to suit.
Best regards,
MikeHey efini,
You will need to change line 4833 in shortcodes.css from:.responsive #top .av-submenu-container{top: auto !important; position: relative !important;
to:
.responsive #top .av-submenu-container{top: auto !important;/* position: relative !important; */
because it is using ” !important; ” we can’t over ride it easily.
it can be found at enfold/css/shortcodes.cssBest regards,
MikeHi,
since you have a lot of menu items you may find switching to mobile menu sooner will help.
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1024px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}
Adjust width to suit
Best regards,
MikeHi,
Sorry, that was the arrows I saw on my portfolio, can you link to your page with the arrows, or take a screenshot?Best regards,
MikeAugust 20, 2017 at 7:39 pm in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841739Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 20, 2017 at 7:33 pm in reply to: main menu (one page website) scroll down to right section #841738Hi,
Creating a anchor link is easy, I have made this step-by-step tut for you.
1) open the page you want a link on and choose a section to link to, I will choose a color section near the bottom of the page.
2) I open the element and find the “For Developers: Section ID” at the bottom and enter a unique name: anchor1
3) save and go to menus, to add the menu link.
4) choose “Custom Links” and enter your unique name with a hash before it: #anchor1, then enter some link text, click “Add to menu”, and save the menu.
5) then go to your page and test your link, well done!
Remember your #anchor1 link will only work on that page.
Bonus Tip) if you make your menu link include the page your element is on, it will work from anywhere on your site, in this example it is: /elements/#anchor1Best regards,
Mike -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts