Forum Replies Created
-
AuthorPosts
-
Hi,
Please add .studioicons to the code like this:#top .studioicons .iconbox_icon { font-size: 100px !important; /* Icon size */ width: 74px !important; /* Container size */ height: 74px !important; /* Must be the exact same value as the width */ }Best regards,
MikeHi,
Glad that it is sorted out, is there anything else we can assist with today, or shall we close this?Best regards,
MikeHi,
If you would like this today for the two buttons at the top of your page, please add this code in the General Styling > Quick CSS field:.avia-button-center.avia-builder-el-3,.avia-button-center.avia-builder-el-4 { display: inline-block !important; } .avia-button-center.avia-builder-el-3 { margin-left: 23%; }Best regards,
MikeHi,
Thanks for clarifying, I examined your header code and it looks fine with no errors, I also tried to reproduce the issue by replacing my header.php with the pastebin, but could not. So I can only make guesses what had happened, but the key point is that you won’t have any issues the way your header.php stands today.Best regards,
MikeHi,
WordPress by default creates a single page for each attachment that you have on your site, therefore when you create a new page it gets the -2 added.
The attachment page is not a true page that you will find listed with your pages, it is dynamically created, but it reserves the permalink.
One way around this is to go to the image in your media folder and click it so you get the Attachment Details popup, then look for “Edit more details” and click:

Click screen options at the top of the page and check the box “slug”:

Then at the bottom of the page you can change the slug, which is the permalink, to something different so you can create the new page you want.Here is another option: How to Hide Media Attachment Pages in WordPress
Best regards,
MikeMarch 10, 2018 at 10:54 pm in reply to: How to hide or remove woocommerce price sorting option? #925073Hey Epic,
Sorry I was unable to login, please check password.
But I do see you have the class “get-sugared” but in order for anchors to work you need to add a ID.
currently the url in the Private Content area will work for youBest regards,
Mike-
This reply was modified 8 years ago by
Mike. Reason: move url to Private Content area
March 10, 2018 at 10:33 pm in reply to: After restoring a Backup with managewp, Cent Login to Site anymore #925057Hi,
@ttunkel seems your site is back up now, has this been resolved?
@spitsdesign glad to hear your issue was also resolved, please note that for future upgrades, if you update via FTP, please delete the enfold theme folder and then upload the new enfold theme folder, or update via the admin panel.Best regards,
MikeHey Nathan,
I believe the booking calendar is show now, Please see screenshot in Private Content area.Best regards,
MikeHi,
Good tip about adding a space after the asterix @Guenni007Best regards,
MikeHi,
Plugins can be installed though the “Add New” button at the top of the Plugin page, and then searching for the one you want to use. Please refer to the plugin author for how to use the plugin: EasyAzon SupportBest regards,
MikeHey alanfeenan,
Do you mean that you saw the /> from line 32 on the front end of your site, or that you saw /> in line 32 and are questioning it?
the /> in line 32 is the closing bracket for the meta line, it should be there.Best regards,
MikeHey Willem7904,
Please create a folder in your child theme named “includes” and add your modified copy of the helper-main-menu.php inside it.
Going forward you should not have to add the code again.Best regards,
MikeHi,
Glad it is resolved, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Darren,
Do you mean that in your news section you have duplicate content, or that when making a new page with a certain title it shows as a -2 ?
If it is the -2 issue, then please check your “trash” for the same title and check your “media” for a file with the same title, this will cause your page with the same title to have a -2
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 10, 2018 at 9:27 pm in reply to: Footer Widgets not showing in Blog & Portfolio pages. #925020Hey rengarajan,
Please check that for your Blog & Single Portfolio Pages, the Layout > Footer Settings option in the editor is set to “Display the footer widgets & socket”
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey xianeK,
In order to get your wish, please try creating your page with a copy of the content in another section below your current content, with all the image elements to the left, and all the text elements to the right. Then set the Screen Options > Element Visibility to hide on mobile for your current content, and hide on desktop & tablet for your new content.

