Viewing 30 results - 234,421 through 234,450 (of 244,265 total)
  • Author
    Search Results
  • #189590

    puhh….now efter importing the dummy data twice ….the pages are dobbel.

    #189589

    Topic: Blog page format

    in forum Enfold
    tomgraziani
    Participant

    Good morning,
    thanks for this theme really well done. I tried to find solution for this problem but I have not found.

    1) In your test page (http://kriesi.at/themes/enfold/blog/) there are strange settings:
    – There are Vimeo preview but also the read more link
    – There are galleries in evidence but also the read more link
    In my settings, when I insert the read more link, all galleries, videos, etc. will disappear. How do I set the page? Where?

    2) Furthermore, in this page (http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/) there is “highlighted” text in the article, not at the beginning. How to achieve this?

    3) Last thing: H1 and H2 tags are really too big to be used. How can I edit the size/format of these tags?

    Thank you, have a nice day!

    #189588

    incorrect:
    Home v.4
    Home v.5
    Home v.7
    I installed even the plugin “WooCommerce Deutsch (de_DE)” and activated it but it is not there in Home v.8

    Any idea?

    Regards Frank

    #189587

    Hi!

    Yes, I did so …like in the video. And I “Import the dummy data” again.
    There are pics and sliders missing.
    Do you wanna have my login? and take a look?

    Regards
    Frank

    #189585

    Topic: statistic shortcode?

    in forum Enfold
    joshuati
    Participant

    Hi!
    I really enjoy the Enfold theme. But I think it could be even greater with statistic shortcodes, like ones used in infographics (6 people in color over a hundred)
    I could find anything upon it…. If you had the idea, sure it is not so complicated to make (choose an icon, total number and total colored) but it could be of great added value….
    Go on with that work! I never regret the money I put into it!!!

    #189584

    and this?:

    *automatically generated default sidebars from the children of the main menu items only show in alphabetical order – is there a way around this?

    Is “Yeost Breadcrumb” compatible witht he Enfold?

    thanks!

    #189579
    This reply has been marked as private.
    #189577

    In reply to: Save Portfolio Items

    Hi tomerus!

    WordPress or Enfold don’t come with such a feature out of the box but you can try a plugin from the repository: http://wordpress.org/plugins/search.php?q=Favorite+Posts to add it to your website. I didn’t test a particular plugin though and I can’t promise that all are compatible with Enfold.

    Best regards,
    Peter

    #189566

    Hi mar10nlund!

    1) Use following css code

    
    .responsive #top .mobileMenu {
    background-color: #e2e2e2;
    }
    

    2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field

    
    .responsive #top .mobileMenu {
    background-image: url("htttp://mywebsite.com/image.png");
    }
    

    and instead of htttp://mywebsite.com/image.png insert the url to your image.

    3) Use following code to change the color/size

    
    .responsive #top .mobileMenu {
    color: #fff;
    font-size: 10px;
    }
    

    4) You can use Codestyling http://wordpress.org/plugins/codestyling-localization/ to translate the theme. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Best regards,
    Peter

    #189564

    In reply to: Portfolio item title

    Hi!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace

    
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
    

    with

    
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
    

    to remove the link.

    Best regards,
    Peter

    Hi!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and replace

    
    $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >{$caption}";
    

    with

    
    $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap'>{$caption}";
    

    to remove the tooltip. However note that we added the title because of SEO reasons and personally I wouldn’t recommend to remove it…

    Best regards,
    Peter

    #189560

    Hey JUAN DE DIOS!

    Can you please create us an admin account and post the login credentials as private reply – we’ll look into it.

    Cheers!
    Peter

    #189559

    Hey!

    Do you use an advanced layout (template builder) on the portfolio page? If yes you can’t add comments to the portfolio page because the template builder doesn’t support a comment form. If not you can modify /wp-content/themes/enfold/single-portfolio.php to support comments – open up the file and replace

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    

    with

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    
                            //wordpress function that loads the comments template "comments.php"
                            comments_template( '/includes/comments.php');
    

    Cheers!
    Peter

    Hi!

    I recommend to hire someone from http://www.microlancer.com/ or here: http://kriesi.at/contact/customization if you really need this feature. I’m not sure what needs to be done – you first need to debug the code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and then you probably need to find a way to fetch the right image id based on the multisite blog id.

    Regards,
    Peter

    This reply has been marked as private.
    #189542
    mediumstudio
    Participant

    Hi, I’d like to be able to adjust the spacing between flex-columns. I can’t seem o find the file to control it – is there a CSS I can add?
    Such as the spacing between columns here: http://mediumstudio.com/wp/?page_id=17
    This page was made with 1/3 layout columns (with image and text elements inside them – which I assume will re-size with any new spacing) – thanks

    #189540

    Hey!

    I tested the code I gave you while viewing your website and it works properly. Please remove browser cache then test it again.

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none !important;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border: none !important;
    }

    You can add a screenshot using imgur, dropbox, mediafire etc.

    Regards,
    Ismael

    #189534
    dcmalk
    Participant

    Hello,
    I bought this theme a couple days ago and still trying to wrap my head around everything. So far, so good… but one design I’m having trouble trying to re-create is a clean Contact Details area in a footer widget. I am trying to make it look similar to this:

    http://oi40.tinypic.com/2qvxri1.jpg

    In other themes, there are glyph classes I would reference. In Enfold, it would seem icon fonts would be the avenue; however, I’m not sure if I’m understanding the proper way to use them. This is what I’ve tried:

    [av_font_icon color="" font="entypo-fontello" icon="ue842" size="16px" position="left" link="" linktarget="" alttext=""] <strong>Address:</strong> PO Box 123 <br />Lexington, VA 24450
    [av_font_icon color="" font="entypo-fontello" icon="ue80a" size="16px" position="left" link="" linktarget="" alttext=""] <strong>Phone:</strong> 800-555-1212
    [av_font_icon color="" font="entypo-fontello" icon="ue805" size="16px" position="left" link="" linktarget="" alttext=""] <strong>Email:</strong> <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>

    The problem with the above is that it doesn’t line up nicely (and doesn’t feel right, lol). Before I spend time writing classes to clean it up, I wanted to check and see if I’m on the right track or if there’s a simpler way to accomplish this. Seeing the icon tabs and other elements containing icons lead me to believe there may be, which is why I wanted to ask here.

    Thanks!
    Damon

    chrisbryant
    Participant

    Here’s a problem that is baffling me…

    Using Enfold, each and every post title (appearing in the enfold Header) is displaying the default “Blog – Latest News” permalink – instead of the current post title. (Standard WP Posts – not pages).

    But here’s what’s weirder…

    On one post, I noticed the post title was correctly being displayed.
    I tested and found that any post with the Advanced Layout Editor enabled in the back end- displayed the correct post title.
    But Posts with the Default Editor enabled in the back end were displaying the default permalink.

    So, if I simply change go back into the editor and click on Advanced Layout Editor, then save and refresh – the correct title is displayed on the front end.

    Is that the intended behavior?
    Is anyone experiencing this?

    Unfortunately, I’m developing locally so I cannot provide a link.
    I’ve disabled all plugins during this test, too.

    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.4.2
    Installed: enfold
    AviaFramework Version: 1.8.5
    AviaBuilder Version: 0.4
    – – – – – – – – – – –
    ChildTheme: enfold-child
    ChildTheme Version: 0.1.0
    ChildTheme Installed: enfold
    wordpress 3.7.1

    ML:40-PU:26-PLA:2

    • This topic was modified 12 years, 3 months ago by chrisbryant.
    #189520

    Hi tizmik!

    You can add this on your custom.css or Quick CSS:

    #top .sub_menu>ul>li:hover {
    	background: red;
    	display: block;
    	float: left;
    	height: 30px;
    	padding: 10px 10px;
    	position: relative;
    	top: -11px;
    }
    

    Cheers!
    Ismael

    #189511
    chrisbryant
    Participant

    Hi,

    Have Enfold and would really love to use it. But lack of support for CPTs is an obstacle for me.

    There’s lots of talk about adding support for Custom Post Types on the forum, and some moderators have posted a link to a “how to video”. But unfortunately, the links to videos are DOA (ie: http://vimeo.com/channels/aviathemes/64996057).

    Do you have an updated link to that How To video?

    Kind regards,

    Chris

    PS: If there’s no “how to” solution, is it possible this feature is very close to being officially added by Kriesi?

    Updated: I eventually found this link with a video explaining how to add Custom Post Type Support to Enfold:
    https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/

    • This topic was modified 12 years, 3 months ago by chrisbryant. Reason: Resolved
    #189510

    Hey!

    This is the answer:

    You should create a page then switch to Advance Layout Builder, add the Blog Posts element. Configure the Blog Content length to show the excerpt. Don’t set a blog page on Enfold > Theme Options > Where do you want to display blog?.

    Regards,
    Ismael

    #189505

    Hi Pedroluiscarretero!

    Can you please post a link to the website? I have the latest Enfold and the go to top button arrow shows properly.

    Cheers!
    Ismael

    #189500

    Hi!

    I’m not sure if I understand the problem correctly but have you tried to “Import the dummy data” on Enfold > Theme Options?

    Regards,
    Ismael

    #189499

    In reply to: Nexus 7 and enfold

    This reply has been marked as private.
    #189498

    Hey!

    I can’t login to the website. It says “Authentication Required”. The login credentials you posted is incorrect. Have you tried defining a predefined color scheme on Enfold > Styling? Please post a screenshot of the issue.

    Best regards,
    Ismael

    #189496

    Greatly appreciate the help, but that did not work. I would add a screenshot, but you cannot do that here. URL is pvatestsite.com/avideaters. look at the menu. it is red with black lines separating the menu items. i want to get rid of those lines. thanks.

    #189495

    Hey steed!

    The theme uses the Open Sans fonts. You can define it on Enfold > Styling > Defines the Font for your body text & Heading Font.

    Regards,
    Ismael

    #189493

    Hey bigtime32!

    You can add this on your custom.css or Quick CSS:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #189480
    mmsdev
    Participant

    Not sure why but my sliders stutter really badly.

    Can some have a look at this and tell me what the issue is please.

    Oh in safari they are the worst..

    http://dev.midischool.com/final-cut-pro/

    Thanks!

Viewing 30 results - 234,421 through 234,450 (of 244,265 total)