Forum Replies Created

Viewing 30 posts - 7,531 through 7,560 (of 82,625 total)
  • Author
    Posts
  • Hi,

    You are welcome! Glad we could help :)

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

    Hey,

    That is probably because the code in skin.css file also has !important.

    Could you please try following code as well

    #top .ls-outline .ls-nav-prev, #top .ls-outline .ls-nav-next {
        border: none !important;
    }

    This makes selector more specific so it might have higher priority :)

    Best regards,
    Yigit

    in reply to: Add an image on enfold's default blog page (grid model) #1258108

    Hi,

    Yes, it will. It is actually better that you have a child theme, otherwise you would need to add the code again each time you update the theme :)

    Best regards,
    Yigit

    Hi,

    Great!

    Please add following code to Quick CSS to remove borders

    .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next {
        border: none !important;
    }

    Best regards,
    Yigit

    in reply to: 'dynamic_avia' folder on server #1258101

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: icon box has ugly white border aligned with top of icon #1258099

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Admin & Link Missing Issues #1258098

    Hi,

    Glad I could help!

    No, I am afraid that would not help. Are you using Mega Menu just to display children item below submenu item? If so, switching to normal menu and adjusting it would be simpler I think :)

    Best regards,
    Yigit

    Hi,

    Have you deleted the code after testing? If you did not delete it, there might be error in your CSS code as I cannot see it on your site. You can use this website to check for errors in your custom CSS – http://csslint.net/.

    If there is no error in your CSS code, could you please try adding !important and check if that helps?

    .ls-outline .ls-nav-prev::before, .ls-outline .ls-nav-prev::after, .ls-outline .ls-nav-next::before, .ls-outline .ls-nav-next::after {
    transform: none !important; 
    width: auto !important;
    height: auto !important;
    }

    Best regards,
    Yigit

    in reply to: 'dynamic_avia' folder on server #1258063

    Hi Jamie,

    Then I think you are using an older version of the theme. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to latest version 4.7.6.4. Option should be available after that :)

    Best regards,
    Yigit

    in reply to: Unable to install new enfold #1258060

    Hey,

    Glad you figured it out! :)

    Please let us know if you have any other questions or issues and enjoy the rest of your day!

    Cheers!
    Yigit

    in reply to: Masonry Gallery questions #1258055

    Hey Alwin,

    Thanks for contacting us and sorry for the late reply!

    1- Yes, you can choose to display a Large Gap and then add following code to Quick CSS in Enfold theme options > General Styling

    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    2- Could you please post a screenshot and show the changes you would like to make? I am not sure if I understood the changes you would like to make clearly.

    3- That would not be easily possible I am afraid. You might want to hire a freelance developer if this is something really important for you.

    4- Please add following code to Quick CSS field

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none;
        transform: none;
    }

    Best regards,
    Yigit

    in reply to: 'dynamic_avia' folder on server #1258051

    Hi Jamie,

    It means you can re-activate Performance settings.

    If you would like to keep merging enabled, please go to Enfold theme options > Performance > Show advanced options > Unique timestamp of merged files and WP object cache bug and choose “fix WP bug, disable unique timestamps” option. This would stop generating new files and overwrite them instead which is intended behaviour.

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1258050

    Hi,

    If you do not mind posting FTP logins we could enable debugging mode for you. We would then need you to provide shortcodes of the footer page (using pastebin.com) so we can update following code

    add_action('avia_after_footer_columns', 'new_avia_after_footer_columns');
    function new_avia_after_footer_columns(){
    	echo do_shortcode("[your shortcode goes here]");
    }

    If we could access the backend that would be way better of course :)

    Best regards,
    Yigit

    in reply to: After Purchasing Screen is Too Narrow #1258048

    Hi Ramon,

    Font size does not seem to be decreased. Please try adding !important rule as following

    @media only screen and (max-width: 480px) {
    div table.shop_table td {
    font-size: 12px !important;
    }
    div table.shop_table td {
    padding: 6px 6px;
    }
    }

    By decreasing font size and padding, we are basically giving more space to button :)

    Best regards,
    Yigit

    in reply to: Need help troubleshooting ALB issue #1258045

    Hi,

    It works totally fine on my local installation so this seems to be related to either WordFence or mod security rules you might have on your server. I noticed it throws 403 error whenever I insert that unordered list to Text Block element.

    So far I only have findings and no solution. I will ask my teammates for help :)

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1258041

    Hi!

    Sorry for going back and forth without results but now I am getting “Sorry, your request cannot be accepted.” when I go to login page :)

    Let us try a different approach:
    – Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode in ALB
    – Add following code to bottom of Functions.php file

    
    add_action('avia_after_footer_columns', 'new_avia_after_footer_columns');
    function new_avia_after_footer_columns(){
    	echo do_shortcode("[your shortcode goes here]");
    }

    – Edit the page you created to use as your footer and copy the shortcode from debugging field below ALB and replace where it says [your shortcodes goes here] in the code above

    Regards,
    Yigit

    in reply to: Admin & Link Missing Issues #1258036

    Hi,

    1- You had following custom CSS code in both Quick CSS and custom CSS fields:

    #header #header_main .container {
        width: 100%;
        max-width: none;
    }

    I removed them. You can simply choose container width in Enfold theme options > General Layout > Dimensions > Maximum Container width

    2&3- Fixing 1 must have fixed these too :)

    4- I added your icons as custom links and hid them on desktop using following code in Quick CSS field

    @media only screen and (min-width: 767px) {
    .only-mobile { display: none !important; }}

    5- Since those are actually customized mega menu titles, they will not look the same without further customization. If this is something really important for you, please consider to hire freelance developer for the task.

    I am sorry but this thread is getting pretty complicated for me to follow. Could we go step by step with your further questions? :)

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1258021

    Hi,

    Please do so, so we can login and check why setting page as footer is not working as expected :)

    Cheers!
    Yigit

    in reply to: Please contribute and translate Enfold #1258020

    Hi Roger,

    I saved your email and will be sending beta versions when they are available. Thank you! :)

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1258012

    Hi,

    Could you please post htaccess logins as well? We need them to access to site :)

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1258006

    Hi,

    You can use (Email address hidden if logged out) for email but please post login credentials here privately so any available moderator can look into it :)

    Best regards,
    Yigit

    Hi Apflbutzn,

    1- I simply prefer it for ease of access, no other reason :)

    2- I created a page and the icons I would like to use, then on frontpage I inspected elements and copied HTML of icons and simply pasted them inside widget – https://imgur.com/a/rp4OHur

    3- Yes, that is correct. If you need help with something specific, please post a screenshot and we will gladly help.

    4- Yes, please edit your widget and wrap your icon with following HTML

    
    <a href="mailto: (Email address hidden if logged out) "> HTML of icon here </a>
    

    5- I edited your widget once again and added additional HTML for better targeting and then added following code to bottom of Quick CSS field

    .widget-icon {
        float: left;
    }

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1257998

    Hey Roger,

    I could email beta versions to you when they are available. If that sounds good to you, could you please share the email address you would like to receive privately? :)

    Cheers!
    Yigit

    in reply to: After Purchasing Screen is Too Narrow #1257997

    Hi,

    Please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 480px) {
    div table.shop_table td {
    font-size: 12px;
    }
    div table.shop_table td {
    padding: 6px 6px;
    }
    }

    After the changes, it should look as I showed in screenshot below. Other option would be changing table but then titles would not be aligned so I hope this works for you :)

    Best regards,
    Yigit

    in reply to: add section between footer and socket. #1257990

    Hi,

    Could you please create temporary admin logins and post them here privately? Setting your page as footer should have done exactly that :)

    Cheers!
    Yigit

    Hi,

    I cannot see the error Ismael mentioned at the moment but nav icons are broken due to conflict in skin.css file. Please add following code to bottom of Quick CSS field

    .ls-outline .ls-nav-prev::before, .ls-outline .ls-nav-prev::after, .ls-outline .ls-nav-next::before, .ls-outline .ls-nav-next::after {
    transform: none; 
    width: auto;
    height: auto;
    }

    Best regards,
    Yigit

    in reply to: sub menu of sub menu #1257984

    Hi,

    Yes, it is for all. To target menu items separately, please use the code as following

    .html_header_left #top .av-main-nav #menu-item-101 ul ul {
        top: -100px;
    }

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1257980

    Hi @ezwebdesign,

    Thanks for your continued contribution, Roger. We appreciate it :)

    Best regards,
    Yigit

    in reply to: sub menu of sub menu #1257978

    Hey,

    Please use following code instead

    .html_header_left #top .av-main-nav ul ul {
        top: -100px;
    }

    Cheers!
    Yigit

    in reply to: Support #1257976

    Hey Tony,

    Thanks for contacting us!

    Cheers!
    Yigit

Viewing 30 posts - 7,531 through 7,560 (of 82,625 total)