Viewing 30 results - 221,731 through 221,760 (of 244,333 total)
  • Author
    Search Results
  • oliviad
    Participant

    Hi,
    I am having the same problem as this.
    https://kriesi.at/support/topic/error-when-trying-to-view-a-blog-post/

    My host says that The Enfold theme contains out dated code which is not supported with the server PHP version 5.4.28.

    I am desperate…
    Thanks for your help!

    #262095
    This reply has been marked as private.
    #262085

    Hey!

    Try uploading over FTP and monitor the upload for any errors: 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

    That would be my only idea on what could be causing the theme not to load like that for you.

    Cheers!
    Devin

    #262075

    Hi!

    That’s possible with Enfold, it’s the same procedure with any theme:
    http://codex.wordpress.org/Page_Templates

    Cheers!
    Josue

    I must have tried adding this to Quick CSS 20 times and now it works for some reason. I must have been typing incorrectly.

    @media only screen and (max-width: 1140px) and (min-width: 768px) {
    #top .main_menu ul:first-child > li > a { font-size: 12px; }
    }

    For anyone else that reads this remember to set the Header Mobile Menu Activation to only for smartphone in ENFOLD>HEADER LAYOUT>MOBILE MENU tab. If you set it to smartphone and tablet the changes will only affect the tablet in landscape mode (greater than 990px)

    This topic can be closed. (Admins…you can delete if you wish.)

    #262057

    Hey Kayzel!

    That is the testimonial element/shortcode: http://kriesi.at/themes/enfold/shortcodes/testimonials/

    Best regards,
    Devin

    #262049

    thanks for the vid, I was asking however, how to create a template other than Default, Archives, or Blank template, in the wordpress right rail

    http://screencast.com/t/0LlWxFiFpqK

    What I am trying to accomplish may be impossible- a different header logo from one template to another… eg, a header image A that goes on template A pages, and header iamge B on B pages… and this may be the wrong place to try.

    For example, this portion of your site: http://kriesi.at/ has a very different header than this portion of the site: http://kriesi.at/documentation/ and even further, it is different than this area of your site: http://kriesi.at/documentation/enfold/

    I’m seeking the same effect….. site.com/topic-A has a different look than site.com/topic-B

    • This reply was modified 11 years, 10 months ago by thanp73.
    #262046
    axiomnews
    Participant

    How do I eliminate the space between these two image widgets in a page sidebar, to make the image continuous?
    (I am recreating some elements of an existing site using Enfold.)
    http://omniway.ca/site/careers/why-omni/

    #262034
    pallisvans
    Participant

    Again, thanks for a wonderful theme and support :)
    I’m trying to figure out why I can’t see any photos I’ve uploaded recently to galleries.
    If I open a gallery I created in March everything works okay, I can see the photos and can drag and reorder them.
    All galleries created recently however come up blank when I click the Add/Edit Gallery button.
    They show up fine on the frontend though.

    I checked if this was a permission problem but all the monthly folders have the same permission (755) in the Uploads folder.

    I am running Enfold 2.7.1 and WP 3.9

    Any thoughts?

    • This topic was modified 11 years, 10 months ago by pallisvans.
    #262015
    This reply has been marked as private.
    #262004

    Hey!

    Are you using the latest version of Enfold?

    Cheers!
    Josue

    #262003

    In reply to: Share This

    Hey!

    If you are using the latest version of Enfold you should see the option in Enfold > Blog Layout.

    Best regards,
    Josue

    #262002
    rhinocorp
    Participant

    Hello,

    I am trying to but cannot update my Enfold theme at http://www.world-center.com. (it’s version 3.9 right now). I tried many times.
    I have 4 copies of Enfold on Activeden and the downloads do not give any details as to which is which for my sites. (If this is even the problem). My other site has automatic updating and it works great, but 3.9 has no such feature so I have to do something different to have the update. Not sure what though. Could you help?

    Thanks
    Darrell

    #262001
    oestersund
    Participant

    HI,
    I don´t want a custom logo top left as it interferes on some devices with the top navigation , but neither the default “enfold” one. But in the general settings I only see:

    Upload a logo image, or enter the URL to an image if its already uploaded. The themes default logo gets applied if the input field is left blank

    Any idea how I can get it “all logo free”?

    Thx a lot!

    #262000
    fleur
    Participant

    Dear support team,

    First of all, thanks for the many updates. I really appreciate the time spent to continually improve the Enfold theme.

    For approximately a year now, I am using your theme. In a child theme I worked with a style.css file for customization, as I wanted a centered logo and an always fixed to the top main menu, without a header secondary menu, social icons and phone number. Together with some tweaks in the header.php file, my custom css worked perfect together with the plugin UberMenu (to get a 100% full width). Until the recent major update.

    With the new header option ‘Logo center, menu below’ selected as well as custom css in my child theme in the file style.css I am able to get the same effect as described above, only much easier. The problem I am facing, though, is that in Chrome the fixed to the top main menu is sometimes frozen in the middel of the screen (or somewhere else, but not fixed at the top) after a few times of scrolling. It seems to me, that my custom css is conflicting with your code, and at your forum I cannot find the right solution. Therefore, my following question: can you please advise me, which custom css to use to properly position the main menu above the centered logo and always fixed to the top. Nb. the logo should not stay fixed at the top like the main menu and I would like to keep it the same size.

    The custom css I am using:

    #header_main_alternate { 
    	background-color: #4d4d4d !important; 
    	position: fixed !important;
    	margin-top: -151px !important;
    	width: 100%;
    	z-index: 500;
    	height: 40px !important;
    	border-bottom: hidden !important;
    	border-top: hidden !important;
    }
    .av-main-nav > li > a { 
    	color: #f8f8f8 !important; 
    }
    .html_header_top #top .av_header_stretch .container {
        width: 100%;
    }
    
    @media only screen and (min-width: 990px) {
      /* Add your Desktop Styles here */
    
    .logo img {
      margin-top:57px !important;
      max-height: 80px !important;
    }
    

    Besides this css, I am also using custom css to style the UberMenu. And for the mobile views I also have some custom css to center the logo in a right way and to adjust the margins.

    I am looking forward to hear from you, thank you in advance!

    Best regards, Fleur

    #261998

    Hi,

    Are you using the latest version of Enfold? can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #261992

    Hi Devin,
    does this mean with the export/import function of enfold (I have V 2.7) I would in general not need to create a child theme (as normally recommended) in order avoid issues with theme updates?

    thx in advance for your recommendation/info!

    #261985
    adrianwackernah
    Participant

    Scheinbar bin ich der Einzige im Marketpress Forum, der Probleme mit den beiden Komponenten hat. Irgendetwas scheint sich da wohl zu beissen, denn als ich auf WGM 2.3.2 aktualisierte, konnte ich keine Probleme sehen. Erst als ich gestern auf WGM 2.3.3 aktualisierte, waren mit einmal die Produktbeschreibungen Tabs nicht mehr gefüllt – die Tabs waren da, aber ohne Inhalte. Heute kam dann WGM 2.3.4 mit einem Hotfix und die Tabs waren wieder ordnungsgemäß beim Produkt. Doch da sah ich, dass beim Aufruf eines Produkts die Preispanne und der Hinweis auf die Versandkosten zuerst angezeigt werden und dann wieder verschwinden. Das gilt aber nur bei variablen Produkten, einfache sind davon nicht betroffen.

    Ich hab dann WGM 2.3.2 wieder eingespeilt und das Problem bleib – das hatte ich damals wie gesagt nicht bemerkt. Hab mir über Umwege die ältere WGM 2.3.1 besorgt und jetzt scheint wieder alles zu funktionieren.

    Klappt denn Eure Kommunikation untereinander noch?

    #261974
    pamchay
    Participant

    I recently purchased Enfold and the dummy content is not showing as an option in the Enfold Theme Options as indicated in the demo video. Can you please let me know how to locate this?

    #261971

    Hey ghrahams!

    I believe there is a highly rated feature request for this here: https://kriesi.at/support/enfold-feature-requests/

    And Kriesi tagged it as coming in 2.8.

    Regards,
    Devin

    #261970
    discover_peppermint
    Participant

    I’m creating a blog, but the sidebar won’t show up. http://peppermintlabs.com/betterbrain/blog/

    Here are the settings inside the blog page: https://www.dropbox.com/s/l4ggq932w16utxr/Screenshot%202014-05-08%2011.24.23.jpg

    Here are the Enfold sidebar settings: https://www.dropbox.com/s/mhg0lt0w3yt4hap/Screenshot%202014-05-08%2011.26.34.jpg

    Enfold blog layout settings: https://www.dropbox.com/s/ypnlgwsjep7mepw/Screenshot%202014-05-08%2011.27.03.jpg

    Could you help me, pretty please?!

    #261968

    Hi!

    If you are using a child theme then right at the top after your opening tag and comment. In the main Enfold functions.php it can go right after:

    
    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Regards,
    Devin

    #261962
    surferjohn
    Participant

    Good afternoon, We’ve purchased Enfold, and love it.
    Our client is unfortunately using IE9 on Windows Vista, and is seeing all images placed in columns overlapping and not resizing to responsive. Do you have any suggestions on how to fix this?

    #261954
    dmudie
    Participant

    Hi, we really like the “Home v4: Small Slider” example on the demo page for Enfold. But we can’t seem to figure out how to enable that. Particularly the overlayed titles and captions. Is this type of slider available for posts or just static images/text? Thanks. I searched the forum but didn’t get anywhere with this. — David

    #261952

    Hi!

    Looks like you need to change the permissions on the themes generated css file:
    http://agathosfinancial.ie/wp-content/uploads/dynamic_avia/enfold.css

    That file must be publicly viewable for the theme styling to load.

    Best regards,
    Devin

    #261950

    In reply to: Remove table styling

    Hi!

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

    td { background-repeat: repeat-x; background-size: contain; }
    .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: transparent; }

    Cheers!
    Yigit

    TheMediaman
    Participant

    Enfold 2.7.1
    WP 3.9

    How can I set the main menu and main menu sublevel links font size between specific browser pixel widths only?

    The client wants the main menu and sublevel link font larger for the desktop but that causes problems on a tablet in portrait mode. The menu wraps to a second line. So I would like to set a custom font size above smartphone yet below desktop resolutions. In my case between 769 and 1140 pixel width.

    – a custom main menu and main menu sublevel links font size is set in theme options.
    – the header mobile menu activation set for below 768 and that works just fine for smartphones.
    – I tried unsuccessfully tried working with the info and code in this thread (last entry) https://kriesi.at/support/topic/menu-problem-on-ipad/
    – I tried directly editing the code in layout.css

    I tried adapting the following code (I have no experience so it was a guess and tried to make something work but I failed)

    p {
        @include responsive-font-size (
            $min-font-size: 1.8em,
            $max-font-size: 3.7em,
            $min-screen-width: 640px,
            $max-screen-width: 1200px,
            $font-size-step: 0.3em /* optional, default: 0.1em */
        );
    }

    But that just overrode the main site font and left the menu font unaffected. Definitely the wrong way

    #261944

    Topic: Slow loading website

    in forum Enfold
    mp3dk
    Participant

    Hello,

    I am running Enfold using the Enfold Child Theme – http://www.farumkyokushin.dk/

    Since the last two theme updates my website has been loading extremely slow. The problem isn’t situated within my host. My host is agressively caching and I am also using CloudFlare as a CDN.

    I suspect the theme bien too heavy when loading. Can you guys confirm this?

    #261937

    It would be tough to do the button shortcode because there are several files in the media player and each would need their own download link.

    Here was a bit of info I received from the Series Engine support team:

    “Since I don’t think any of the plugins you mentioned would be the culprit, I’m guessing that there’s some CSS in your theme that is overriding the styles for the Series Engine media player; the one I’m seeing on your site has completely different playback control buttons and a different color scheme than the Series Engine styles, and it’s expanding to the full width of your container, which is covering up the download button.”

    Any idea of what CSS in the Enfold theme could be overriding their styles? I did notice that it does seem like the styles are different from other sites that use SeriesEngine (see the image I posted above compared to what is on our site).

Viewing 30 results - 221,731 through 221,760 (of 244,333 total)