Viewing 30 results - 7,381 through 7,410 (of 142,939 total)
  • Author
    Search Results
  • Hi Rikard,

    Thanks, you can close the topic!

    Best regards,
    Soltner

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1424145

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    abdouz_2000
    Participant

    dear all
    according to your reply to themeforest
    (Hello abdouz_2000,

    Kriesi, the author of Enfold – Responsive Multi-Purpose Theme, has replied to your review:

    Hello,

    1- Which code doesn’t work? If you’re trying to add code to your page, did you try using the Code Block element?

    2- This issue is usually related to the server configuration. Please check out the troubleshooting section at https://kriesi.at/documentation/enfold/import-demos/#troubleshoot. You can also manually import demos ( https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo ).

    3- It looks like you didn’t post anything on our forums ( https://kriesi.at/support/profile/abdouz_2000/ ) and therefore didn’t receive any support from us. Please feel free to start new threads under the Enfold subforum when have a question or an issue.

    Regards,
    Yigit )
    this is my reply
    I-I have made a post with image lightbox and I have made a folder named custom also I have added my css files in a folder css(Yourthemefolder\custom\css
    and javascript files in folder called js(Yourthemefolder\custom\js)
    after that in a functions.php I have added the following code

    function abdou_add_style(){
    wp_enqueue_style( “my-style-css”, get_template_directory_uri().”/custom/css/style.css”);
    }

    function abdou_add_script(){
    wp_enqueue_script( “my-mcustom-js”, get_template_directory_uri().”/custom//js/custom.js”);
    }

    add_action(‘wp_enqueue_scripts’,’abdou_add_style’);
    add_action(‘wp_enqueue_scripts’,’abdou_add_script’);

    but It doesn’t work
    although It is running on any other free theme like colibri-wp or twenytwentytow …..

    2-when I want to import your any demo manually or from your menu’s demo import
    I always get the same message
    download of files demo enfold did not work! you might want to try reloading the page and try again
    after reloading and try again it is the same.
    3- also I have tried to use every thing in your link (https://kriesi.at/support/topic/problem-importing-demo-law/)
    but it is the same.

    4-I have installed all things with no errors before and every thing run perfectly except you theme and its demos(which I cann’t install)
    5- if you want you can try with me accros google meet or microsoft teams and I’ll share my screen to you
    thanks

    #1424135

    Topic: CSS for search bar

    in forum Enfold
    Illingco
    Participant

    Hello again. This is a continuation from https://kriesi.at/support/topic/add-amazon-style-search-bar-in-top-menu/#post-1423892. How can I also control the eyeglass icon color? And the border thickness of the searchbar? Thanks.

    #1424124
    Daniela
    Participant

    Hi there,

    I used the following code on my site:

    /*Use a different logo on mobile*/
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo) {
        if ( wp_is_mobile() ) {
            $logo = "media link";
        }
        return $logo;
    }

    Unfortunately it does not work entirely. On mobile, it works everywhere but on homepage, on desktop the mobile header appears ridiculously big on the pages “Print & Web” and “Shop”.
    The problem does not disappear anymore if I delete the code in functions.php

    As a work around I entered the link of the original logo into the code.
    Can you please have a look? Login data below…

    Thanks a lot
    Daniela

    #1424118

    Thank you Rikard for replying again and keeping the reply open for me to send you this message. I couldn’t reply to you on that thread above as it states:

    ‘You cannot reply to this topic’.

    I have not been given a token only a purchase code. There is nothing on the documentation on my Themeforest information and they have not come back to me. It seems I am slightly shut out here. Please can you help or advise how I can register the theme without the token, or get the token?

    I welcome you help in this.
    With regards, Helen

    #1424107

    Yes, that did the trick. Thank’s for your help.

    but please know: it worked with 5.6.6. and stopped working with 5.6.8. So something is changed.

    But disable full screen is good for me.

    #1424104

    Bonjour Rikard,

    Depuis la version 5.6.8 voir ce que j’ai dans toutes mes pages: Version 5-6-8

    Un lien vers Twitter en bas de tous mes articles.

    Bonne journée

    Mariano

    Hi,

    Thank you for the update.

    There might be a missing curly brace somewhere in your style.css file because the previous modification we provided is also being applied to the desktop view. Please remove the previous css code and replace it with the following.

    .avia-gallery-thumb {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    To make sure that there are no invalid css rules, please use this tool.

    // https://www.cssportal.com/css-validator/

    Best regards,
    Ismael

    #1424095

    Thanks Rikard, that worked. Topic can be closed.

    #1424076

    Hey phschatz199,

    Please continue here: https://kriesi.at/support/topic/layerslider-funktioniert-nicht-richtig/

    Best regards,
    Ismael

    #1424075

    In reply to: bands of the gallery

    Hi,

    Thank you for the screenshot.

    You can use this css to adjust the height of the caption container.

    .av-masonry-entry .av-masonry-date.meta-color.updated {
        display: none;
    }
    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px;
    }
    

    To change the background color, please add this.

    .main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow {
        background-color: #fc6c12;
    }
    

    Best regards,
    Ismael

    #1424067

    In reply to: Adjust the page

    Hey Yaphoon,
    1: to change the font size of the special heading, please use the setting in the element
    Enfold_Support_3799.jpeg
    2: for the table font color, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
        color: #000;
    }

    3: to change the font colors, please use the option in the element:
    Enfold_Support_3801.jpeg
    4: to change the font size in the icon list element, please use the element options:
    Enfold_Support_3803.jpeg
    5+6: to add space above the special heading “Contact Us For More Information” and “You Might Also Like” try adding some “top padding” in the element:
    Enfold_Support_3805.jpeg

    Best regards,
    Mike

    #1424051

    Hi,

    Please try this CSS as well:

    .iconbox_top .iconbox_icon {
        top: -26px;
        margin: -13px 0 0 -35px;
        padding: 25px;
    }

    You can adjust the top, margin and padding values to fit your needs.

    Best regards,
    Rikard

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .main_color #commentform input[type='text'],
    #top .main_color #commentform textarea {
      color:    #000;
      font-size: .8em;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424040

    In reply to: icons in the menu bar

    Hi,
    They are not in the same container so it would take some css for each screen size, you can try this css for desktop:

    @media only screen and (min-width: 1836px) { 
    .html_visible_cart .cart_dropdown {
        right: 27%;
    }
    }

    and then adjust for each screen size.

    Best regards,
    Mike

    #1424023

    In reply to: Calendar background

    Hi,
    You could try this css:

    #top .av_inherit_color .fc-header-toolbar * {
    	color: initial;
    }

    or you could try moving the code that displays your calendar to a code block element instead of using the text block element that you are currently using, I don’t think the code block element will add the class .av_inherit_color

    Best regards,
    Mike

    Hey Steve,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.woocommerce-shop .template-shop .product-sorting {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424015

    Hi,
    Thank you for the link to your site and your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_elegant-blog #top.category .post-entry .post-meta-infos {
        float: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424014

    In reply to: icons in the menu bar

    Hi,
    Thank you for your patience, currently your shopping cart is on the right edge of the screen on desktop and mobile, so I’m not sure what you mean by you want it directly behind the instagram, but you can make the background color of the cart blue with this css:

    #top .header_color .cart_dropdown_link {
       background-color: #0098d2;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424013

    Hi,
    The issue seems to be that the google badge message on your form has a min width of 300px and on very small screens this is too large.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 400px) {
    #top .avia_ajax_form .av-google-badge-message {
        min-width: 100%;
    }
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424010

    In reply to: Accordion blue color

    Hi,
    Is this the same issue as this thread?
    I’m not seeing a blue line on a Android device, so I believe that what you are seeing is set by your iPhone, I’m not sure where exactly you are seeing this because your video is private, but perhaps this css will help:

    #top .main_color .single_toggle:focus {
      outline: 0 !important;  
      outline: 0 -webkit-focus-ring-color !important; 
    }

    Best regards,
    Mike

    #1424008

    In reply to: Accordion

    Hi,
    Is this the same issue as this thread?
    I’m not seeing a blue line on a Android device, so I believe that what you are seeing is set by your iPhone, I’m not sure where exactly you are seeing this because your video is private, but perhaps this css will help:

    #top .main_color .single_toggle:focus {
      outline: 0 !important;  
      outline: 0 -webkit-focus-ring-color !important; 
    }

    Best regards,
    Mike

    • This reply was modified 2 years, 5 months ago by Mike.
    #1424002

    In reply to: Widgets and Footer

    I’m glad too. I found the solution by mistake so I’m hoping no-one else will have the problem. I am experiencing another problem with the portfolio. When change the featured image the image pops up in the page at the top and the formatting of the page changes even though I do choose “hide on single entry”. If you start from scratch and add the featured image and then set up the page, no problems; but if you go back to change the featured image there is no way you can fix the page changing. I will open a ticket about this if it drives me nuts.

    #1424000

    Hi,

    Thanks for the update. I’m not sure if I understand you correctly, but you can switch editors at any time using the big blue button at the top right when editing a post. If you want to use the WordPress Classic or Block editor, then that can be set in the main page of the theme options.

    Best regards,
    Rikard

    #1423997

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1423988

    But you use justification there, don’t you?
    With justified text, that’s exactly what often happens, that there are unsightly word spacing. You will have the same problem in Word. In Word, a more or less intelligent word separation is set.

    so you have to decide now what to do if you set a text-block to justify.
    By the way – how did you set this? because Tiny Editor does not offer – justified test.

    you can use hyphens or word-spacing f.e.:

    p {
        text-align: justify;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    some css properties ( text-justify; word-spacing ) are not well supported by all browsers. see: https://css-tricks.com/almanac/properties/t/text-justify/

    f.e.:

    p {
      text-align: justify !important;
      -webkit-hyphens: auto;
      hyphens: auto !important;
      text-justify: distribute;
      word-spacing: -0.05em !important;
      text-align-last: left;
    }

    but i would not use everywhere a justification. So it is much better if you set a custom class to those texts that should be justified.
    and use the custom class to specified text.

    btw – with the extra long words, which are separated unsightly, also a manually set “should break points” could be useful.
    You can use for that the html entity: ­
    this is short for softhyphenation – in Word this is called conditional line break
    and
    there is a nonbreakinghyphen entity too Link. for words like “on-page”, “off-page”

    #1423985

    Topic: Captions under images

    in forum Enfold
    mediaapps
    Participant

    You previously resolved this issue for me on this thread. The thread is closed hence this new one. It relates to captions under images. Custom CSS is in WPcode snippets.

    As you can see from the other thread we have been over this before. Unfortunately I sometimes spend weeks away from this site and forget stuff. Could you take a look for me please?
    See private content.

    #1423975

    I also noticed that there is a legacy of issues between TinyMCE and the Nefold theme, strikingly similar issue is found here: https://kriesi.at/support/topic/enfold-tinymce-advanced-any-known-issues-or-is-it-me/

Viewing 30 results - 7,381 through 7,410 (of 142,939 total)