Viewing 30 results - 7,711 through 7,740 (of 142,945 total)
  • Author
    Search Results
  • #1421392
    woogie07
    Participant

    Hi

    I have a form that appears fine on desktop but it displays as half column on mobile.

    I need it to display as 1 column on mobile. see private.

    Please advise.

    Thanks

    #1421386

    Hi Sebastian,

    Can you try this CSS code instead:

    #top #header .av-main-nav > li.current_page_parent > a .avia-menu-text {
        color: #333 !important;
    }

    Best regards,
    Nikko

    #1421383

    In reply to: Mobile View Issues

    Hi,
    To add a little space between the widget title and the image try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .sidebar .custom-html-widget h3 {
    	margin-bottom: 20px;
    }

    Feel free to adjust to suit and check on desttop and mobile, and if it all looks good let me know and I will delete the current /podcasting/ page and change the /podcasting-test/ page to replace it.

    Best regards,
    Mike

    #1421382

    In reply to: Disable Google Fonts

    Hi,
    To stop Google Fonts from loading in reCaptcha you will need to use a plugin like Disable and Remove Google Fonts.
    To disable Emojis go to Enfold Theme Options ▸ Performance ▸ Disable Emoji/Smiley Support

    Best regards,
    Mike

    #1421359

    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

    Hi,

    Thanks for the update, we’ll consider adding this to a future version of the theme. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1421353
    xeovision
    Participant

    Hallo,
    i cannot find a solution for this css. Main menu News is set with a color but when i open a single post in the blog the main menu section isn’t colorized anymore. How can i set the css to keep the main menu with current color?

    This isn’t working

    #top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext {
    color: #333333 !important;
    }

    • This topic was modified 2 years, 6 months ago by xeovision.
    #1421348

    you can download here an uploadable numbers font iconset i made from myriad bold fonts:
    one sans-serif and one serif font (myriad and times)

    Download-Link

    and if you like to adjust font-weight and size:

    #top .avia-font-numbers, 
    body .avia-font-numbers, 
    html body [data-av_iconfont="numbers"]::before {
      font-family: 'numbers';
      font-weight: bold !important;
      font-size: 1.6em;
    }
    #1421330

    Hey Tim,

    Thank you for the inquiry.

    You can adjust the font size of the h1 element by using this css code.

    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .header_color h1,
      #top #wrap_all .main_color h1,
      #top #wrap_all .alternate_color h1 {
        font-size: 32px;
      }
    }
    

    You can also adjust the font settings of the headings and body text in the Enfold > General Styling > Typography panel.

    Best regards,
    Ismael

    #1421326

    Hi,

    Again, you can try the Sucuri plugin instead. Looks like WP Cerber is no longer maintained in the WordPress plugin repository. More instructions can be found in the following article.

    // https://www.wpbeginner.com/beginners-guide/how-to-add-http-security-headers-in-wordpress/#securityheaders-sucuri

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1421308

    In reply to: Mobile View Issues

    Hi,
    To bring the articles in the sidebar closer together, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .sidebar .widget {
        padding: 30px 0 0 0;
    }

    There is a way to ensure that the page URL becomes /podcasting/ when you are ready to delete the old page and switch to using the test page, I will do it for you when you are ready.
    Please check if the above css helps and you are happy with the test page on desktop & mobile, and let us know if you want any more adjustments.

    Best regards,
    Mike

    #1421289

    In reply to: Purchase Code

    I wrote this topics too:

    #1421276

    Hey woogie07,

    Thank you for the inquiry.

    You can add this css code to adjust the columns on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
      }
    
      .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
      .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin-bottom: 20px;
      }
    
       .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
         width: 100%;
       }
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    #1421273

    Hey joandjaxx,

    Thank you for the inquiry.

    You have to remove this css code to adjust the right margin of the second item.

    #top #header .av-main-nav li:nth-child(2) {
        margin-right: 150px;
    }
    

    Then add this css code to push the 5th item away from the fourth, creating space for the logo.

    #top #header .av-main-nav li:nth-child(4) {
        margin-right: 250px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1421271

    In reply to: Slider common height

    Hey neon2020,

    Thank you for the inquiry.

    Did you add the script in the functions.php file? We couldn’t find the setSlideHeight function in the page. Please provide the login details in the private field so that we can apply the modification.

    // https://kriesi.at/support/topic/content-slider-customization/#post-1363578

    Best regards,
    Ismael

    #1421262
    woogie07
    Participant

    Hi,

    I have the 4 column Blog post Classic set for my page. Looks great on desktop.
    On mobile this displays as 2 column , but ideally I want each post to display as 1 column on mobile.
    Is there a setting to change this or CSS code that can be added.

    Thanks

    #1421260

    Yes Rikard we can close the topic. Thank you.

    #1421258
    Yossi Jason
    Guest

    Hey there,

    Hope you and your business are doing well. We’ve all been through so much this year!

    I’m really sorry to bother you, and I know you are super busy, but I have been checking your website, and it seems that you are not ranking well for your ad words and key phrases. I actually help businesses like yours get a better ranking in google by using 10 proven techniques below.

    I would really love the opportunity to work with you and your business, and bring your website to the top of Google’s list – the sweet spot where you get clicks and more business!

    Please let me tell you some of the techniques that I can use below to help you get a better ranking in google search:

    1. Title Tag Optimizations are missing, I can add these to your site.
    2. Meta Tag Optimization descriptions are absent, I can add them too.
    3. Heading Tags Optimization – No problem getting those put in there.
    4. Targeted keywords are not placed into tags correctly.
    5. Alt / Image tags Optimization is not present – it would take me seconds to write these.
    6. Google Publisher is missing; I can set this up for you
    7. Custom 404 Page is missing and I can create this for you.
    8. The Products are not following Structured mark-up data, let me edit that in google webmaster tools.
    9. Website Speed Development (Both Mobile and Desktop) I can make some tweaks and show you a speed performance using GTMetrics or Pingdom.
    10.Content Creation SEO work-As a native English speaker, I can create fantastic articles that people will want to read and share, these will bring business to you by word of mouth rather than expensive promotion via google paid search.

    I’m sorry if this sounds a little technical, but rest assured, these techniques will certainly improve you ranking in search.

    We’ve got lots to do together to make you stand out! Please give us the chance to work with you. You can see our rates on our website.

    If this email has reached you by mistake, or if you do not wish to take advantage of this opportunity, please accept my apologies for any inconvenience caused. We are a small business and we are just trying to get some customers. I’m sure you were in our position once too. Rest assured that we will not contact you again should you reply to this email with the word ‘unsubscribe’

    Thank you kindly for your time and consideration,

    Looking forward to working with you.

    Kindest regards,
    Yossi Jason

    Spread the love!

    #1421247

    Topic: Slider common height

    in forum Enfold
    neon2020
    Participant

    Hi, I have this èpage:

    And I need the slider looks like this (with common height of tables, keeping the actual green color):

    I tried to follow the instruction you gave me in order to solve it on the second website last year but it didn’t work.

    Please may you help me?

    Thanks a lot.

    #1421245
    Tim
    Guest

    Answer to https://kriesi.at/support/topic/purchase-code-20/?avia_support_contact=avs_651ae68620f694.62258950_1421188
    Thank you for your answer.
    I created a token there (https://build.envato.com/create-token/). This also showed me a private purchase code. I inserted it into WordPress (updates). This is how I proceeded yesterday and the day before:) Was that wrong?

    #1421244

    you can see here that my old ipad 3 mini (iOS 12.5.7 – that last one i could install on that device) caused some troubles on newer alb element like the before/after image.
    https://kriesi.at/support/topic/enfold-options-page/

    see my comment here on apples philosophy to handle older devices:
    https://kriesi.at/support/topic/enfold-options-page/#post-1406649

    Hi,

    Thank you for your patience.

    We’ll tag Yigit to the thread. If you want to completely disable the masonry item link including the lightbox on mobile view, try to use this css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top .av-masonry-entry {
        pointer-events: none !important;
      }
    }

    Please make sure to purge the cache and do a hard refresh before testing the page.

    Unfortunately, we will not be able to further assist you with the specific issue related to this plugin. It is recommended to contact the plugin author for further information and support. Integrating and ensuring compatibility between third-party plugins and the theme falls outside the scope of the support services we provide.

    We apologize for any inconvenience caused. If you have any other questions or require assistance with any other aspects of the theme, please don’t hesitate to reach out.

    Best regards,
    Ismael

    #1421234

    Hi,

    Thank you for the info.

    which means any existing URL parameter such as autoplay=1 gets dumped. Was that intentional?

    The script retrieves the existing query parameters and append it to the transformed URL. Have you tried adding the autoplay parameter manually?

    <a class="lightbox external mfp-iframe lightbox-added" href="https://vimeo.com/*****/*****?iframe=true&autoplay=1" rel="nofollow">Watch Now</a>
    

    Best regards,
    Ismael

    #1421211
    joandjaxx
    Participant

    Hi, In the documentation and support threads I found some code to center the logo between the menu navigation

    My navigation is uneven. I need 4 items on the left and 4 on the right with the logo centered.

    Current code

     /*------------------------*/
    /* CSS - Logo center split menu
    /*------------------------*/
    
    @media only screen and (min-width: 780px) {
    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(2) {
      /* Adjust the width of the logo */
        margin-right:150px;
    }
    
    #header .main_menu {
        /*background: gold;*/
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .av-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .logo {
        left: 50%;
        transform: translateX(-50%);
        z-index:999;
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 170px;  
    }
    }
    
    @media only screen and (min-width: 780px) {
      .logo, .logo a {
        height: 170px;
      }
    
      #top #header .av-main-nav li:nth-child(2) {
        margin-right: 250px;
      }
    
      #top #header span.logo {
        position: absolute;
        bottom: -80px;
      }
    }
    #1421202
    IDS
    Participant

    Hi. When I scroll on this website on a mobile device, the hero seems to skip as it is scrolling up. It does not do that when viewing on a desktop. I am not sure why it would do it on mobile but was wondering if you could help. Thank You.

    ~ JP

    #1421192

    In reply to: Mobile View Issues

    Hi,
    Oh I see, the test page that I created should look good for all devices, desktop & mobile, please review the page and if you agree then you can trash your original page and rename the test page to use it. If you find something that you don’t like about the test page on desktop please let us know so we can help, but I don’t see a major difference between the two on desktop. I only see some very minor padding and spacing differences when I have the two in different tabs and switch back and forth, hopefully this minor spacing is not troublesome for you.

    Best regards,
    Mike

    #1421188
    Tim
    Guest

    Answer to: https://kriesi.at/support/topic/purchase-code-18/?avia_support_contact=avs_651a50516e45c3.75009914_1421067
    Dear Ismael,
    we have now checked with Themeforest. No, it is not possible to display the purchase code in the download folder of the new account on Themeforest. It is possible to create a new purchase code for your website – even on a new Themeforest account. This was written to us in terms of content. We have also been able to change the purchase code on WordPress via “Theme-Update” and that too on a different account than the account where the old one was registered. That worked and it also says on WordPress that it worked. But in the download folder on Themeforest it can not be displayed. The pictures I sent in my previous message show this again.
    That means there are two possibilities:
    1. the license key, which is shown on wordpress, can be confirmed by you manually. But you would have to agree with that. We would fully understand if this was not possible!
    2. “1.” would not be possible. That would be quite a shame for us, because we’ve only had Enfold for half a year and we’re a group of students who care about the environment.So we don’t have any money available – only leftovers from a contest win, which we actually need for the domain payment.So we would have to buy Enfold again to get support.
    I think it’s a bit unrealistic for us to fill out a form every time to ask questions.That tends to annoy everyone and of course we don’t want that.We could also never respond to follow-up questions, one “Reply to:[URL]” to have to write.
    I don’t know what all is possible from your side. We agree with both variants and of course we also see if variant 1 is not possible. Nevertheless: Hope dies last ;)
    Kind regards Tim
    We really don’t want to get on anyone’s nerves

    Rikard, thanks for your help.

    1. Removed the white space at the top of the screen, under sub_menu by using this css. Just in case someone else might need to delete such an item in future.

    div#after_submenu_1 .content{
    padding-bottom: 0;
    }
    div#after_submenu_1 div.av-section-cont-open:nth-child(1){display:none!important;}

    2. I presume that the horizontal line I have circled with a red circle is a border on the color block? I want to remove it — or make it transparent — if removal is not possible.

    This horizontal line is on all 3 color sections on the page, but you will see the one on the aqua to blue blocks circled in red.

    As I said, it appears below where the scroll arrow pulses and is at very top of the svg divider. But I would like it to disappear!

    This is the one-day link for the page.
    Remove-border-1

    Thanks again for looking at this.

    #1421175

    In reply to: Social Media icons

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #wrap_all .social_bookmarks:hover a {
      background-color: #000;
    }
    
    #top #wrap_all .social_bookmarks a:before {
      font-size: 16px;
    }

    The documentation you linked to is for the social share element, not the icons in the header. I’m not sure which example you would like to mimic, but I don’t think large rectangle buttons would look nice or fit inside the header unfortunately.

    Best regards,
    Rikard

    Veerle
    Guest

    Hello,

    I wanted to report a PHP8.2 deprecation notice not yet mentioned on

    Would you please forward this to the dev team (in case they haven’t seen the notice yet)? Thx!

    PHP Deprecated: Creation of dynamic property avia_slideshow::$service is deprecated in ../app/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php on line 800

    Kind regards,
    Veerle

    (Sorry for misusing this form, but my client has the licenses and I can’t login in the fora myself)

Viewing 30 results - 7,711 through 7,740 (of 142,945 total)