Forum Replies Created

Viewing 30 posts - 8,041 through 8,070 (of 9,352 total)
  • Author
    Posts
  • in reply to: Tabs bug. #131312

    Please make sure you installed the latest version of the theme (should be 1.8.x) and make sure your allocated php memory is set to 128M ( http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ). If the problem still persists please try to deactivate all third party plugins and check if the issue still exists. If not activate the plugins one by one to find the culprit.

    in reply to: How To Style Author Archive Page #131316

    Hey!

    1) Insert following code into the quick css field

    #top .fullsize .template-blog.template-author .blog-meta {
    float: left;
    margin: 0 30px 0 0;
    text-align: left;
    }

    2) Go to Enfold > Sidebar and select “Sidebar on Archive Pages” – “right sidebar”.

    Best regards,

    Peter

    in reply to: Adding Background Shrinks Color Section Images #131318

    Hey!

    Can you post a link to a page where the issue occurs? Maybe it’s a css code conflict.

    Regards,

    Peter

    in reply to: Way to decrease space above Layout Elements #131237

    Hey!

    Thanks Richard for helping us out :)

    Best regards,

    Peter

    in reply to: The "Insert More Tag" Isn't Working #130949

    Hey!

    No, only the theme files are affected. The database content (posts, pages, options, etc.) won’t be changed.

    Regards,

    Peter

    The single-cptname.php will work with a child theme and the parent theme and regardless which solution you use it will always load. The include/loop function is not obligatory – Kriesi uses it because it allows the user to customize the wp-contentthemesenfoldincludesloop-portfolio-single.php file within a child theme. The user just needs to create the includes/loop-portfolio-single.php file in the child theme folder and wp will automatically load this template instead of the parent theme file. But if you create the cpt template in the child theme folder youdon’t need to create loop files unless you’ve other reasons (several templates use the same loop template, etc.).

    I’m not sure why it doesn’t work in your case but maybe your cpt conflicts with a plugin? Eg WooCommerce uses the cpt “product” too and you can’t easily create a custom template for WooCommerce products because the plugin uses several template_redirect hooks to bypass the standard wordpress template system…

    in reply to: Editor doesn't work/fonts/colors #131114

    Hey!

    Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.

    Regards,

    Peter

    in reply to: Portfolio grid images appear on top of each other #130719

    Hey!

    Glad you found a solution :)

    Best regards,

    Peter

    in reply to: Enfold header banner ad #131272

    This is just a recommendation and not a “must” – you can place the banner code anywhere you want in header.php. Just make sure it’s after the body tag. I’d recommend to place it below following lines

    <div id='header_meta' class='container_wrap container_wrap_meta'>

    <div class='container'>

    because the “container” div will center and scale the content on smaller screens.

    in reply to: Add image to pricing table #131267

    Hi!

    The table fields should support html code to and you can try to insert the img tag directly into the td or th element.

    Best regards,

    Peter

    in reply to: Button for footer or side bar? #131323

    1) I’d recommend a text widget – you just need to insert the button shortcode into the text field and then save the widget. You can generate the button shortcode by using the “Magic Wand” icon on the post editor page. Then copy/paste the code into the text widget field.

    2) Please post a link to your website.

    in reply to: Problems with iPad. #131326

    Hi!

    Please post a link to your website.

    Best regards,

    Peter

    in reply to: Something's Wrong #128045

    64 is probably not enough. Please increase it to 128M.

    Why is this happening and why do you suggest increasing memory?

    Because if the server does not have enough memory weird things happen because the php code isn’t executed/interpreted anymore. However because Kriesi uses ajax on the admin page you do not always notice the missing memory immediately and the server will just return an empty field without the content you want to modify. We can’t promise that the memory increase will fix the issue but it’s very likely.

    in reply to: images added to blog post aren't responsive on iphone #131332

    I investigated the html code and it seems like you (or wordpress) added a width value to the image code

    <div id="attachment_2705" class="wp-caption aligncenter" style="width: 760px"><a href="http://deborahburst.com/wp-content/uploads/2013/07/website-photos-NYC-hoda-deb.jpg" rel="lightbox[auto_group1]" style="position: relative; overflow: hidden;"><img class="size-full wp-image-2705" alt="Deb and Hoda!" src="http://deborahburst.com/wp-content/uploads/2013/07/website-photos-NYC-hoda-deb.jpg" width="750" height="1000">

    Please remove “style=”width: 760px” and the image will scale properly. Maybe you need to switch to the “HTML” mode of the text editor to find the code.

    in reply to: Multilanguage question #131248

    Hi!

    I’d recommend WPML. It’s fully supported by Enfold.

    Best regards,

    Peter

    in reply to: Sorting portfolio grid #131091

    Hi!

    If you want to sort the categories you can use http://wordpress.org/plugins/taxonomy-terms-order/

    If you want to sort the portfolio entries use: http://wordpress.org/plugins/post-types-order/

    Best regards,

    Peter

    in reply to: Co-Authors Plus PLEASE #131078

    Hi!

    You probably need to replace the code in wp-contentthemesenfoldincludesloop-index.php with the co-author plus function. Replace

    the_author_posts_link();

    with

    coauthors_posts_links();

    Best regards,

    Peter

    in reply to: Error: [LayerSliderWP] Slider not found #131100

    1) Please go to Appearance > Menus and assign the menus to a “theme location”.

    2) Go to the front page and check which layerslider is selected (Advanced layout). Try to change the slider and save the page. Then you should get rid of the “[LayerSliderWP] Slider not found” message and the slider will be displayed instead.

    in reply to: Advanced Layerslider short code #131141

    Hey!

    The shortcode is

    [av_layerslider id='#']

    and replace # with the slider id.

    Regards,

    Peter

    in reply to: Different header type for different page, how? #131059

    Hi!

    Should work now – I corrected the code.

    Best regards,

    Peter

    in reply to: How to add Title in custom post type? #130509

    Hi!

    Sent you a mail.

    Regards,

    Peter

    in reply to: portfolio/avia/gallery clicking #131046

    Try following – open up wp-contentthemesenfoldjsshortcodes.js and replace

    gallery.on('mouseenter','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    });

    with

    gallery.on('click','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    return false;

    });

    in reply to: Stretched Layout #131051

    This is not possible because both layouts require different options/setups and if you eg save the options for the “streched layout” in the admin panel the “boxed layout” will mess up the design and vice versa. You need to choose between the layouts.

    in reply to: Some help with a new install [formatting] #130880

    1) You can try to center the logo with

    .logo.bg-logo{
    left: 50%;
    margin-left: -100px;
    }

    and instead of -100px insert a custom negative value. You need to calculate it by dividing the image width by 2.

    3) We use the standard wordpress oembed api: http://codex.wordpress.org/Embeds and afaik it does not support any additional parameters for the url. You can try to insert the iframe directly though.

    4) Yes by default Enfold will always “stretch” the columns to fill out the entire width. The thumbnail size will only change the image inside the column and the thumbnail may look distorted if it’s too small. You can try following code css code:

    #top div .avia-gallery img {
    width: auto;
    }

    it will overwrite the default width:100% code and the thumbnail shouldn’t re-size if the column width is bigger than the thumbnail width.

    in reply to: SEO Issue #130854

    Hi!

    Yes, I they’ll remove invalid links from the search results but it can take some time. Yes, we do everything on our own when it comes to SEO.

    Regards,

    Peter

    1) No, this is not possible. Just one slug is supported

    2) Insert following code into the quick css field

    .avia-slideshow .image-overlay {
    display: none !important;
    }

    3) Enfold displays a headline on all tag archive pages. By default it’s “Tag Archive for: XX”. If it doesn’t work on your website please post a link to the tag archive page. The taxonomy pages (portfolio categories) also display a headline – see: http://kriesi.at/themes/enfold/portfolio_entries/css/ (Category “CSS”)

    4) Please insert following code into the quick css field

    #top .avia-slideshow-arrows a {
    text-indent: -600%;
    }

    in reply to: Make a big blog-like header image on top #130242

    Hey!

    If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.

    Best regards,

    Peter

    in reply to: Automate Gallery Image sizes #130438

    The only solution I can think of is to try a different thumbnail sizes (or maybe even define a new one with: http://wordpress.org/plugins/simple-image-sizes/ ) and to use small & cropped thumbnail images for portraits and landscape images. Then WP would crop the portrait images and the images would have the same dimensions like landscape images.

    in reply to: change background color for top heading section #129396

    Hey!

    Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.

    Best regards,

    Peter

    in reply to: Icons not showing in FF and IE #130972

    Hey!

    I just checked your website with IE10/9 and Firefox 22.0 and all icons display just fine for me. I’ll tag this thread for the other support staff members – maybe they can reproduce the issue.

    Best regards,

    Peter

Viewing 30 posts - 8,041 through 8,070 (of 9,352 total)