Forum Replies Created

Viewing 30 posts - 24,241 through 24,270 (of 25,536 total)
  • Author
    Posts
  • in reply to: Database issue after update #719828

    Hey Stefan,

    Please give us ftp access, so we can check the files and help you restore it, also 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

    in reply to: Add bullet points to pricing table? #719825

    Hi,

    Try editing the table and go to Table Options (tab) > and in Table Purpose choose Use the table to display tabular data. Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Demo Import #719816

    Hey gelemeriel!

    I tried to import the demo however I get either of the errors in the console upon doing so:
    http://yourwebsite.com/wp-admin/admin-ajax.php 504 (Gateway Timeout) or
    http://yourwebsite.com/wp-admin/admin-ajax.php 500 (Internal Server Error)

    Try to allocate more memory in your site, you can refer here: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    If this still doesn’t work, try to contact your host for assistance.

    Cheers!
    Nikko

    in reply to: Woocommerce product pages not loading #719807

    Hey whiteearth,

    I checked your site and tested the product pages, and it seems it’s all good when I’m logged in, but when I’m logged out and go to same product pages I get HTTP ERROR 500 along with a white background, I think you need to manually uninstall wp super cache, try to follow their instructions here: https://wordpress.org/plugins/wp-super-cache/other_notes/

    If that doesn’t work try to disable all other plugins except the woocommerce, try re-installing wocommerce if needed. Let us know if this helps fix the issue.

    Best regards,
    Nikko

    in reply to: facebook share and like not working in blog page #719785

    Hey creativeweblogo,

    Is the error on the sidebar of the news page which shows Error: Not a valid Facebook Page url.? or is it the one in the bottom of single news/post (shows along with twitter and other icons)? it seems it is working well.

    Best regards,
    Nikko

    in reply to: Yoast SEO not working #719780

    Hi,

    The login details you gave doesn’t work, please check.

    Best regards,
    Nikko

    in reply to: Mobile menu #719774

    Hey HannaVogt,

    I would suggest enabling Custom Css Classes, you can check it here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then instead of having 2 color sections with different ids, you can have 1 section, then on the elements inside it you can add classes which you can use to hide/show on desktop or mobile.

    Best regards,
    Nikko

    in reply to: Blog using LAYOUT BUILDER #719751

    Hi!

    You’re welcome. Try adding this code for the remaining divider line:

    #top .template-blog span.text-sep {
        display: none !important;
    }

    Cheers!
    Nikko

    in reply to: How to disable slide option on mobile? #719700

    Hey HannaVogt,

    Is it the slider of the homepage? does it happen on your homepage only or on all other pages? with or without slider.

    Best regards,
    Nikko

    • This reply was modified 8 years, 1 month ago by Nikko.
    in reply to: "Scroll back to top" button on mobile missing #719699

    Hey HannaVogt,

    Try add to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #scroll-top-link {
        display: block !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Embedded video #719693

    Hi,

    You’re welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: How To HIGHLIGHT TEXT In Blog Posts #719616

    Hey EricMarks,

    I’m not sure if I get it correctly, the specific headings you mention, is it the post title for example “Kai Wong Says Goodbye To DigitalRev TV”, if yes, please try adding this code to Quick CSS (located in Enfold > General Styling):

    #top .post-entry-2993 h2.post-title.entry-title a {
        background: yellow;
    }

    Just adjust the background color, and also replace this part .post-entry-2993, that 2993 should be change by the right post id, you can check how you can find the post id here: https://www.youtube.com/watch?v=fLg2T1AvmFE

    This is only for background color but that should apply to the whole text, unfortunately it’s not possibly for highlighting only bits of code.

    Best regards,
    Nikko

    in reply to: Embedded video #719600

    Hey Charlotte,

    I checked the site and the video and it seems the problem is the video inside the iframe is not responsive itself that’s why even if you have already changed the width, it looks like the video is cut off. You can the difference here, try to play both videos (the other 1 is just a placeholder video in youtube) and as the video plays, try to resize your browser to smaller size, you should see the youtube video is scaling while the other is not.
    https://player.piksel.com/v/velz6xg7

    I hope this is helpful.

    Best regards,
    Nikko

    in reply to: Move weather icon and date under Logo icon #719593

    Hey Kurt,

    Thanks for giving your login details, I have modified your site and added this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:768px) {
      span.header_date {
        position: absolute;
        left: 0;
        top: -38px;
      }
    
      .header-scrolled .container.av-logo-container {
        margin-bottom: 36px !important;
      }
    
      #header #wp-forecast-2 {
       margin: 0 auto;
        padding: 0 50px!important;
        width: 100%;
        max-width: 1310px;
        position: static;
        transform: translate(0);
      }
    
      #header #wp-forecast-2 > div:not(.wp-forecast),
      #header #wp-forecast-2 h3.widgettitle,
      #header #wp-forecast-2 .wp-forecast-curr-details {
        display: none !important;
      }
    
      #header #wp-forecast-2 .wp-forecast-curr,
      #header #wp-forecase-2 .wp-forecast-curr-head,
      #header #wp-forecase-2 .wp-forecast-curr-details {
        height: 0;
        padding: 0 !important;
      }
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    in reply to: Blog using LAYOUT BUILDER #719564

    Hi!

    Try adding this in Quick CSS:

    span.comment-container.minor-meta, 
    span.text-sep.text-sep-comment {
        display: none !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Tags Portfolio all the same height #719562

    Hi,

    Can you try to upload a bigger image for example around 450px in width and 400px in height. If you don’t have any bigger images then I think this temporary solution might be needed (but should be removed when the bigger images are available), just add this to Quick CSS (located in Enfold > General Styling):

    .tag.archive a.grid-image.avia-hover-fx {
        max-height: 292px;
        margin-bottom: 8px;
    }
    
    .archive.tag img.size-portfolio {
        width: 100%;
        height: auto;
    }

    Hope this helps :)

    Regards,
    Nikko

    in reply to: Old jQuery version is being enqueued from Google CDN #719007

    Hi,

    Glad that you fixed it and sharing the solution :)

    Best regards,
    Nikko

    in reply to: can I use theme on more clients #719006

    Hey Michael Jorgensen,

    Thanks for contacting us. You’re question is legit :) however the licensing is different since we abide by themeforest’s licensing which you can find here: https://themeforest.net/licenses/standard
    So a single purchase of the theme will only be used for 1 domain only.

    Best regards,
    Nikko

    in reply to: Visual format in all content element is gone #719005

    Hi,

    I’m not sure I understand what you mean, if you want to link to the color section you can use this:

    <a href="#the_color_section_id">Link Here</a>

    Just replace the_color_section_id with the id you put in the color section. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Purchase of theme #719004

    Hey senthil kumar,

    Thank you for contacting us. You can use a single purchase of a theme for 1 domain only. You can refer to theme forest licensing: https://themeforest.net/licenses/standard for more information on it.

    Best regards,
    Nikko

    in reply to: Menu doesn't change #719001

    Hey mdorfi,

    I’m not sure I understand what you mean, can you give us a screenshot of your main menu in the frontend and what is set as main menu in the backend (Appearance > Menus).

    Best regards,
    Nikko

    in reply to: Tags Portfolio all the same height #719000

    Hey StephanPfluegler,

    Yes, just edit the portfolio and set Portfolio Grid Image Size to Choose the Portfolio Grid image size manually (select thumbnail size) then select a size that you want.

    Best regards,
    Nikko

    in reply to: I would like a zoom hover effect on my gallery #718999

    Hey treemarie,

    Is this already fixed? I see the gallery already has that zoom effect when you hover.

    Best regards,
    Nikko

    in reply to: Portfolio Items / Link structure #718998

    Hi,

    It seems like Artists is a Category for portfolio, and categories needs a basename in your current permalink it’s 2016. You can change it to anything but you can’t skip the basename, we can still have that artists/postname in the url however the problem would be on workshops category since it would show artists/postname also. This is how wordpress designed it’s permalinks so there’s nothing much we can do.

    Best regards,
    Nikko

    in reply to: Lines of site pages showing up horizontally on all pages #718985

    Hey Annie,

    I checked your site but I couldn’t find any text page listing, is this already fixed? if not can you please post a screenshot.

    Best regards,
    Nikko

    in reply to: Missing Space in Metadata on Author Page #718984

    Hey JeeBar,

    Did you make any modification? if yes, can you please post the code where you managed to change it? it would probably be in the Enfold folder > includes > loop-author.php then find this code:

    <span class='date-container minor-meta updated'><?php the_time(get_option('date_format')); ?></span>

    Try to add space after the

    </span>

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Blog using LAYOUT BUILDER #718980

    Hey!

    You can switch off comments to new posts by going to Settings > Discussion > Default article settings checkbox Allow people to post comments on new articles

    You can disable it for each post editing the post and uncheck Allow comments in the discussion meta box (this will also be needed for the older posts). Hope this helps :)

    Regards,
    Nikko

    in reply to: Make text wrap around column block #718979

    Hi!

    Just add this in Quick CSS:

    @media only screen and (max-width:767px) {
      .floatright {
        width: 100%;
        float: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Blog using LAYOUT BUILDER #718929

    Hi!

    That’s weird that only happens when you try to reset or you have done changes in the theme options then you attempt leave the page. I have checked your site and it seems it’s all good now :)

    Cheers!
    Nikko

    in reply to: Accordion Toggle Frustrated #718927

    Hey!

    I’m not sure I understood your statement, you can set ID to color section, do you mean Custom Css Classes? or if you mean linking to color section, you can use for example:
    <a href="#the_id">Link Here</a>

    Best regards,
    Nikko

Viewing 30 posts - 24,241 through 24,270 (of 25,536 total)