Forum Replies Created
-
AuthorPosts
-
Hey Daniel,
Thank you for the clear explanation of what you want to achieve, I like the colors on the site you have used.
below is the CSS code to add bottom border for the posts please replace the image with your own :)
.post-entry.post-entry-type-standard.single-small.post.type-post.status-publish.format-standard { background: url('https://markinns.com/archive/images/pencil-straight-line.png') repeat-x; background-position: bottom center; }Best regards,
VinayHi,
We need tot ake a closer look at the WordPress backend. 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,
VinayHey Munford,
Thank you for contacting us. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Disable lightbox arrow navigations
.mfp-arrow { display: none; }Hide mobile menu and show desktop nav in tablets
@media only screen and (max-width: 676px) { nav.main_menu {display:block !important;} #advanced_menu_toggle, #advanced_menu_hide {display:none !important; } }Hide mobile menu and desktop nav in tablets
@media only screen and (max-width: 676px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:none !important; } }Best regards,
VinayJune 10, 2016 at 3:54 pm in reply to: TABEL + Make entire table scrollable – ERROR MOBILE, Enfold 3.6.1!! #646254Hey 2funky,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td { width: 150px; }}Best regards,
VinayHi,
Sorry it is not clear what you are trying to achieve please elaborate or if possible post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#main{ margin-bottom: 400px; } #footer, #socket { position: fixed; width: 100%; bottom: 0; left:0; right:0; z-index: 10000; }Best regards,
VinayHey do-d,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey Jens,
The site looks good on my end please check screenshot below. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
VinayHi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!Best regards,
VinayHey rlogan2334,
I assure you all elements are responsive and mobile friendly in Enfold :) Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey Angelo,
To add a image in the header in mobile view please create a widget area in the header and add your image inside the widget area with class name “header-image”. using CSS and media queries we can make it visible only in mobile view.
Please check this link kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header-image{ display:none;} /* For tablets*/ @media only screen and (max-width:767px) { .header-image{ display:block!important;} }Best regards,
VinayHey Kulinenkov,
Thank you for contacting us :)
– get rid of picture in a square on the left side of each post?
In Enfold options > Blog Layout > Select Single Author Big preview
– get rid of hyperlink in a header of a post?
I am assuming you are referring to the breadcrumbs. To remove the breadcrumbs please select “Hide both” in Enfold > Header > Header layout > Header Title and Breadcrumbs
– get rid of arrows on both sides of a screen, clicking on which leads to a next or previous post?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-post-nav{ display:none; }Let us know if you have more questions.
Best regards,
VinayHi,
I have tested this code and it works please replace the previous one with the below code :)
#top #header_meta a { padding: 7px 10px!important; } #top #header_meta a:hover { background: #003f83!important; color:#FFF; text-decoration:none; }Best regards,
VinayHi,
@Blue_Bear Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)Best regards,
VinayHi,
Thanks for sharing the link :) i will keep an eye on this ticket.
Please feel free to let us know if you need us to help you with anything else :)Best regards,
VinayHi,
That’s great!
The debug option will be available as long as you keep the code i added in functions.php please refer to this link for the code snipet http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
VinayHey xxtita,
I don’t speak German but let me try my best to answer you :)
Please see private message.Best regards,
VinayHey BigBossMedia,
Thanks you for contact us :)
You may need to enter the code in media query
/* For tablets*/ @media only screen and (max-width:767px) { }if you have any questions please get back to us with a link to your site where we can inspect the element in question in order to help :)
Best regards,
VinayHey 9115mauro,
I checked the issue the on your site and found that the theme files are not updated correctly. Updating the theme manually will resolve the issue for you. please check this link for more info – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
VinayHey rakshithvasudev,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
Zip the fonts folder and re-upload the icons fonts package. open your website and press F12 key to bring up the dev tool and check the console tab for any 404 errors to be sure the font is correctly loaded.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.breadcrumb, .breadcrumb a { color:red!important; }If this does not work Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey Jonas,
Thank you for contacting us.
Please use a 1/1 column inside the colorsection. Add all your content inside a 1/1 column :)
Best regards,
VinayHey carmen,
Please add a fevicon icon in theme options
Thank you for using Enfold :)
Best regards,
VinayHey Yan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-image-holder .mfp-content { max-width: 1280px!important; max-height: auto!important; } img.mfp-img { width: 100vw; min-height:100vh; }Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hey hasbeat,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#avia2-menu .sub_menu>ul>li>a:hover { padding: 7px 10px!important; background: #003f83!important; }Best regards,
VinayJune 10, 2016 at 1:02 pm in reply to: Mailchimp widget – (only) email address and submit on one row #646169Hey Zest,
It is very easy to get the signup form to look like you want and the best part is you can do it without a single line of code :)
Once you add the mailchimp newsletter element in the edit options please select the width to be 1/3 for all fields and hide the Last name field.
That’s it and you are ready to go!
The issue mentioned in the ticket was a bit different.
Thank you for using Enfold :)
Best regards,
VinayHi!
Ok Great! we will close this ticket.
Let us know if you have more questions on a new ticket.
Thank you for using Enfold.Best regards,
VinayHey road66,
Please upload the icons as svg or try a black and white color icon package instead of color icons at the moment.
Best regards,
Vinay -
AuthorPosts
