-
AuthorSearch Results
-
July 10, 2013 at 9:29 am #128539
In reply to: portfolio link titles not shown correctly In IE 9
Perhaps i did not describe it correctly, I’ll try as clear as i can:
In IE9:
1. go to http://kriesi.at/themes/enfold/portfolio/
2. click on category filter “HTML”
3. change category filter by clicking on “PSD”
4. Click again on “HTML” category filter
5. Now hover with your mouse over the 4th item and you will see the titles do not match and when u click on the item you don’t go to the item’s page, the link appears to be broken.
This problem appears after switching back and forth between category filters and only some portfolio items have this problem.
July 10, 2013 at 8:59 am #128903In reply to: Enfold performs very poorly with Google Chrome
Hi!
No, don’t think so. Probably SEO Quake Bar affects the browser rendering engine somehow…
Regards,
Peter
July 10, 2013 at 8:55 am #25874Topic: Qoate Scroll Triggered Box
in forum Enfoldodac25thka
ParticipantHi,
I would like to use the Qoate Scroll Triggered Box Plugin like this site : liveyourlegend.net
However, I can’t seem to get it work with Enfold. http://odac25thka.byethost16.com/
Is there a workaround this?
Thank you!
July 10, 2013 at 8:31 am #128475In reply to: Support Polish characters.
See https://kriesi.at/support/topic/custom-font-with-cyrillic-symbols – you can add a new font or overwrite an existing font – a list of all supported fonts can be found in wp-contentthemesenfoldincludesadminregister-admin-options.php
'Alice'=>'Alice',
'Allerta'=>'Allerta',
'Arvo'=>'Arvo',
'Antic'=>'Antic',
'Bangers'=>'Bangers',
'Bitter'=>'Bitter',
'Cabin'=>'Cabin',
'Cardo'=>'Cardo',
'Carme'=>'Carme',
'Coda'=>'Coda',
'Coustard'=>'Coustard',
'Gruppo'=>'Gruppo',
'Damion'=>'Damion',
'Dancing Script'=>'Dancing Script',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'EB Garamond'=>'EB Garamond',
'Fjord One'=>'Fjord One',
'Inconsolata'=>'Inconsolata',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab'=>'Josefin Slab',
'Kameron'=>'Kameron',
'Kreon'=>'Kreon',
'Lobster'=>'Lobster',
'League Script'=>'League Script',
'Mate SC'=>'Mate SC',
'Mako'=>'Mako',
'Merriweather'=>'Merriweather',
'Metrophobic'=>'Metrophobic',
'Molengo'=>'Molengo',
'Muli'=>'Muli',
'Nobile'=>'Nobile',
'News Cycle'=>'News Cycle',
'Open Sans'=>'Open Sans:400,600',
'Orbitron'=>'Orbitron',
'Oswald'=>'Oswald',
'Pacifico'=>'Pacifico',
'Poly'=>'Poly',
'Podkova'=>'Podkova',
'PT Sans'=>'PT Sans',
'Quattrocento'=>'Quattrocento',
'Questrial'=>'Questrial',
'Quicksand'=>'Quicksand',
'Raleway'=>'Raleway',
'Salsa'=>'Salsa',
'Sunshiney'=>'Sunshiney',
'Signika Negative'=>'Signika Negative',
'Tangerine'=>'Tangerine',
'Terminal Dosis'=>'Terminal Dosis',
'Tenor Sans'=>'Tenor Sans',
'Varela Round'=>'Varela Round',
'Yellowtail'=>'Yellowtail',Eg if you want to use Open Sans with “Latin Extended subset” characters add following code to the bottom of functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
return $fonts;
}Note: Not all google fonts support all subsets. You can search for fonts which support “latin extended” characters here: http://www.google.com/fonts/
July 10, 2013 at 8:26 am #128902In reply to: Enfold performs very poorly with Google Chrome
Sorry, I don’t know SEO Quake Bar. :(
July 10, 2013 at 8:15 am #128901In reply to: Enfold performs very poorly with Google Chrome
Oh. You are right. But it’s not the Admin Bar. It’s my SEO Quake Bar that is causing the problem. I disabled it and it works now!
However, just curious, is there a way to make it work with the SEO Quake Bar. I kinda don’t want my site to look broken when they visit. They won’t know it’s SEOquake that’s causing the problem and think it’s my site.
July 10, 2013 at 8:06 am #128706Hi Devan,
Thanks for your response.
1) I’m not sure how the Corona theme is still showing or affecting the Enfold theme. I’ve only changed the custom.css file and added the Enfold Portfolio Coding into these pages. Can you please advise how to get this working as Enfold?
2) Can you tell me the width of the central section please then I can change the images to fit based on how many columns I’ll use. The image size info in functions.php is only thumbnails not the width of the website design.
Thanks, Siobhan
July 10, 2013 at 7:58 am #128900In reply to: Enfold performs very poorly with Google Chrome
Both of your pages look fine in my Chrome. I’d say try logging out of WP and then check the site again. Maybe the WP admin bar is interfering with it?
July 10, 2013 at 7:51 am #128899In reply to: Enfold performs very poorly with Google Chrome
Hi,
I experienced problems specific to Chrome as well. When building a blank page in chrome, the page just goes off completely towards the right. This happens with the coming soon page and the Maintenance mode pages.
Here’s one of my test sites:
http://odac25thka.byethost16.com/pages/blank/
Here’s a screenshot of how it looks like on my computer:
https://dl.dropboxusercontent.com/u/38779815/Screen%20Shot%202013-07-10%20at%203.49.59%20PM.png
Please advise me what to do. Thank you so much!
July 10, 2013 at 7:39 am #128719In reply to: Change Blog to excerpt instead of full post
Hi Devin,
Thanks for your response and link.
I switched themes from Corona to Enfold so have quite a few blog posts and was trying to avoid any manual editing.
There are excerpt sections on each blog post which are already filled in – should these be showing automatically rather than the full summary?
Thanks, Siobhan
July 10, 2013 at 7:19 am #128626In reply to: Ajax Search – Translation handling probs…
Hi,
I think Dude has the right way to go about this. Calendar plugin used a similar approach http://trac.theseednetwork.com/ticket/251 For me all the German words are static (in the sense that its always the same set of words in the same positions http://i.imgur.com/LaUGYv6.png these two words, and another phrase blinking quickly sometimes…) so worse comes to worse can even come up with a quick hack and add it right into the do_search function on line 913 of avia.js . Can possibly pull them into the php page (functions_enfold.php line 157, since one of the german words is just a single line above it i believe, the one in h4 tags).
Thanks,
Nick
July 10, 2013 at 6:24 am #128034I tested the button several times now and it worked for me all the time. However I noticed that it will reload the same page if you don’t enter a postcode value. The “This field is required.” message is partly hidden under the white input field and you might want to change its position. Btw – please add the javascript code to a js file (eg to http://my-boiler.info/wp-content/themes/enfold/js/avia.js ) and don’t add it directly into the html source code because the wpautop filter might mess up the javascript code.
July 10, 2013 at 6:10 am #128937In reply to: WooCommerce Product image not scaling in Enfold
Hey!
Can you post a link to your website please?
Best regards,
Peter
July 10, 2013 at 6:06 am #128778In reply to: Problem whith translate LayerSlider
Yes, the problem is the textdomain won’t work if the theme loads the LayerSlider files. However you can fix it. First deactivate the Enfold theme (switch to another theme), then copy the “LayerSlider” folder (located in wp-content/themes/enfold/config-layerslider/) into the wp-content/plugins/ directory. Then activate the LayerSlider plugin and then activate Enfold again – this should do the trick and LayerSlider will load the right textdomain.
July 10, 2013 at 6:03 am #128777In reply to: Disable featured image on portfolio page itself
Hey!
Open up wp-contentthemesenfoldincludesloop-portfolio-single.php and comment out/delete following code
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";Best regards,
Peter
July 10, 2013 at 5:46 am #128732In reply to: FB comments count 0
It depends on the plugin. Enfold does not support the facebook comments counter and will just use the default wordpress function. However if the plugin comes with a function which allows you to display the facebook comments you can replace/modify following code in includes/loop-index.php:
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep'>/</span>";
}to display the facebook comments counter.
July 10, 2013 at 5:41 am #128704In reply to: Von Eunoia auf Enfold wechseln
Hallo,
nein, leider. Enfold basiert auf einem gänzlich neuen Template Builder der nicht nur wesentlich mehr Funktionen bietet sondern auch komplett neue (und geänderte) Shortcode Parameter & Strukturen benötigt. Diese zwei “Systeme” sind daher nicht miteinander kompatibel und es macht daher kaum Sinn zB ein Konverter-Skript zu schreiben.
July 10, 2013 at 5:36 am #128625In reply to: Ajax Search – Translation handling probs…
I’ve found: http://wpml.org/forums/topic/ajax-call-is-not-localized/ and probably this helps you. Open up functions-enfold.php and replace
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';with
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?lang='.ICL_LANGUAGE_CODE.'&s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';Then replace
if(empty($_REQUEST['s'])) die();with
if(empty($_REQUEST['s'])) die();
if(!empty($_REQUEST['lang']))
{
global $sitepress;
$sitepress->switch_lang($_REQUEST['lang'], true);
}July 10, 2013 at 4:16 am #128818In reply to: Updating to V1.7 Enfold
Hey Ivana,
I freelance on Codeable.io . Typical going rate there is ~$50 an hour and individual tasks all get a single combined/averaged estimate by the approved contractors so its a pretty solid fair system. Not for everyone as the price isn’t as budget as places like elance but it has a money back gurantee behind it so a bit more reliability for the hiree.
We’ll be doing more tutorials and videos for Enfold coming up and the idea being that most things wont need a developer to do but even still having a good place to go is always nice and in that regard Codeable is a great option.
Regards,
Devin
July 10, 2013 at 4:04 am #128898In reply to: Enfold performs very poorly with Google Chrome
Hi adamsqb,
This is the first time I’ve ever heard of the theme not performing well with chrome so right now there is zero intention of an update to address anything with it.
Looking at your site now with the latest version of Chrome on a windows 7 machine and OSX I’m having no delay in page load or performance issues.
In addition, the dozen or so sites I’ve built and manage using Enfold don’t have or have not had any reported Chrome specific performance issues.
Regards,
Devin
July 10, 2013 at 3:56 am #25934Topic: How to add social media share buttons or links
in forum Enfoldskosmer
ParticipantCan anyone suggest the best way to add a share button or a better option, to a blog post?
Is there a plugin or do you have to write the code?
If so, what should i look up to find out how?
I am using the Enfold theme.
Thx in advance.
July 10, 2013 at 3:36 am #128782In reply to: Problems istaling Enfold
Hey Fabiana,
See if the video on installing via FTP helps: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
July 10, 2013 at 3:35 am #25997Topic: WooCommerce Product image not scaling in Enfold
in forum EnfoldMSM
ParticipantIn Woocommerce using Enfold my product image is not scaling properly and is getting cut off. Not sure what I am missing.
Mike
July 10, 2013 at 3:34 am #128752In reply to: Background Colour Issue – Enfold Theme
Hey Gstar72
I answer this in your other topic where you asked as well: https://kriesi.at/support/topic/enfold-graphics-query
Just to help keep things easier to search and for us to answer please don’t make a new topic if you’ve already asked the question in another topic.
Regards,
Devin
July 10, 2013 at 3:16 am #128650In reply to: AFTER ACTIVATING ENFOLD THEME BLANK ADMIN SCREEN
Hey Andrey,
Glad you were able to get it sorted out.
If you have not already check out the AviaThemes channel where we have some videos on using the theme and functionality and will be adding more over time: https://vimeo.com/channels/aviathemes
Regards,
Devin
July 10, 2013 at 3:11 am #128723In reply to: Enfold Dimensions Query
Hi Siobhan,
In the functions.php file you can find all of the thumbnail sizes that the theme generates for each image uploaded.
Regards,
Devin
July 10, 2013 at 2:45 am #116483In reply to: Enfold Showcase
Great work Spinner! I love the idea of putting the whole blog post for tutorials into two tabs!!
July 10, 2013 at 1:55 am #25995Jasmer
ParticipantI want a set of social sharing icons to match the “Enfold RSS Link and Twitter Account” widget. I am going to use them in a plugin.
I want them to match exactly.
I downloaded the PSD from http://www.entypo.com/
What is the path to the orange and blue backgrounds on which the icons sit? It appears as though they have a stroke around the edge. Very nice. Are those located in PNG or other in the source files?
My goal is to take the original background, change the color and drop the icons on top.
Thank you!
July 10, 2013 at 1:40 am #25993Topic: Enfold search box position
in forum Enfoldcrashtestmummy
ParticipantHi there. Can someone please provide a fix or reason why the search box is showing up halfway down the page? It’s also appearing incomplete.
http://www.crashtestmummy.com.au
Thanks
July 10, 2013 at 1:10 am #128656In reply to: BUMP: Advanced Layout Editor Issue NOT resolved
I also have this issue: the button is at the right of visual/text.
Happens on two test websites, enfold & wordpress up do date.
When a page already using the avia framework is opened, I can click on Default editor with the regular text… but I can’t click on Advanced layout editor.
Not related to memory limits, as they are set at 256mb.
Anyway, now I’m just using shortcodes. As they are the only way to work on posts, it’s not a bad thing to start using them on pages as well. As some point you get at ease with the syntax and most of the things can be achieved solely with shotcodes in the classic editor…
-
AuthorSearch Results
-
Search Results
-
Topic: Qoate Scroll Triggered Box
Hi,
I would like to use the Qoate Scroll Triggered Box Plugin like this site : liveyourlegend.net
However, I can’t seem to get it work with Enfold. http://odac25thka.byethost16.com/
Is there a workaround this?
Thank you!
Can anyone suggest the best way to add a share button or a better option, to a blog post?
Is there a plugin or do you have to write the code?
If so, what should i look up to find out how?
I am using the Enfold theme.
Thx in advance.
In Woocommerce using Enfold my product image is not scaling properly and is getting cut off. Not sure what I am missing.
Mike
I want a set of social sharing icons to match the “Enfold RSS Link and Twitter Account” widget. I am going to use them in a plugin.
I want them to match exactly.
I downloaded the PSD from http://www.entypo.com/
What is the path to the orange and blue backgrounds on which the icons sit? It appears as though they have a stroke around the edge. Very nice. Are those located in PNG or other in the source files?
My goal is to take the original background, change the color and drop the icons on top.
Thank you!
Topic: Enfold search box position
Hi there. Can someone please provide a fix or reason why the search box is showing up halfway down the page? It’s also appearing incomplete.
http://www.crashtestmummy.com.au
Thanks
