Forum Replies Created
-
AuthorPosts
-
Hi,
I have this code in your Quick CSS:
.handschrift h1.av-special-heading-tag { background: rgba(0,0,0,.5); display: inline-block !important; padding: 16px 8px; }
And cleared the cache from the caching plugin. Hope this helps :)
Best regards,
NikkoHi manojvinod,
The login details doesn’t work when I tried to login.
Best regards,
NikkoHi,
For the color section (960px fixed width), I’m assuming you will be using same format for those posts, kindly add this css code to Quick CSS (located in Enfold > General Styling):
.single-post #av_section_1 .container { max-width: 960px; }
For the other questions
A: Edit masonry and find this setting, Image overlay effect and set to Overlay DeactivatedB: Add this code in Quick CSS:
h3.av-masonry-entry-title.entry-title { font-size: 18px; text-align: center; } .av-masonry-entry-content.entry-content { font-size: 15px; text-align: center; }
Just adjust the font sizes as you see fit (18px:title, 15px:content)
C: Edit masonry and find this setting, Size Settings set to Perfect Grid
D: Add this code in Quick CSS:
span.av-masonry-date { display: none; }
Hope this helps :)
Best regards,
NikkoHi luke7263,
Thanks for sharing the solution :)
Best regards,
NikkoHi,
This is fixed. I have selected all the portfolio categories and on Sortable? I have selected Yes, display sort options. Let us know if it’s also good on your end :)
Best regards,
NikkoHi,
I checked it and it seems to be fixed, I just noticed if you’re not logged in the image doesn’t appear, I unchecked html minification in the post (lost in marrakech). Let us know if it’s also fixed on your end.
Best regards,
NikkoHi Poirot,
Glad we could help. :)
Best regards,
NikkoHi Freek,
Thanks for you kind words :)
You are free to try to use third party plugins, but I think results will be the same, you just need to choose which aspect you want to be preserved and aspect you can sacrifice.
Best regards,
NikkoHi Lyse,
I will keep this thread open if you see any issues related to this topic just post it here :)
Best regards,
NikkoHi,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.page-id-19 #av_section_1 .container { padding: 0 50px 50px; } .page-id-19 #av_section_1 .content { background: transparent; }
Let us know if it works :)
Best regards,
NikkoHi,
The issue is a bit weird, adding new portfolio item will not show featured image box but editing displays it. Can you try to remove all plugins and check if the issue still persists? if it does, I would like to request for ftp access.
Best regards,
NikkoHi,
Is this already fixed? I compared the footer on the wholesale page and other pages and there’s no difference. If it’s not fixed, can you post a screenshot showing the problems?
Best regards,
NikkoHi,
Can you try to do the following things and check if the issue is fixed in every step:
- Deactivate all plugins except Events Manager
- Re-install Events Manager
- Use default theme like twentysixteen and check if the issue still persists
Let us know if one of the steps solved the problem, if not we would like to request for ftp access.
Best regards,
NikkoHi,
I think the problem is similar to this one: https://wordpress.org/support/topic/recaptcha-not-showing-up-in-contact-form-anymore-after-the-upgrade/
You might need to disable all plugins except Contact Form 7 and try to check if it resolves the problem, if it does, try to enable other plugins one by one to identify which one is causing the problem. Hope this helps. :)
Best regards,
NikkoHi Erwin,
It should be working fine (link on private data). I just enabled (checked) Lightbox Modal Window which can be found in Enfold > Basic Options. :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi Elsa,
You’re very much welcome :)
I have replaced the code above which is in Quick CSS to this:
#top select#media-attachment-filters, #top select#media-attachment-date-filters { height: 32px !important; } #top .media-modal-content .media-sidebar .setting .name { max-width: 100% !important; text-align: left; width: 100%; } #top .media-modal-content input[type="text"], #top .media-modal-content textarea { margin-bottom: 8px; } #top .media-modal-content .compat-item .label { border: 0; margin: 0 0 8px; text-align: left; width: 100%; } #top .media-modal-content .compat-item label span { text-align: left; } #top .media-modal-content .compat-item .field { border: 0; float: none; margin: 0; width: 100%; }
The issues should be fixed, let us know if this is good on your end also.
Best regards,
NikkoHi,
Try to add this replace the breadcrumb code I have given to this one:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "portfolio") { $newtrail = array(); $portfolio_id = 77; //change portfolio id here $pendant_id = 253; //change pendant id here $portfolio_categories = array('pendants','etched','layered','painted','textured','other'); $frontpage = avia_get_option('frontpage'); $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home">Home</a>'; if( has_term( $portfolio_categories, 'portfolio_entries') ) { $newtrail[1] = '<a href="' . get_permalink( $pendant_id ) . '" title="' . esc_attr( get_the_title( $pendant_id ) ) . '">' . get_the_title( $pendant_id ) . '</a>'; } else { $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '">' . get_the_title( $portfolio_id ) . '</a>'; } $newtrail['trail_end'] = $trail['trail_end']; $trail = $newtrail; } return $trail; }
Let us know if it works. If not I would like to ask for ftp access, since it’s a bit risky editing functions.php in Appearance > Editor.
As for the structure, it is best if it’s all Portfolio Entry instead of having a Page mixed with it. The code above won’t be needed and breadcrumbs will be functioning properly as long as all in the dropdown menu is using a single type (Portfolio Entry). Hope this helps :)
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hey markvanhaze,
Can you post a link to the page that has the issue you mentioned above? so we can inspect further. Kindly put the details in the Private Content section when you reply.
Best regards,
NikkoHey Picante,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi manojvinod,
Thanks for your patience. Can you give us ftp access? so it’s less risky and easier for us to adjust the code.
Best regards,
NikkoHi Alex,
Thanks for your kind words and for using Enfold :)
Best regards,
NikkoHi,
This is fixed. I edited the page, selected the 2nd row 1st column cell and edit it. Unchecked Custom top and bottom margin and the issue is fixed. Let us know if it’s also good on your end :)
Best regards,
NikkoHey JennyGr,
Kindly add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .avia-logo-element-container .slide-entry { margin-bottom: 32px !important; } }
Let us know if it works :)
Best regards,
NikkoHey Alex,
Glad we could help. We would also appreciate to leave some feedback at themeforest rating page, with that nice review!
It really helps us a lot! :)Cheers!
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
It might just be cached. The font I removed was lifestyles
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad it’s fixed :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Nikko -
AuthorPosts