Viewing 30 results - 9,721 through 9,750 (of 11,218 total)
  • Author
    Search Results
  • #291434

    I created a child theme, imported the parent theme data using that quick easy button in the ‘import / export’ tab.
    Then I had to fix my settings for my menu.
    And save the Enfold theme quick css.
    And my child theme looks normal now.
    thanks.

    #291262

    Topic: Masonry not in builder

    in forum Enfold
    nicholasande
    Participant

    Hi, I have Enfold and am trying to add a masonry gallery of photos to a page, but when I go to the layout builder, no such feature appears (not in the layout, content, or media elements tabs). I saw a vimeo video that shows the button to add the masonry things should be in those tabs, but it just isn’t there. What’s going on?

    #291158

    Hey!

    Please try to import the parent theme settings. Go to Enfold > Theme Options > Import/Export and click the blue “Import Parent Theme Settings” button.

    You can try to add a margin-right to the masonry gallery to center it. I.e. with this code:

    
    .header_color .av-masonry {
    margin-right: 15px;
    }
    

    Regards,
    Peter

    #291060

    In reply to: Blog Page

    hi thank you your advice has helped.

    On the enfold demo how do you place those social media share buttons and “you may also like” on the footer of a blog entry?
    Please advise

    Also on the enfold theme demo site when you click blog it shows a snippet with “read more” link whilst if you go to blog no author large image it doesn’t and instead shows the blog text.

    How can I achieve the read more style?

    Monsoon
    Participant

    So Kriesi chose to replace the previous images js with lightbox..cool
    but the current display of images is not clean
    The giant arrows on each side of the page are individual buttons on their own for some reason
    The left and right sides of the images still allows to navigate back and forth but it is not as intuitive as the previous version where the arrows appeared on each side on image mouseover. If you click in between the image and the arrows you click out of the gallery. So in essence why aren t the arrow inside the frame of the image? it feels like

    <ARROW>……….(click out)……….<BACK IMAGE FORWARD>……….(click out)……….<ARROW>
    its weird

    Also the white border is gone making the image just float there without focus and the X sitting on an invisible frame
    now there are 5 items. The X, the two Arrows <>, the image and the counter.

    Any chances you could provide some css and where to add it to bring back the simple white border around the images and the counter so that the images have contrast since the darkened background is a little light.

    I don t mind changing to lightbox from the previous one but this feels like a downgrade versus an upgrade. I hope it was worth it in terms of the JS load to move to lightbox. Let me know if you can help with the css for the white border…oh and I wouldn t mind getting rid of the giant <> on each side of the page as well :)

    Thanks in advance

    #290317

    Hi!

    You could use a button with a class set (.open-popup-link), and you’d change the JS code accordingly:

    jQuery('.open-popup-link a').magnificPopup({
      type:'inline',
      midClick: true 
    });

    Cheers!
    Josue

    ppcinc
    Participant

    Hello guys,

    I have installed the CKEditor in Enfold, it looks perfectly fine, but the “Theme ShortCuts” button is missing. is there any way to put inside that plugin.

    I have tried TinyMCE as well but that one is not working for me totally. I have the latest version of theme.

    Thanks

    Mike

    #289685

    Found the solution.

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    https://kriesi.at/support/topic/enfold-portfolio-post-nav-not-showing/

    I think it would be better to add a Button so User can select if activate or not. But not just deactivate it global.
    Bad for sites using it … very bad idea.

    #289517

    Hi Carlos!

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

    a.button.add_to_cart_button:nth-child(2) {
    display: none!important;
    }

    Cheers!
    Yigit

    #289491
    #289482

    Hey midischool!

    It is a custom button made by Kriesi for Kriesi.at site and currently not available on Enfold. However you can request it here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #289455

    In reply to: version 2.9

    Hi!

    Older versions were using this lightbox – https://wordpress.org/plugins/prettyphoto/
    You can simply deactivate standard one and install this one in Plugins > Add New tab

    There were some issues with this lightbox and many users requested for a more modern one, that is why it was changed. Please request play button feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    Hello Yigit,

    I tried to edit file from aparence – editor – theme functions (functions.php) and i got a message from back end that says that i m not allowed to write that file.
    I downlad with filezile, i inserted at the end, just before require_once( ‘functions-enfold.php’);, i upload file, check by editor that file changed but when visit item-portfolio (exemple: http://www.yachtcharterbcn.com/charter/rent-sailboat-jeanneau-so39ds/), there isn t links to share.
    i deleted code to avoid issues.
    Any idea to get same result that “http://www.yachtcharterbcn.com/new-website-sailboat-charter/&#8221; with end buttons for share and coments?
    Regards
    Sergio

    #289186
    sky19er
    Participant

    I need to somehow add share buttons under blog posts in the “Excerpt With Read More Link” format. Any suggestions as to how I might do that, either with the built-in Enfold share buttons or via another plugin? I’ve tried both Jetpack sharing and the AddtoAny plugin, but I can’t get either of these to show up under excerpts.

    I was able to get those plugins to show up under a manually inserted Read More tag on an inside page (using the Full Content option in the Blog element), which would be a sufficient workaround except that the manual Read More tag doesn’t seem to work on the home page, and I need blog listings (with share buttons) on the home page for this client.

    Any advice for me? Note, I haven’t purchased a copy of the theme for this client, yet, but I promise I will! I just have to convince him that Enfold is the right theme for the job, first ;)

    Thanks so much!

    http://conference2014.seedstock.com/
    http://conference2014.seedstock.com/news/

    #288497
    mattock
    Participant

    Hi I’ve recently just noticed a new problem with my site http://www.davidmattock.co.uk
    on the homepage I have my portfolio, it is set to show maximum 16 thumbnails per page and it has two pages and under the thumbnails shows two buttons “1” and “2” to go to page 1 of 2 or 2 of 2. but they have stopped working.

    When I click on page 2 of 2 button under the thumbnails it just reloads the whole home page and stays on portfolio page 1 ?
    I have the latest version of Enfold, many thanks

    #288319
    cbrslider
    Participant

    Hi,

    My current installation using Enfold for word press, and using both enfold and enfold child themes seemed to go okay. But there is not an “upload dummy data” button under the Enfold or the Enfold Child theme options. Did I do something wrong or is this feature missing from the newest update?

    Please note that I have used Enfold before on another website and it has worked absolutely flawlessly, including the entire installation process. It is a really great website template. (www.jstreetproductions.com if you care to look).

    Thanks in advance for any help or guidance.

    Mark D

    #288081

    Topic: Import dummy data

    in forum Enfold
    webDesire
    Participant

    Clicking the button “Import dummy data” results in: “Importing didnt work! You might want to try reloading the page and then try again”.

    This message isn’t very helpful, because I have no idea, what’s to do now. Can you help me please ? It’s a fresh installation of WordPress and Enfold.

    Thanks,
    Frank.

    #288004
    Ralph12
    Participant

    Hi,

    I’ve got several questions re the small screen views of Enfold’s mobile main menu and top bar menu. First the mobile main menu questions:

    • Is Enfold’s drop-down mobile menu, I’m seeing on several user sites, removed in newer Enfold versions? Because I’m using the latest version and I’m getting the square menu button as seen on the demo site;
    • Just as the mobile drop-down menu, I’d like the square menu button & logo to center and stack. As my site’s logo is currently overlapped by the button on small screens. Can this be done using nothing but CSS? As I prefer not to edit any of Enfold’s non-CSS code;
    • In case stacking the logo and mobile menu button, involves non-CSS coding… would it also be possible to use nothing but CSS to shrink & vertical align the logo, when viewing the site on smaller screens?

    And now the top bar menu question:

    I’m using only a few links and social icons in the top bar menu, which means that the links and social buttons don’t need to stack to fit smaller screens. Is there an easy CSS method, which keeps the links and social icons in-line / prevents them from stacking when viewing on smaller screens? As the stacking means that the top bar is currently taking up vertical space for no reason actually.

    Also, does Enfold actually have a minimum screen width? In that its width doesn’t go, for example, below 320px (iPhone portrait view)?

    Thanks!

    Ralph

    #287697

    In reply to: Transparent header

    Hey softronix_ltd!

    Normally you can use the “Layout Options” on the editor page (right sidebar underneathe the “Publish” button): http://www.clipular.com/c/5678396386312192.png?k=GHJxKgRFTQO5VQZXv_s3x_63ZCE to configure the header styling. Note that you must use a recent, updated version of Enfold (v2.8.1+).

    Regards,
    Peter

    #287665
    Sladestyle
    Participant

    Hi, I’ve created several portfolios all associated with a portfolio category.

    In the Enfold page builder I placed the Portfolio Grid and set it to open in a Lightbox.

    Everything seems to be working except when I click on a thumb and the image opens in a lightbox…there are zero controls…the main one missing being the “Close” button. I have to click the browser Back arrow to get back to the Portfolio grid.

    Any ideas?

    Here is the page in question (this is a test site with dummy material so excuse the lack of styling) :)

    Thanks!

    Mkieling
    Participant

    When you open a blog post on Enfold demo site (http://kriesi.at/themedemo/?theme=enfold), related posts are shown inside neat little boxes and with the picture in a round shape. How can I make the same. I’ve got related posts in my blog, but they appear as square boxes and I don’t like them. http://www.step1.com.br/toefl-ibt/

    Secondly, I got a magic action box at the bottom of every post. Is there anyway I can have the share buttons appear on top of that, right below the text?

    #287403
    felipemillan
    Participant

    Hi guys I need help with a script problem.

    I have an email marketing platform call Guubie and we have a JS button for subscriptions,

    This is the page http://guubie.com where you can see the button is not taking the css and either the javascript
    but if you go to this url http://guubie.com/imap/button.html you will see the same code but this one works.

    I check the developer panel of Safari and I get this error

    [Error] TypeError: ‘undefined’ is not a function (evaluating ‘$(“select”)’)
    global code (guubie.com, line 165)

    [Error] TypeError: ‘undefined’ is not a function (evaluating ‘$(“#octsmartsubscribe-button”)’)
    applyButtonStyles (subscribe.min.js, line 2)
    init (subscribe.min.js, line 1)
    onJQUERYload (subscribe.min.js, line 26)

    Why it works outside of enfold? any idea?

    #287317

    Hi!

    3+4) I think you just need to change the color settings (Enfold > Theme Options > General Styling). I changed them but it seems like Enfold doesn’t regenerate the dynamic stylesheet. It’s probably a file permission issue on your server. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold_en.css file inside the dynamic_avia folder. Afterwards go to Enfold (English) > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).

    Regards,
    Peter

    #287171

    Hi halasyt!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and edit buttons.php file

    Cheers!
    Yigit

    Hey Frank!

    Please go to Enfold theme options > Import & Export and click “Import dummy data” button to import dummy content

    Regards,
    Yigit

    #286750

    In reply to: 2 translation issues

    Hi!

    2) I couldn’t find the problem of the Revolution Slider plugin. I noticed the shortcode [rev_slider drug] doesn’t work too and it seems to be an incompatibility issue between Revolution slider and WPML.

    3+4) Please try to use the Codestyling plugin to translate the text strings. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    5) You need to configure the options for each language. If you want to set the homepage for the Arabic version go to this page: http://www.patientdrugnews.com/wp-admin/admin.php?page=avia&lang=ar . You can change the language by using the language switcher on the left side.

    Regards,
    Peter

    #285907

    Topic: Questions about Enfold

    in forum Enfold
    srs6270
    Participant

    Helo there!

    Could you please help me to ask for my questions:

    • I want to add just several social sharing buttons in portfolio items: FB, Twitter, VK and Email without installing any external plugins. How can I do that?
    • My website is going to be used by russian speakers, so in breadcrumbs I need to see russian titles. But ONLY home page is still in English. Others are good. From which data it gets the name of the page and how to change it?
    • In portfolio item page I added a button “Order now”. How to make it work by the following scenario: user clicks on it, modal window with small contact form appears, user fills it and message comes to my email?
    • I have a little experience with WordPress and I couldn’t find any internal tools for SEO. So I think I need a plugin. Which plugin is the best for this theme?
    • I want to add a specific field for all porfolio items like “New”, “SALE”, “Special offer” and show visual tags on the whole site. Is it possible to make it?

    I know that some of my questions is too wide, but I’ll be happy if you just show me the right way to search the answers.
    Thank you!

    • This topic was modified 11 years, 9 months ago by srs6270.

    Hi dhuet!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .avia-slideshow-button.avia-color-light {
    color: green;
    background-color: red;
    border-color: orange;
    font-size: 20px;
    }

    Regards,
    Yigit

    #285640
    Michael Oeser
    Participant

    Hi Guys,

    I´m currently working on a news/magazine website for the automotive industry and we need some kind of content slider on top of the homepage. I wonder what kind of content slider you can recommend.

    It should not be focussed on too large images
    It must contain a headline, excerpt and read on button or link
    It should grap the content from a specific category

    I have not find any build in slider element that does what I need. Any ideas?

    Thanks in advance
    Michael

    Hey!

    Try adding this code to the Quick CSS:

    .av_promobox .avia-button, .av_promobox .avia-button-wrap {
        width: 30% !important;
        float: right !important;
        top: 14px !important;
    }
    .av_promobox .avia-promocontent {
        width: 70% !important;
        float: left !important;
    }

    If you want that to only affect a single promobox element you can enable this and set a class to that promobox, then you’d change the selectors in the code:

    .av_promobox.custom_promobox .avia-button, .av_promobox.custom_promobox .avia-button-wrap{
    ...
    }

    Cheers! 
    Josue

Viewing 30 results - 9,721 through 9,750 (of 11,218 total)