Viewing 30 results - 232,081 through 232,110 (of 244,362 total)
  • Author
    Search Results
  • #204171

    I can ask Kriesi to chime in but the “blog” proper is a feed of posts. When you have something different than that it becomes a page.

    Because of the way templates are used with WordPress and the theme in general when you set the overall theme wide blog style its used for all of those auto created feeds like the search results, archives and the standard Blog feed which is the default index.php for WordPress. To keep the code clean the same loop gets used for each. If you wanted to customize the file that WordPress uses to show the blog feed you definitely can but its not typically what users want to do from the backend.

    There is a mechanism for customizing the “blog” page but it makes it so that WordPress doesn’t see the feed as the parent. So it *is* doable to have your posts shown with any other content on the page.

    #204167

    OK, then is there a clear reason why content cannot be at the top of the blog page once it’s been selected using the Enfold -> Theme Options approach? I don’t think I’ve been the only one to request this, and at first glance it does seem really odd that this isn’t doable.
    Daniel

    #204165

    Hi!

    There isn’t really a fix for how the breadcrumbs are calculated at this point. When their is no “parent” the page or post doesn’t have a place to return to. So you could hard-code in the secondary location but outside of that the individual posts just don’t have a parent because the feed doesn’t have a page designation.

    Regards,
    Devin

    #204159

    To further follow-up, it appears that not selecting the default option basically breaks the breadcrumbs in the subheader, so that each individual post sees it’s parent as the Home page.
    As a result, I don’t know what’s the easier fix… a.) fixing the breadcrumbs ‘system’, even when not selected in the theme Options, or b.) selecting the modified blog page in the Theme Options, and convincing it to not overwrite the configuration settings.

    If I have to I’ll re-select the Theme Option and forgo the additional text at the top of the blog pages, but that is not an ideal option.
    Daniel

    #204158

    I’d like to continue this topic on the question of formatting the default “Blog” page.. Like the original author, I wanted to customize my blog page with a simple intro text and image. Clearly using the default option in Enfold->Them Options needs to be deselected, and that works… BUT…

    When I click on the individual blog postings, the title and URL in the sub-header for each of them defaults to “Blog – Latest News” and the URL points to the homepage. I need it to go back to the original blog page.

    Suggestions?

    Daniel

    #204147

    Hi Monsoon!

    The custom.css already loads after enfold.css. So I’m not sure why you would be having that issue.

    Best regards,
    Devin

    #204144
    Monsoon
    Participant

    I wanted to try something and change the background of the search popup and tried to change its css attribute in the Custom.css…did not pick it. I tried in Layout, did not pick it. So I tried in the dashboard custom css section and that worked.

    I think the site dynamic css that is written in the uploads folder may be writing on top of the css in those other files. This means that you are kind of limited to the css colors you set in the theme’s tabs. In my testing I was trying to use:

    #top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select {
    	border-color:#cccccc;
    	background-color: #ffffff;
    	color:#000;
    }

    because I had set the top backgrund to be dark the background for the search was dark as well.

    So I would like to know if there is a way to make the custom.css be the last css parsed so that the declarations in it are not overwriten by the custom one. The problem with relying on the custom css field is that anybody can destroy the site by erasing that section by mistake in pressing the wrong button (it happened, just like the import custom pages can screw up a website is an admin presses the wrong button) I always remove the admin section for importing dummy content because I don t trust other admins to not make a mistake but with the css one its more of a problem as there is no going back if you reset the styles.

    Anyway, which css is the last one to be picked up and could the next version fix the order and pick custom last please :)

    Thanks

    #204141

    In reply to: Mobile search

    I removed all the css that was in the quick css section of my child enfold.

    Also i have this code in my child theme files. This gave me the mobile search

    * to the enfold child’s functions.php file add

    add_filter('wp_nav_menu_items','add_search_box', 10, 2);function add_search_box($items, $args) {        ob_start();        get_search_form();        $searchform = ob_get_contents();        ob_end_clean();        $items .= '<li>' . $searchform . '</li>';    return $items;
    }
    
    add_action(‘ava_main_header’, ‘add_search_box’);

    * to the enfold child’s style.css file add

    @media only screen and (max-width: 767px) { //css code to display the form }

    #204134

    Hi chryseis!

    Just like here on the forums when you link to an image the theme attempts to grab it and open it in a lightbox. You can tell it not to by adding noLightbox to the link.

    See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/

    Regards,
    Devin

    #204131
    chryseis
    Participant

    Hi,

    I have published some wallpaper for my readers to download. I have put the pictures on my dropbox and use the links in order to share those images.
    The problem is , when I put the link on my wordpress, it does as if it wanted to open it in a lightbox and give a error message.
    I have inserted the link as usual and ask for it to open in new window…
    The only way my reader can access the file is to right click on the link and click open in new window.
    That’s not practical at all.

    How can I force enfold not to open my link in lightbox and allow my dropbox links to work?

    You can find the problem here
    http://www.calliframe.com/fonds-decran-de-janvier/
    You can click on the words: desktop tablette and mobile to see the problem..
    I tried with another site with a different theme and it works fine..

    Kind regards and happy new year ;-)

    Chrys

    #204130

    Hey citystash!

    You can try http://www.microlancer.com/, https://codeable.io/ or even http://kriesi.at/contact/customization though I don’t know the pricing that WerkPress uses.

    Regards,
    Devin

    #204127
    citystash
    Participant

    Do you guys know if any good, affordable developers I can hire to customize my Enfold theme?

    #204121

    Hey raymontag!

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

    .single-post .big-preview.single-big { display: none; }

    Regards,
    Yigit

    #204108
    This reply has been marked as private.
    #204091

    improve the bug on IE9 with BWP Minify plugins

    Mod Edit: Please include details when mentioning a specific “bug” or issue.

    • This reply was modified 12 years, 2 months ago by Devin.
    #204088

    Hey Eleina_Shinn!

    You are currently using Enfold version 2.3.2, please update it to the latest version via FTP and let us know if issue remains
    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

    Best regards,
    Yigit

    #204080
    aribann
    Participant

    How do I replace what Enfold encodes by default CreativeWork with something more appropriate of my own choosing?

    #204072

    Thank you Peter,

    It works! But now in Safari when the image is resizing while scrolling the page, it is shown pixelated, although when the logo stops resizing, it renders ok. If you know any solution that works for all browsers, it would be perfect.

    But still there´s the issue when narrowing the browser window, as you can see in my captures, the top header (social icons and phone) pushes the header and the logo is hidden and the scale of the logo is bigger than expected. Trying a lot of options, I have figured out that this issue happens when you put something in Enfold > Header > “Phone Number or small info text”. Content in that field makes the logo bigger and that way it doesn´t fit into the header band. It only happens when narrowing the browser window by hand, not when the page open in a smartphone. Hope you know how to fix it.

    Regards.

    #204060

    Ability to export Enfold “Styling” options.

    #204057

    Hi Adolfo Lucio!

    In your custom.css file (in the css folder) look for the mobile only media query. Add this inside of it:

    .responsive .logo { height: 100px; }

    Just under where it says “add your mobile styles here” http://corpopromo.com/wp-content/themes/enfold/css/custom.css

    Regards,
    Devin

    #204050

    Hey!

    Actually I already created a German translation of Enfold ( /wp-content/themes/enfold/lang/de_DE.po ) and my translation covers nearly all front end text strings. You can share your files with a data storage service like: https://www.mediafire.com/ – just upload the po file and post a link to it. I’ll then compare your translation with the existing translation files and merge them.

    Cheers!
    Peter

    #204035

    In reply to: Buttons in Enfold

    Hi!

    Den Button Code findet ihr in /wp-content/themes/enfold/css/shortcodes.css – sucht am Besten nach

    
    /*button element*/
    

    und gleich darunter findet ihr den gesamten Styling Code (Farben, margins, paddings, etc.)

    Cheers!
    Peter

    #204021
    ahauber
    Participant

    Dear Kriesi,
    I have updated to your last version of Enfold but the logo sees like covered or wrapped by the page menu as you can see in http://www.responsinator.com/?url=www.corpopromo.com
    Tell me please what can I do. ¿Some magic CSS? Many thanks and regards from Madrid, Adolfo

    #204018

    Hi Yigit,
    I was trying to add a single read more button on the blog post, like that.
    Is possibile?

    Regards

    http://www.thomasgraziani.it/Button_enfold.jpg

    #204016
    tomgraziani
    Participant

    Hello to all,

    when I use some social plugin in the footer widget area, like Brankic social media, all the icons have vertical alignment.
    Can I solve this issue and have an horizontal/inline alignment?

    http://www.thomasgraziani.it/Question_Enfold_alignment.jpg

    #204008

    Hi Yigit,

    The website I’m working on is at the following url:
    http://calwinebiz.com/

    A screen shot of what I’d like to do is here:
    http://calwinebiz.com/enfold-sidebar-question

    Thanks!

    -Pelyon

    #204005

    Hi, i’m working on the German translation. Got it to 70%.
    Where do i have do send the files? Or what should i do to share the Files?

    #203997

    Did you deactivate the native layersider? I used this code:”//if(!current_theme_supports(‘deactivate_layerslider’)) require_once( ‘config-layerslider/config.php’ );//layerslider plugin. The endless loading problem was showed up after I deactivated the layerslider…
    And here is my original question:”I tried to disable layerslider use the code:”add_theme_support( ‘deactivate_layerslider’ );”. But It didn’t work. When I uploaded the layerslider plugin from outside, it shows”Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/admin/wholeren.com/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /home/admin/wholeren.com/wp-content/plugins/LayerSlider/layerslider.php on line 119″.

    #203993

    In reply to: Fixing the footer

    Hi wallaroomedia!

    Please don’t edit anything on the theme files. Go to Enfold > Footer > Copyright then place the [nolink] tag on the field.

    Cheers!
    Ismael

    #203986

    Hi pelyon!

    Can you post the link to your website? The one you have on your profile is not using Enfold. Also a screenshot showing changes you would like to make would be useful

    Cheers!
    Yigit

Viewing 30 results - 232,081 through 232,110 (of 244,362 total)