Viewing 30 results - 225,901 through 225,930 (of 244,310 total)
  • Author
    Search Results
  • #239120

    In reply to: enfold upgrade

    great that did it but it’s position changes between landscape to portrait on the mobile. it should stay in the same position. thank u.

    #239108

    In reply to: enfold upgrade

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .main_menu, #header_main_alternate {
    display: block;
    }}

    Best regards,
    Yigit

    #239107
    mensmaximus
    Participant

    After 4 hours of search I give up. I have created a page (called blog). The page contains the content element “blog posts”. Under Enfold Theme Option in “And where do you want to display the Blog?” is have selected the page “blog”. Under General Settings in “Blog Style” I have selected “Use the advanced layout editor …”. Everything is saved.

    As soon as i reload the page my custom css settings for fonts size get ignored. If i switch back to one of the other default styles (e.g. grid) my custom css settings are applied again.

    I use “Simple Custom CSS” plugin for a long time and never had any issues. The stylesheet is linked within the source code as usual:
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    If I call the link i get displayed my custom css setting
    body {font-size: 17px !important; line-height: 1.6em !important; font-weight: normal !important; }
    (actually it is much more than this line but that does not matter for now)

    If I change the blog style back to “Use the advanced layout editor …”, reload the page and view the source code i still see my custom stylesheet
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    However if I open that link again in a browser I get displayed the blog page of my site.

    If I move my custom css to the custom.css file from my child theme or to the quick css field in the styling section everything works.
    However i dont like that approach because the quick css field is to small and the custom.css is makes things complicated. I like to have all custom css settings at one place.

    I have searched through the enfold source code to see what prevents the sccss file from getting loaded if one selects the advanced layout editor. But I cant find it (or I am to tired).

    Can you please check what is going on? This seems to be a bug.

    regards

    Michael

    #239106

    Hey pako69!

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

    .av-masonry-container { pointer-events: none; }

    It will make fullwidth masonry element unclickable globally

    Best regards,
    Yigit

    #239105

    Hey CR1975!

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

    .special-heading-inner-border { visibility: visible; }

    If that does not work, please post the link to your website and point out the special heading element

    Cheers!
    Yigit

    #239100

    Hey platinumturf!

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

    .home .logo { display: none !important; }

    Cheers!
    Yigit

    #239097
    #239095

    Hi!

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

    .content, .sidebar { padding-top: 5px; }

    If that does not help, please post the link to your website so we can take a look

    Regards,
    Yigit

    #239094

    Hi crealities!

    Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit. Please note that you are also using an older version of the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #239087
    #239085

    Hey!

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

    div .slideshow_caption h2 {
    text-transform: none;
    }

    Best regards,
    Yigit

    #239076

    Hey Elliot!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { height: auto !important; }}

    Regards,
    Yigit

    #239075

    Hey abedia!

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

    .postid-124 .title_container .main-title { display: none; }

    Regards,
    Yigit

    Hi!

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

    @media only screen and (max-width: 480px) {
    #header_main .social_bookmarks { top: 85%; right: -23%; }}

    Regards,
    Yigit

    #239072

    In reply to: Center Copyright

    Hi lwolfe63!

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

    #socket .copyright { width: 100%; text-align: center; }
    #socket .sub_menu_socket { margin-top: -20px; }

    Best regards,
    Yigit

    #239070

    Hi netfunda!

    No, you are not missing anything. Dummy content and demo site is not 100% the same. You can adjust styling options in Enfold theme options. If you have any questions or issues, feel free and let us know!
    Please also Enfold documentation here – http://kriesi.at/documentation/enfold/

    Regards,
    Yigit

    Hey Andrew1234!

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

    #layer_slider_1 {
    z-index: 1;
    }

    Regards,
    Yigit

    #239066

    Hi AL!

    You are currently using an older version of Enfold, please update the theme to the latest version. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #239065

    Hi rcgroup!

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

    @media only screen and (max-width: 479px) { 
    .responsive #top .slideshow_caption h2 {
    font-size: 15px;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 4px; }
    #top .avia-slideshow-button { margin-top: 2px; padding: 5px 8px; font-size: 11px;
     }}

    Cheers!
    Yigit

    #239060

    Hi!

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

    @media only screen and (max-width: 767px) { 
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }
    #advanced_menu_toggle, #advanced_menu_hide {
    top: 66%; }}

    Cheers!
    Yigit

    #239059
    sugarcomb
    Participant

    I downloaded the Enfold theme today (3/17/14) and it won’t upload to my WordPress (latest version). Other themes load fine to the site. With Enfold when I upload the zip file, and after a long wait, I get a message that says “Are you sure you want to do this?” with no option but to back out of the page.

    I have tried deleting my Enfold files and re-downloading the theme and continued to have the same issue.

    Thank you for any help!

    #239056

    Hi kardemomme!

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

    #top .avia-post-nav { display: none; }

    Regards,
    Yigit

    #239049
    kardemomme
    Participant

    On the single portfolio items page, you can either press a left or right arrow (with image on hover) to browse through ALL portfolio items. Not a good solution if you’re using portfolio items for different things, like me.

    How do I turn this off?

    Running Enfold 2.6.1

    • This topic was modified 11 years, 12 months ago by kardemomme.
    #239025
    netfunda
    Participant

    Hi, I tried importing dummy data for Enfold. The process was successful but the system did not import content as we see in: http://kriesi.at/themes/enfold

    The imported site has different footer, header is not as beautiful and not all menu items were imported.

    Am I missing anything. Please help.

    #239014
    galland1928
    Participant

    I have tried to change the H2 font and body font types through the Enfold > Styling menu options, but nothing changes.

    What is causing this not to work correctly?

    #239013

    Topic: Load times slider

    in forum Enfold

    Hi Kriesi,

    I heared from my client that “some IT expert” told her that her website using the Enfold Theme and a slider with only one slide loads too slow. He said that he somehow tested her website speed and that it is not the hosting provider but the WordPress Theme and most probably and I quote “The text-animation on the homepage” (testing without login into her site, don’t know how that is possible) – That expert said her site is so slow that Google is probably not indexing her site because Google refuses slow sites.

    Well to me that sounds very strange, Her site loads fine with me, but I am no expert in such things, just a designer not developer, but I never had speed problems with WordPress since 2006 and I have never used a caching plugin either. But is there something to “that IT experts” claims?

    Can “WP Super Cache” help?

    the site address is http://www.reduserstress.no

    #239011

    Right, thank you.
    Can I somehow enable that behavior – shrinking without animation when scroll starts?
    BR,
    Nenad

    040hosting
    Participant

    As apparently the previous question was closed in : https://kriesi.at/support/topic/mobile-menu-options/#post-238990

    It seems that due to this the menu does not show in new languages when using WPML; the original language shows the mobile menu button ; but when switching to another language the the menu option disappears.

    As the following option did disappear ( Enfold theme options > Header and choose to display “Display as Slide Out Menu” in Responsive Header Main Menu http://i.imgur.com/4LWiIMn.jpg ) it now seems we are stuck with other languages without any menu.

    Latest version did not resolve this yet.

    Hi David,
    Many thanks for your reply.

    I managed to integrate the media queries properly after a lot of digging (I’m a web design noob).
    However, I don’t understand why I have to do it for Google map widget when the rest of the website is completely responsive already.

    Right now I’m putting around 20 media queries for most of the mobile and tables, which is only for google map widget from Enfold. Still the easy slider and and map don’t response the same way as I haven’t integrate all dimensions.
    Is there a way to integrate the responsive settings of this widget to the theme please?
    This question can be brought to any widget or image I’ll add in the future.

    I’ll forward the screenshots tomorrow. Thanks again for your help.
    Regards
    Wawrzy

    #238975
Viewing 30 results - 225,901 through 225,930 (of 244,310 total)