Forum Replies Created
-
AuthorPosts
-
We’re always happy to help.
If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold!
Sarah
We’re glad that this is fixed!
If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold!
SarahMay 10, 2017 at 5:51 am in reply to: Only a specific page has a different font color on the footer area #790839We’re glad that Nikko was able to help you, Ayumi.
Do you need more help with this, or can we close this thread?
Sarah
Hi Ayumi,
Can you please give us a link to the page that has that button?
Best regards,
SarahHi lailams,
The website is requiring a username and password. Can you give that to us in the Private Content section of your reply?
A screenshot might help, too, but it’s best for us to actually see the page in question.
Best regards,
SarahMay 10, 2017 at 5:24 am in reply to: remove white bottom border on extra info header (above logo) #790826You’re welcome! If you need our help with anything else, feel free to post them here on the forum.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold!
Sarah
No problem, opusuno. We’re glad this got sorted out.
Let us know if you need our help with anything else.
Thank you for using Enfold!
SarahHey xyzb,
Please try the solution here: https://kriesi.at/support/topic/link-to-tab-in-tab-section/#post-763509
and let us know if you need further help.
Best regards,
SarahHey johnworfin,
To style the padding of the submenu links, please use something like this:
#top .av-main-nav ul a {padding:5px 10px;}
Looks like the mega menu might be better for you. We’re sorry it doesn’t look nice for you. If you send us a screenshot of what it looks like, and tells us how you would like to style it, maybe we can help you style it to your preference.
You can check our demo for how the megamenu usually looks like: http://kriesi.at/themes/enfold-2017/
Best regards,
SarahHi Grega,
That’s strange. You should still be able to change the font size and color, since Jordan’s solution only changes the margins.
Can you provide us with temporary admin access so we can take a closer look?
Best regards,
SarahMay 10, 2017 at 4:50 am in reply to: Linking to/urls for specific tabs in the new tag section #790810Hi Liz, we’re glad you got it working! Do you need further assistance with this, or can we close the thread?
@iscoocsi @brainxchange if you still need assistance, please open a new topic so we can assist you with your individual needs. Thank you!Best regards,
SarahMay 10, 2017 at 4:32 am in reply to: remove white bottom border on extra info header (above logo) #790804Hey AdvanceComputing,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color div#header_meta {border-bottom:none !important;} .header_color div#header_main {border-top:none !important;}
Best regards,
SarahMay 10, 2017 at 4:23 am in reply to: I would like to add a separate link to each of the portfolio grid images/itmes #790801Hi hingex,
In the settings of your portfolio grid, please make sure that the Link Setting is set to “Open the entry on a new page”.
Best regards,
SarahHi Duncan,
We’re glad that Yigit was able to help you. We’ll close this thread now. For any other questions or issues, feel free to post them here on the forum.
Thank you for using Enfold!
Sarah
You’re welcome! We’re glad to help.
We’ll close the thread now. If you have any other questions or issues, feel free to post them here on the forum.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold!
Sarah
Hey cipriana,
The av-flex-placeholder before your 1/5 element has a link around it. The code right now is:
<a href="#reservar-tour"> <div class="av-flex-placeholder"></div></a>
If the link isn’t there, it appears as it should. Can you check this in your builder?
Best regards,
SarahHey Buddy,
Please try this code instead:
.hr.el_after_av_heading .hr-inner { border-color: #e346a7 !important; }
Best regards,
SarahWe’re glad that things are back on track! :D
We’ll close this thread now, but should you have any other questions or issues, feel free to post them here on the forum and we will try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
SarahMay 9, 2017 at 2:10 pm in reply to: Page titles and breadcrumbs blocked by menu or slider section #790268Hi Dave,
It seems like the length of your language options, and the custom font size of your phone-info push down the menu.
Please try this code:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top:172px; }
This works for most desktops and laptops, but you may need to create media queries and adjust the values for huge screens. Here’s the reference for media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Please let us know if you need further help.
Best regards,
SarahThank you the login. It works now. :)
Please got to Appearance > Editor and add this in the functions.php file of your child theme.
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Phone'] = 'icon_name'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
With this, the phone icon should be one of the choices in your Social Profiles.
For complete information, please see our documentation here: http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
SarahGreat! Glad to know you were able to import the icons you want. :)
To use it in Social Profiles, the second link I gave you has the steps. Here it is again: http://kriesi.at/documentation/enfold/custom-social-icons/
It says there that you’ll need the icon code. Youcan find this when you’re in the builder. Hover your mouse over the icon you want. For example:
http://i.imgur.com/8wLH1t6.jpgAfter following the instructions, you should be able to see the icon as one of the choices in Social Profiles. You can then replace your current Google+ icon with the one that you want.
I hope that was clear and helpful. Please let us know if you need further assistance.
Best regards,
SarahHi!
Sorry, the login access isn’t working for me. Can you check it please?
Can you also try following the steps in our documentation here — http://kriesi.at/documentation/enfold/custom-social-icons/ — on how to add social icons to the theme options?
Best regards,
SarahYou’re welcome! I’ll keep this thread open just in case you’ll have questions after you set up your category page.
But if you’re all set up, please let us know so we can close this thread! :D
Best regards,
SarahHi Mauro,
We’re glad you were able to figure it out, and thank you for sharing the solution.
Please let us know if you should need any further help on this topic or if we can close it.
Best regards,
SarahHi,
It’s strange, when I log in, I only get taken to the homepage, not the WordPress dashboard. Did you create a setting that does this? We need to be able to see your Menu settings.
In the meantime, you can also try to deactivate all your plugins and see if the problem is still there.
Best regards,
SarahHi Thomas,
Please try the steps in our documentation here: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
Let us know if you need further help.
Best regards,
SarahYou’re welcome. We’re glad we could help.
I’ll close this thread now. If you have any other questions, feel free to open another thread, and we’ll be happy to try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold.
Sarah
Hi,
Okay. If you would like to remove just the image, please use this code in Quick CSS:
.attachment-widget.wp-post-image {display:none !important; }
If you try it, you’ll see that the image is removed, but the box that contains it still remains. If you would like to remove the box and the space it takes up, please use this code instead:
.widget .news-thumb {display:none !important; }
Is this the solution you’re looking for?
Best regards,
SarahYou’re welcome! We’re happy to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Sarah
Hi emfutte,
Yes, you can remove the photos in widgets. May we know which widgets you would like to do this for?
Best regards,
Sarah -
AuthorPosts