Forum Replies Created
-
AuthorPosts
-
June 6, 2017 at 3:04 pm in reply to: how to Change Logo for Logged in users in all frontend pages #804523
Hi there!
Do you still need our help with this?
Best regards,
SarahHey kwanumzen,
Please try the following first:
– Clear your browser cache and refresh your browser a few times
– Clear your WordPress cache either through your plugin or your server’s cache service (if available)If that doesn’t solve it, please give us admin access into your website so we can take a closer look. It’s best that we see all the settings and CSS.
Best regards,
SarahMay 31, 2017 at 4:26 pm in reply to: How to change the color of the dotted line under catalog items #802087Hi!
There was a missing closing bracket
}
in your Quick CSS before the code I gave you. This is why my code wasn’t working. :)I have fixed it and also cleared your cache. The white lines should be okay now!
Best regards,
SarahHi,
I noticed that it isn’t in the list of icons. Were you able to upload it properly? Can you try uploading it again?
Best regards,
SarahMay 31, 2017 at 3:45 pm in reply to: How to change the color of the dotted line under catalog items #802066Hi,
Hmmm that’s strange. Can you try clearing your WordPress or server cache?
If that doesn’t work, please give us admin access so we can take a closer look.
Best regards,
SarahYou’re welcome! We’re glad to help.
Let us know here in the forums if you need further help!
Cheers!
SarahHi Giaco,
There seem to be some incorrect quotation marks in your code.
I have updated your functions.php with this code instead:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['instagram'] = array( 'font' =>'fontello', 'icon' => 'uf16d'); $icons['snapchatghost'] = array( 'font' =>'fontello', 'icon' => 'uf2ac'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['instagram'] = 'instagram'; $icons['snapchatghost'] = 'snapchatghost'; return $icons; }
I have also relocated it under the line
if(isset($avia_config['use_child_theme_functions_only'])) return;
as prescribed by our documentation here: http://kriesi.at/documentation/enfold/custom-social-icons/Please check your social profiles now. Let us know if you need more help.
Best regards,
SarahHi!
This can be set in the actual page, not in the Enfold settings.
In your Edit Page screen, please check if Header visibility and transparency is “Header is invisible and appears once the user scrolls down”. Change this to something else, like “Transparent Header with border” or one of the other options, depending on your preference.
Please let us know if you need further help.
Best regards,
SarahHey mescalytequila,
Can you try the solution in this thread? https://kriesi.at/support/topic/increase-social-media-icon-sizes-header/
If you need further help with this, please let us know.
Best regards,
SarahHey almuzaini,
To remove the menu items that you encircled, please go to Appearance > Menus. Select the Menu you want to edit and delete the items you don’t want to see.
To make your website to look like the menu, please import the demo at Enfold > Demo Import. Please note that when you import demos, the current content of your website will be overwritten. If you already have content that you don’t want to be overwritten, we recommend creating a local installation just for the demo import, which you can use as basis for building your actual page on your development website.
I hope that helps!
Best regards,
SarahYou’re welcome!
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.
Cheers!
SarahHey torahulparashar,
Can you provide us with admin access into your website so we can take a look?
Best regards,
SarahMay 31, 2017 at 11:58 am in reply to: How to change the color of the dotted line under catalog items #801964Hi!
I’ve edited the code in my previous reply. Can you try that instead please?
Best regards,
SarahHello!
We’re happy to help. When you’re in your Edit Page screen, it should be one of your options in Content Elements. Here’s a screenshot:
Let us know if you need further help.Best regards,
SarahHi,
I see. The colors and font sizes are dictated by the settings in Enfold > General Styling.
If you would like to change them, you can use this as basis:
.main_color .wpcf7-form tr:nth-child(odd) { background-color:black !important; color: white !important; } .main_color .wpcf7-form tr:nth-child(even) { background-color:gold !important; color: black !important; }
I’ve added the class
wpcf7-form
so that the code will not affect other tables outside of your contact form.Best regards,
Sarah-
This reply was modified 8 years ago by
Sarah.
Hey eulogic,
Our tables have the class
avia-table
. If you need help customizing the cell colors, maybe this thread or this one can help you. If you need further help, please give us a link to the page you’re working on, as well as the specific changes you would like to make.Best regards,
SarahYou’re welcome! I’ll keep this thread open in case you need more help.
Best regards,
SarahHi!
Unfortunately, that login doesn’t work. Can you check it, please?
Best regards,
SarahHey Nancy,
The easiest way is to make a page for the testimonials. On your homepage, limit the testimonials to display, say, only three. Then, add a button link (or a regular link) that goes to your testimonial page.
I hope that helps!
Best regards,
SarahMay 31, 2017 at 10:43 am in reply to: How to change the color of the dotted line under catalog items #801927Hi,
Please try this:
.av-catalogue-list li { border-bottom-color: white !important; }
If you wish for the list’s top border to be white, please add this:
.av-catalogue-list { border-top-color: white !important; }
Best regards,
Sarah-
This reply was modified 8 years ago by
Sarah.
May 31, 2017 at 10:34 am in reply to: How to change the color of the dotted line under catalog items #801924Hey Paul,
You can use this in Quick CSS:
.av-catalogue-list li { border-bottom-style: solid; }
Best regards,
SarahHi,
We’re glad that Nikko we able to help you!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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,
We’re glad that it works fine now! We’re happy to help. If you have any other questions or issues, feel free to post them here on the forum.
Thank you for using Enfold!
Sarah
Hi,
It seems like your categories widget is now working. Do you still need help with this? If so, can you tell us on which pages the problem occurs?
Best regards,
SarahHi!
Thank you for the information.
For adding a background image for Title and Breadcrumbs container, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .container { background: #333 url(YOUR FULL IMAGE URL) bottom center repeat-x scroll; }
To format your breadcrumbs, can you show us a screenshot of what you’re trying to achieve? It would be helpful if you can specify which of the breadcrumbs you want to hide or make bold. Right now it seems like breadcrumbs are turned off for your website.
Best regards,
SarahHi there!
1. In your Edit Page screen, check if Header visibility and transparency is “Header is invisible and appears once the user scrolls down”. Change this to something else, like “Transparent Header with border” or one of the other options, depending on your preference.
2. You can try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
/* hide logo when not scrolled */ #header:not(.header-scrolled) .logo { display:none!important; } /* center menu when not scrolled */ #header:not(.header-scrolled) nav.main_menu { left: 25%; -webkit-transition: all .2s; transition: all .2s; }
I hope that helps!
Best regards,
SarahHi Dee,
Thank you for the access. It looks like everything is set up okay. We can’t control when Google reindexes sites, and it’s only been a week since you deleted the unrelevant posts. The only thing to do now is wait. If it’s any consolation, one of the pages that was in the search results page is not there anymore. (Video Editing Archives)
Like what Andy said, I suggest you ask WordPress or Google forums if you need further help, since this is not a theme-related issue.
If you have any questions about your theme, please open a new thread and we will gladly try to help you.
Best regards,
SarahYou’re welcome! We’re glad to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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 -
This reply was modified 8 years ago by
-
AuthorPosts