Viewing 30 results - 235,051 through 235,080 (of 243,737 total)
  • Author
    Search Results
  • #182510
    waveseven
    Participant

    Hi
    I’ve tried installing Black Studio TinyMCE so my client can edit in the nornal way instead of html but for some reason it doesn’t work with Enfold theme. I notice in another post that people have installed it. Did it work? Is there another option?

    #182504
    fusion01
    Participant

    Why are the portfolio user-interface previous and next portfolio entry disappearing on table and mobile views? I can’t see anything custom to the mobile-only view within my custom.css file that could have contributed to this? Is it a default setting within Enfold I can mod?

    http://andrewb.co.za/newsite/work/

    #182497

    I just checked the jquery.prettyPhoto.js file. It was already set to true which is probably the default for the template.
    By the way, the screenshot in my post is from the demo page for Enfold, not my personal website, although it does the same thing on my website. So it’s an issue in the template’s coding. Could you have someone look into this and find a solution?
    Thank you.

    • This reply was modified 12 years, 1 month ago by kylehogan.
    #182494

    I guys, there is the translate for Italian Language of Enfold Theme and Layer Slider. But I have a problem.
    how it fits the translation for the Layer Slider? I tried to put it in the folder:

    themes / enfold / config-layerslider / LayerSlider / languages ​​/ LayerSlider-it_IT.mo

    But I do not get the translation. How come? Thanks for the help, keep it up! :)

    http://sododesign.it/enfold.zip

    #182482
    wesdacar
    Participant

    Hi
    I addet a google font to the enfold theme.
    Just in google chrome (i’m using a pc) the fonts do not render properly.
    I mean they look pixelated.
    In firefox and explorer they are smooth…

    Is there a solution for that?

    Thanks for answers

    • This topic was modified 12 years, 1 month ago by wesdacar.
    #182478

    Hi Josue.

    Thanks for the response. I have made it in one line but the column width isn’t equalising. Any thoughts?

    Rohan

    #182476
    grpetz
    Participant

    Doing some speed analysis testing using this plugin http://wordpress.org/plugins/p3-profiler/

    It shows the enfold theme on our site loading at a little more than .300 , is this normal or should it be faster? Thank you for helping me understand how to improve speed if possible with your theme load time.

    Gary

    #182475

    ok found and fixed, thanks :)

    #182472
    fusion01
    Participant

    I asked for assistance with reactivating the portfolio UI elements for when a full screen slider is embedded and upon pasting the code there was a syntax error and now I’m not able to edit in WP or locate the file on the server. My site is down and I can’t do further work on it.

    Parse error: syntax error, unexpected ‘<‘ in /usr/www/users/freelan/newsite/wp-content/themes/enfold/functions-enfold.php on line 329

    “Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code”

    Please can you supply me with the functions-enfold.php file or tell me where to locate it — ASAP.

    Thanks!

    #182470
    This reply has been marked as private.
    #182461

    In reply to: Accordion Font in Bold

    Hey snowstone!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to change color of bold text in accordion content and adjust as desired

    .main_color .toggle_content strong { color: red; }

    You can simply click on bold to make your content bold http://i.imgur.com/ooQEbf0.jpg
    P.S.: I have removed your website from your post. Next time you can check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private :)

    Cheers!
    Yigit

    #182448
    Michael Oeser
    Participant

    Hi guys,

    I´m a bit confused. I have a site (German and English) that uses a page called “News” (in German) to display the blog posts. I simply created a page without sidebar and added the “Blog entries” content element to display the post in a 4 column grid. Works perfect. Then I duplicated the page to get a translated version of that page (also called it “News” for the english version). First thing that happens is there are no posts on that page. Potentially because the posts are not translated into Englisch yet. But I have set up WPML to display post in the original language if there is no translation. Doesn´t seem to work.

    Then I went to the Enfold (child theme) settings and selected the “News” page as the blog page for the German version as well as for the English version. I haven´t changed anything on that page but the German version now shows the Posts in a 3-column grid with a sidebar!

    The English version still shows no entries.

    So what is this “Blogpage” setting on the themes options page doing? Why is there suddenly a sidebar and why doesn´t my German post also appear on the English version although WPML is set to display posts in the original language if there are no translations?

    That´s all a bit confusing and I hope you can push me to a solution.

    Cheers
    Michael

    • This topic was modified 12 years, 1 month ago by Yigit.
    #182446
    DavyE
    Participant

    Tried searching the forums, but couldn’t find anything related to Enfold.

    How can I change the background-color for text selection? Have tried adding the following to my custom.css:

    ::selection {background-color:#ef7c0b!important;}
    ::-moz-selection {background-color:#ef7c0b!important;}
    ::-webkit-selection {background-color:#ef7c0b!important;}

    Yes, even with !important it still doesn’t work.

    As far as I understand, the color used for background-color of text selection is the same as the one added in the theme settings in WP. Yet, as I have already mentioned in a previous topic several months ago, I cannot add my specific company color to the theme settings. So how can I overwrite that different color, or is there a way to solve that bug?

    In your Theme settings -> Styling -> Main Content -> Primary Color, try adding the following #EF7C0B. You will see the C is replaced by a D. Seems like a minor change, but try filling 2 squares with each color, you’ll see the difference. For my company, it’s important to get it right.

    #182444

    Hey disruptivevision!

    Please try updating your theme to version 2.4.1. Issue could be solved in the new version.
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #182441

    Hey!

    1) Please refer to this topic for menu overlapping issue https://kriesi.at/support/topic/collapsable-menu/#post-165144
    2) You can add following code to Quick CSS in Enfold theme options under Styling tab to hide social icons on screens smaller than 522px and change its position on screens smaller than 767px

    @media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { width: 25%; }}
    @media only screen and (max-width: 522px) { .responsive #header .social_bookmarks { display: none; }}

    3) You can add following code and adjust it to make h1 inline with video

    .home .template-page .entry-content-wrapper h1 { margin-top: -5px; }

    Best regards,
    Yigit

    #182434

    Hi t3lgroup!

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

    .avia-icon-list .iconlist_title  { margin-bottom: 10px; }

    Regards,
    Yigit

    #182430

    In reply to: Footer Edit

    Hi sandjob!

    You can change footer settings in Enfold theme options > Footer http://i.imgur.com/A7dI22k.jpg and add/remove widgets in Appearance > Widgets, you will see Footer columns on the right side

    Regards,
    Yigit

    #182427

    Hey!

    I did, i just wanted to take a look at live website and inspect elements. Please try deactivating all active plugins and check if issue remains.

    Regards,
    Yigit

    #182425

    Hey Patchharris!

    Is this your website http://tinyurl.com/nvdq3lf ?
    If so, please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_main .container { height: 120px; line-height: 185px; }
    .main_menu { right: 36%; }
    div .logo { left: 28%; }

    Best regards,
    Yigit

    #182417

    Hey optizign13!

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

    .current_page_item>a, .current-menu-item>a { color: white; }
    #top .main_menu .menu li ul a { color: #f2f2f2; }

    Regards,
    Yigit

    #182413

    Hey kylehogan!

    Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and make sure allow resize in following line is set to true

    allow_resize:true,allow_expand:true

    Cheers!
    Yigit

    #182412

    Perfect – many thanks Yigit!

    :)

    #182409

    Hey Morten!

    Sure, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    li.avia-heading-row { font-size: 19px; }

    Cheers!
    Yigit

    #182408

    Vielen Dank! Dann schau ich mir die mal etwas genauer an :)

    #182399

    Hi Niels!

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

    .avia-slideshow { margin: 18px 0; }

    Best regards,
    Yigit

    #182398

    Hi anudas!

    You can add/choose portfolio categories on the right side of the Portfolio Items > Add New page http://i.imgur.com/7EHj1ox.jpg
    I would suggest you to import dummy content in Enfold theme options and edit existing portfolio items to figure out how they work faster

    Cheers!
    Yigit

    #182395

    In reply to: Cart Thumbnails

    Hey BelIblis!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .woocommerce-cart table.cart img { width: 70px; height: auto; }

    Best regards,
    Yigit

    #182393

    In reply to: Enfold Showcase

    Hey @MBAM, that looks really nice.

    One suggestion though, in your header sliders you’ve used PNGs for the background images, and they’re pretty big so they load rather slowly. i was waiting for the header to load on all your pages.

    One of those 700kb PNGs saved as a jpg would come in at about 70kb with no discernible loss of quality and it would load significantly faster.

    #182392
    tecnavia
    Participant

    Hi,

    we were wondering if you could let us know where we could find and purchase the following picture you used in the enfold theme: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg. We would also like to use it in our website with some customizations.

    Thank you for your help

    Best Regards

    Emily

    #182384

    I posted a similar question and got directed here. My problem is now fixed with Kriesi’s October 24, 2013 at 12:54 pm post (the long bit of CSS).

    My problem was a little like this one, but not quite the same. For me, I saw the problem on Chrome, but it was much more pronounced on Safari. I’m using the latest version of Enfold and various versions of Mac OS and Safari. They all have the problem.

    My problem wasn’t ‘jumping text’ but ‘blurring text’. All text after the Easy Slider would blur during the slide transition and then go solid again whist the image was paused between transitions. The blurring would happen even if the slider was off-screen. I say ‘blurred’ but perhaps a better description would be ‘thinned’. The font seemed to go to a lighter weight, but it had the effect of blurring the text.

    Anyway, all fixed now with the { -webkit-perspective: 1000; and -webkit-backface-visibility: hidden; } change.

    Thanks!

Viewing 30 results - 235,051 through 235,080 (of 243,737 total)