Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you @Guenni007 for help out as always :)
@bakbek Let us know if you have more question, we are happy to help!Best regards,
VinayHi,
Please try adding another menu using the conditional logic plugin.
If you still have any issue we are happy to help :) Please feel free to get back to us with more clarification and how we can reproduce the issue.
Best regards,
VinayMarch 15, 2018 at 7:04 pm in reply to: Strange color in header and behaviour of color section on tablet #927585Hi,
To make changes only on the homepage please replace the previous code with this one
@media only screen and (max-width: 767px) { .responsive #top.home #main { margin-top: -81px; }}
Best regards,
VinayMarch 15, 2018 at 7:02 pm in reply to: Mobile View – Background Image on Color Section + Blog Featured Image #927582Hi,
We have added the below code to Quick CS
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } .responsive .content .entry-content-wrapper { width:100%; padding-top:50px; } }
Best regards,
VinayHi,
Thank you for the clarification.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header .widget { padding:0!important; }
Best regards,
VinayHi,
You are most welcome :)
Please feel free to adjust the header height and margin value to suit your design.
To move the main content a little below the header please add the below CSS
.html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 200px; }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
We have added the below CSS to Quick section. Please review your site and let us know if you have any issue :)
/* Current menu item */ .av-subnav-menu .current-menu-item , .av-subnav-menu .current-menu-item a, .av-subnav-menu .current-menu-item a .avia-menu-text { background:#000!important; }
Best regards,
VinayMarch 15, 2018 at 5:40 pm in reply to: position of header widget between centered logo and edge #927517Hi,
Your custom CSS will not allow you to position the widget next to logo as shown in the mockup.
You are using
#header .widget { clear: both; padding: 0px 0px 60px 0px; float: left; width: 186px; height: 28px; position: absolute; top: 10px; right: 15%; outline: 0; }
This will always place the widget 15% from the right edge of the header area.
An even better solution would be to add an image next to logo and wih some CSS modifications, you will be able to achieve it.
function add_logos($logo) { if(is_page(home)){ $logo .= '<a class="first-logo" href="/"><img src="https://www.domain.com/logo-1.png"/></a>'; } return $logo; } add_filter('avf_logo_final_output', 'add_logos');
Best regards,
Vinay-
This reply was modified 7 years, 4 months ago by
Vinay.
March 15, 2018 at 5:33 pm in reply to: Mobile View – Background Image on Color Section + Blog Featured Image #927507Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
VinayHi,
As I understand you like the columns to display beside each other in mobile as seen in the below screenshot correct?
Please use the grid section element and add your columns inside it.
From grid section options mobile behavior select “Columns show beside each other”
Since you cannot insert Grid section inside color section your page structure will be similar to :
Color section
Grid section
Color sectionBest regards,
VinayHi,
Ah! it’s part of a learning curve. You just got to know one way not to mess up in the future :)
Please try this plugin https://wordpress.org/plugins/regenerate-thumbnails/ and regenerate all the images. Let’s see if that will fix the issue.
If it does not then I’m sorry to say that you have to manually upload the images again.
Best regards,
VinayHi,
You are using a very old version of the theme please update the theme to the latest version.
Best regards,
VinayHey lzevon,
The links should show up by default could you please share the admin login detail in private content so we can take a look at it.
Best regards,
VinayHi,
Without viewing your site it is difficult to assist. Please share the link to your site and also try out the solution provided the link mentioned in private area.
Best regards,
VinayMarch 15, 2018 at 4:35 pm in reply to: Sticky breadcrumb. header transparency issues and menu width problems #927464Hi,
Thank you for getting back to us. As I understand in simple words you like to do the following:
1. Activate the mobile menu at a higher resolution. (please check private message)
2. Close the top gap on the scrolled header. FYI: The code you posted does not have a closed bracket it might cause some errors on the site.Please use the below CSS to close the header top gap.
.html_header_top.html_header_sticky #header { position: fixed; top: 0; }
If you still have an issue. Would you mind letting us know what are the changes previously made which caused this gap? Or just revert the site back when it was fine and remove your custom code. Then let us know exactly what you want to do? We are happy to help you! :)
Best regards,
Vinay-
This reply was modified 7 years, 4 months ago by
Vinay.
Hi,
Thanks again for getting back to us with your proposal. We have informed Kriesi about your offer. We will get back to you if there is a scope for future partnership :)
Best regards,
VinayHi,
It appears the images are missing only from the front end but actually exist in the uploaded location (check the link in the private ) This image is missing from front page “About the BSoE” section.
For testing purpose please re-upload this image from WordPress backend and let us know if that work.
A plugin conflict may be one of the reasons for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to the latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHi,
I have not tested this but yes it is possible please check this link https://css-tricks.com/snippets/html/mailto-links/
If it does not work then it might not be supported.
Best regards,
VinayHey Willem7904,
I checked your site all the links are ARABIC. Please explain the issue you are facing and upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHi,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
You have blank values set font color in the Advanced styling section. I’m not sure if this could cause any issue. Please try removing this or add color values to the element.
Added the below code to Quick CSS to fix the issue.
/* submenu text color */ #header ul li ul li a .avia-menu-text { color:#000; } div#header_meta { z-index: -1!important; }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
The header almost looks similar to me except for the main menu color. Could you please explain the issue in more detail what is the exact change you want to make? please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHi,
After you add the code please go to Appearance > Widget > Create a new widget area
Create a new widget called “header”
Drop a text or a image widget to the newly created header widget and use the CSS to position the widget :)
Best regards,
VinayHi,
All the portfolio entries are added to only one category ” Lavori Eseguiti ”
Please add some to other categories and the filter will appear :)
Best regards,
Vinay-
This reply was modified 7 years, 4 months ago by
Vinay.
Hi,
Glad it is sorted!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
I checked your site and it appears a plugin conflict may be one of the reasons for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to the latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog #top .avia-content-slider .slide-entry-title { text-transform: uppercase; font-weight:lighter!important; font-size: 18px; }
The titles have the same font family on both the sites which is “open sans” :)
Best regards,
VinayHi,
Please activate the header transparency from the Page > Layout > Header visibility and transparency options.
Then use the code provided to you earlier if that don’t work please replace it with the below code:
/* Transparent header on mobile */ @media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background: transparent!important; position: absolute!important; }}
Best regards,
Vinay -
This reply was modified 7 years, 4 months ago by
-
AuthorPosts