Viewing 30 results - 221,251 through 221,280 (of 243,822 total)
  • Author
    Search Results
  • #261916

    In reply to: Enfold Showcase

    Hi,

    erstmal ein großes Lob an die fleißigen Entwickler. Weiter so, erstklassige Arbeit!
    Wir nutzen eine angepasste Enfold Version für unseren Schnäppchen Blog mit automatischen Preis-Such-Algorithmus und Preisverläufen.
    Sollte jemand Fragen haben, immer her damit :-)
    http://www.nerdsheaven.de/ (German)

    Gruß,
    Kay

    • This reply was modified 11 years, 8 months ago by sevsh.
    #261907
    This reply has been marked as private.

    HELP PLEASE ASAP THIS IS A LIVE WEBSITE CUSTOMER NOT HAPPY…

    I should not have to write code to make a image smaller

    In the Enfold editor the image is set to have a width or 200 px

    But when I view the site it takes up the full screen.

    Here is a link to what it looks like in edit mode
    http://ottenbros.sbstrategies.com/wp-content/uploads/sites/6/2014/05/screen.jpg

    Here is how it looks live it worked before the last update but now it does not?
    http://ottenbros.com/meet-the-designers/

    #261899
    MarcG5
    Participant

    Hi all,

    I have almost finished my migration from Avisio to Enfold and looking forward to going live with the new site very soon. I have some tidying up questions that I hope you could help with:

    Mobile view:
    1 – Is there a way to remove the breadcrumbs for only when the site is viewed only on mobile phones? iPads appear to be ok but I am not sure if you can distinguish between screen sizes.

    2 – When viewed on an iPhone or Android phone my mobile menu icon in landscape is positioned fine but when put into portrait mode the menu icon obscures my logo. Could this be positioned higher than it currently is when viewed in portrait mode?

    General:
    When viewing a page from the main menu a highlighter is present under the selected menu item, however when viewing a page from the sub menu the highlighter disappears. Is there a way to make this present for any menu item that has been selection?

    My website can be viewed here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/

    Thanks in advanced for any help!
    Marc

    #261898

    Hey web4proPL!

    You can remove post nav by adding following code to Quick CSS in Enfold theme options under General Styling tab

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

    and you can use following code when you are using boxed layout

    .avia-post-prev { left: 4%; }
    .avia-post-next { right: 4%; }

    I could not reproduce scrolling issue on my end on Chrome version 34.0.1847.131 on Mac OS X 10.9.2. Which OS and Chrome version are you using?
    It does look fine on my end on Firefox 29 – http://i.imgur.com/fhsWzsH.jpg
    Can you post the link to your website so we can look into it?

    Regards,
    Yigit

    This reply has been marked as private.
    #261890

    In reply to: Remove table styling

    Hey Sconcepts!

    Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values

    Best regards,
    Yigit

    #261886

    Hey!

    Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    It would be the best if you login on ThemeForest with the account you have purchased Enfold and go to Downloads page to download the latest version and update the theme via FTP (You can find video tutorial in the link i posted)

    Cheers!
    Yigit

    #261878

    Hi,
    With UberMenu the shrinking settings (both placement and colour change) seem to have been overridden or lost.
    Here is the link to see what I mean:
    http://testsite.cutecircuit.com

    The text is hard to read because the colour change is lost.
    And once you scroll the page a little, the text does not place properly on the menu bar.

    Presently I have added the CSS found at this page (http://sevenspark.com/docs/ubermenu-enfold) to the Quick CSS field of the Enfold Admin interface.
    Thanks!

    Hi Vicken!

    Please add a Color Section element to your page and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; }

    Regards,
    Yigit

    #261859
    WEBIGAMI
    Participant

    Hi kriesi-team,

    I’m almost finished with another Enfold-project and have the following issue:

    My client claims, that images are not loading (immediately) when she scrolls down the site. The images should load in the moment, the content is visible in the browser.:

    http://webigami.de/guth/kunst/figurative-malerei/

    Please advise asap. I need to go online tomorrow.

    Thanks and cheers,
    Jan :)

    #261844

    Hi!
    would you mind updating to the latest theme version and check if the problem is fixed? we made som echanges and it seems to work fine here for example: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    Best regards,
    Kriesi

    Hey Sue!

    I am afraid there is no other solution than updating. wordpress 3.9 made some substantial changes to the their editor and we had to change a lot of files to make it work with enfold. Sorry for that…

    Best regards,
    Kriesi

    #261825

    Hi Brett!

    Do you mind posting a temporary admin login here, privately, so we can look into it? Just realized that you are using an older version of the theme. Please firstly update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #261818

    In reply to: Blog Issues

    Hi shadyraymond!

    1- Please go to Appearance > Editor and open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);

    and change it to

    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['next'] = get_previous_post($settings['same_category']);
    	            $entries['prev'] = get_next_post($settings['same_category']);

    2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
    3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
    Best regards,
    Yigit

    #261815

    Topic: design work

    in forum Enfold
    rmauro
    Participant

    I am in need of some help to build a wp site using enfold. Small project, which I could do myself, just dont have the time right now. and I need the site up asap.

    please email me, if you have the time and interest.

    thank you!

    rm at happy mac dot com

    #261800

    Hi spirit1977!

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

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 150px;
    }

    Cheers!
    Yigit

    #261797
    fisherman
    Participant

    Hi, I can’t resize images at all in posts in Enfold. The inline width and height paramaters are there, but they are not respected in the front end. What can I do?
    Thanks,
    Tom

    #261796

    Hi!

    You are probably using an older version of the theme. Please update Enfold to the latest version 2.7.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #261778

    Hi ste_thumbs!

    Please give a unique ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #your-custom-id { display: none !important; }}

    Regards,
    Yigit

    #261776

    Hi!

    1- Please go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 200px
    2- Please add following code to Quick CSS

    div .logo { margin-top: 20px; }

    3- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
    Cheers!
    Yigit

    #261767

    Hi!

    @tkcenter: No worries. Please open another thread about the search form issue. :)


    @ContentedKerry
    : Did you update the theme to the latest version, Enfold 2.7.1? The text block should be fix on the latest patch of the theme.

    Best regards,
    Ismael

    Jan
    Participant

    Hello,
    at the Enfold Settings -> Sidebar Layout I’ve checked the “Page Siedbar navigation”, which displays “all nested subpages of a page automatically”. But now I’ve changed the “Sidebar Einstellungen”on one page from “Default Sidebar” to a custom widget area. The content of this widget area appears correctly, but unfortunately the subpages are still displayed above them. I thought a change from “Default Sidebar” to a custom widget area will preclude the subpage view(?). What can I do to preclude them?

    Thank you, Jan

    Thanks, but this is absolutely not the same as the normal ENFOLD “latest news widget” -> see the (missing) widget header for example.

    Latest News-Widget:

    Combo-Widget:

    #261747

    Hey Romina77!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png

    Cheers!
    Yigit

    #261742

    In reply to: Font color top menu

    Hey OrangeMediaNL!

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

    .header_color .sub_menu>ul>li>a { color: red; }
    .header_color .sub_menu>ul>li>a:hover { color: blue; }

    Best regards,
    Yigit

    adrianwackernah
    Participant

    Hab da auf einer neuen Domain mal das Advanced Styling im Enfold Child für die Überschriften H1-H6, die in Blau dargestellt werden sollen, benutzt.

    Nun hab ich auf der Homepage (http://koffer-kunst.de) ganz oben zwei AVIA Spezielle Überschriften Komponenten eingefügt, die aber gerne den Text in Grau erscheinen lassen sollen. Doch das kommt im Frontend nicht an, egal welche Farbe ich diesem Block zuordne. Im Code kann ich allerdings die korrekte Farbangabe sehen. Wird da das Advanced Styling vielleicht nachgeladen?

    Enfold 2.7.1

    Gruß, Adrian

    #261736

    I might be blind, but I can’t seem to find that string in the Enfold theme using the codestyling-localization plugin.

    #261730

    Hi!

    If other users report such issue, i will let Kriesi know about it. But i cannot reproduce the issue on my end. You can add the code to Custom.css file inside Enfold/Css folder if you would like to keep Quick CSS field clean. I am marking this thread as resolved, let us know if you have any other questions or issues

    Best regards,
    Yigit

    Hello Ismael
    It works!

    But, as i do not like to modify the Enfold core files, I have had this to my function.php:
    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);
    return $paths;
    }

    And in my Enfold chield directory I have created a directory named /shortcodes and put in this one the modified slideshow.php. :-)

    Thanks a lot.

Viewing 30 results - 221,251 through 221,280 (of 243,822 total)