Best regards,
MikeHey Maxyringo,
You ca adjust the except length by adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 300; return $length; }adjust the “300” to suit. It stands for characters.
Note that if you have a image in your post within the except length, the length shown in your blog grid will be shorter.Best regards,
MikeHey Sandra,
Your title is in the gray bar above your content, Please see screenshot in Private Content area.
If you wanted a larger title in your content area, please try to add a special heading element above your content, or a title with H1 tags around the title.Best regards,
MikeHi,
I looked at your page and it seems the buttons already have the radius applied:

Perhaps try clearing your site & browser cache.
You can change the social icons background-color by adding this code in the General Styling > Quick CSS field with the colors you want:#top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#621AAC!important; } #top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#621AAC!important; } #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#621AAC!important; }Best regards,
MikeHey adjgruv,
I have included the export of the layerslider demo in the Private Content area that you can import, but your PHP ZipArchive Extension is disabled on your webhost, you will need to ask your webhost to enable in order to use the export. This is also why the layerslider demo didn’t set up correctly.Best regards,
MikeHey navindesigns,
Try this code in the General Styling > Quick CSS field:#header .av-main-nav > li > a > .avia-menu-text:hover { border:2px solid rgba(104, 219, 215, 1) !important; padding:12px !important; background-color: rgba(255, 255, 255, 1) !important; border-radius: 20px !important; } #header .av-main-nav > li > a:hover { padding: 0 1px !important; }Best regards,
MikeMarch 10, 2018 at 6:31 pm in reply to: Combo of Color Section and Advanced Layerslider won't work #924978Hi,
Thanks @Guenni007, I think you are right, the background of the next section is just barely off, creating a line.

Best regards,
MikeHi,
Well done, our job will be easier when everyone deletes IE11 :)
Anyways, glad we could help, we will close this now, have a great day & Thank you for using Enfold.Best regards,
MikeMarch 10, 2018 at 6:18 pm in reply to: Frontend error after update: Just homepage working but no links working #924972Hi,
I see that your .htaccess doesn’t include the wordpress IfModule mod_rewrite rules:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressyou should include this below your AuthType rule, and it would not affect how your AuthType works.
I couldn’t test because your file has owner / group permissions set to “0 0”
This makes since as your server path seems to include /homepage/
Please look on the WordPress > Dashboard > Settings > Permalink Settings, down at the bottom under “Product permalinks” for “Shop base” woocommerce captures your server path.
That is to say without the wordpress rewrite rules, your server path is pass to the links.
I hope this makes sense the way I explained it.Best regards,
MikeHi,
@guenni007 I tried to reproduce your error with changing the color scheme of the contact mail form, but I always got the success message & the mail was always sent. Please see if this is the correct set up:
Enfold 2017 demo, contact form element, email address same as site/admin email, color scheme set to dark, other settings:

no extra functions in functions.php (localhost test) PHP v7.0.3
message recived:Subject: New Message (sent by contact form at v4.2.6) To: (Email address hidden if logged out) X-PHP-Originating-Script: 0:class-phpmailer.php Date: Sat, 10 Mar 2018 15:22:07 +0000 From: " (Email address hidden if logged out) " < (Email address hidden if logged out) > Message-ID: < (Email address hidden if logged out) > X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/html; charset=utf-8 Name: Mike <br/>E-Mail: (Email address hidden if logged out) <br/>Subject: Testing Dark Contact Form <br/> <br/>Message: Testing Dark Transparent Form Color Scheme <br/> <br/>I also tested with the function above.
Best regards,
MikeHi,
I found that publishing your product made it visible. I changed it back to “Draft” so you can try.Best regards,
MikeHi,
I took a look and find that your images look good in the shop & on the product page, perhaps your regenerated thumbnails worked and you need to clear your cache?
Please see screenshots in Private Content area.
I couldn’t login to investigate further because of a “leaked password” error, Please see screenshot in Private Content area.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
This reply was modified 8 years ago by
-
AuthorPosts

