Viewing 30 results - 141,001 through 141,030 (of 142,622 total)
  • Author
    Search Results
  • #128847

    Thanks, topic closed

    #26350
    serverlift
    Participant

    The Feature Images on our blog were not displaying properly (they were being automatically displayed at 495×150 in the blog page and 100×150 in page). I implemented the instructions I was provided in this thread: https://kriesi.at/support/topic/blog-post-feature-image.

    These instructions worked, and the images are displaying as one would desire, but another problem has arisen. The main text content on all of our pages is now displaying off-center. Everything has been shifted about 100px to the left. After various attempts I have been unable to correct this problem, and am unsure about how to proceed. I obviously do not want to remove the image code, because then the images will display improperly again, but at the same time having the entire site off-center looks odd. Ideas about solutions?

    Thanks.

    #129768

    In reply to: Layerslider Error

    Hi a123john,

    Our queue system works by the oldest posted topic or response within a topic going first. So each time you self respond or bump your post it actually pushes it to the end of our Queue at that time.

    As for your issue, I don’t know of any concrete limit on layers but it could be that you just need to increase your php memory limit, max_input_vars or something like that.

    Depending on what you have now you can give that a try and see if it helps but if not you would need to split the content up into multiple slides instead of everything on one.

    See the LayerSlider documentation on the issue here: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/ under Common questions>Too many layers?

    Regards,

    Devin

    BlogNostics
    Participant

    Hi Sorry to bother you with this I looks over the thread and found this thread

    https://kriesi.at/support/topic/remove-featured-image-from-page#post-120827

    used the Quick CSS with the following

    .post-entry .slideshow_container {

    display: none;

    }

    and it did not remove the image from the post so I added it to the custom.css and still no go.

    I created a child theme and also added the code in that still no change the feature image is showing up within the post I forgot to mention I the blog is set to Blog Multi Author

    here is the screen shot

    https://www.dropbox.com/s/7yzdj2re4r2j8pv/Multi%20Author.png

    #128424

    If you target a page by its ID then yes you can. It would be something like:

    #top.page-id-33 #main .sidebar {display:block !important; clear: both; }

    Where 33 is the page ID of that specific page.

    #129789

    In reply to: CSS Conflict

    I’m going to close this topic as it seems you have two almost duplicate topics where we are addressing the same issues. Please do not create duplicate posts in the future as it causes uneeded duplication in responses as well as confusion.

    #129307

    In reply to: Main Menu Sticky?

    I’ve tagged the topic for Peter for German.

    The header options for fixed are the only ones that will give you a proper fixed header experience at the moment however.

    #129675

    Hey! I am not even sure if thats possible now with the way wordpress works right now, so at this point we probably wont add a feature to tune this. If I can find a useful article on the topic I will try to provide an extra hook to change the slug :)

    #26340
    stunna42
    Participant

    Hi – Please see http://thecaloriemythbook.com/homepage How can I get the youtube video to stop autoplaying?

    Thank you.

    stefanJ
    Participant

    Hello,

    first of all, the ENFOLD theme is really great!

    I would like to implement a web site showing a bar containing the page title with a sub menu. When the page is scrolled down this bar should be fixed at the top of the browser window.

    A good example is http://www.devexpress.com/Subscriptions/Reporting/

    Is it possible with ENFOLD (or any other theme you provide) – and how?

    Best regards,

    Stefan

    #130026

    In reply to: NOT A SUPPORT TOPIC

    You’re welcome. Figured somethin’ was fishy. Thanks for a GREAT Theme Kriesi! You do amazing work. Cheers!!

    #130025

    In reply to: NOT A SUPPORT TOPIC

    Hey!

    1.) No it didnt :)

    2.) No this aint legit and envato is certainly trying to stop those guys

    3.) No

    I didn’t know, thanks for the notice. Will try to take contact the hosting provider but not sure if there can be done a lot :/

    Cheers and thanks!

    Kriesi

    #130021

    Please try following fix – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace

    if(trim($content) != "") $content 	= "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";

    with

    if(!is_string($content)) $content = (string)$content;
    if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";

    #130024

    In reply to: NOT A SUPPORT TOPIC

    Hey!

    Not sure – I sent him a mail. Thank you for the hint :)

    Regards,

    Peter

    #26325

    Topic: NOT A SUPPORT TOPIC

    in forum Enfold
    Michae1
    Participant

    Stumbled on this today, [removed] – which confused me for a coupla reasons :

    1. I thought Kriesi was an “exclusive” designer for ThemeForest. Has that changed recently?
    2. Are they legit? If so, why would anyone buy any of these themes individually? If not, is Envato taking steps to shut them down?
    3. Does the Envato extended license allow you to resell themes?

    A cursory google glance, didn’t bring up anything associating them with Envato. Does Kriesi know about this? Just curious.

    #129656

    Hi,

    Remove the previous css and add this instead:

    #top .logo {
    float:right;
    left:auto;
    }
    @media only screen and (min-width:980px) {
    #top .logo {
    right:-100px;
    }
    }
    @media only screen and (min-width:768px) and (max-width:979px) {
    #top .logo {
    right:-60px;
    }
    }
    @media only screen and (max-width:767px) {
    #top .logo {
    right: -100px;
    }
    }

    Thanks,

    Nick

    Hi,

    Sorry, guess I need new glasses though I been told i will need to use a counterbalance in the back of my head to prevent sclerosis. :)

    Please add this css

    .fixed_header.social_header #main {
    padding-top: 136px;
    }

    Thanks,

    Nick

    #26324
    Gekko101
    Participant

    Hi Guys,

    Im getting this error on the top above my slideshows in the portfolio section:

    Warning: trim() expects parameter 1 to be string, array given in /home/gekkosho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443

    #129783

    Actually I’m also missing the content slider and we’ll implement it in a future update (see https://kriesi.at/support/topic/enfold-feature-requests – it’s already on the “So far requested and accepted” list). I can’t give you an ETA though. It definitely requires some work to transfer the slider from Corona to Enfold and we’ll probably not use the “old” content slider script from Corona but the new Enfold “post slider” script to build the content slider element.

    #129993

    Although I agree that it’s probably a better solution to create child theme files we can’t do this because it just takes too much time. We must work efficient and unfortunately we don’t have the time to explain how to use child themes, how to use code overwrites, etc. to modify the core files and so on. I expect that users who want to work with child themes read articles/tutorials, etc. and learn these things without our help and we can give them guidelines if the have a certain question (like: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp or https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme ) but we can’t explain how child themes work general, etc.

    If we start to work this way we’ll get many more questions of inexperienced users (maybe we’ll even confuse them) and that’s something I don’t want…

    #129949

    Hey!

    Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp

    Best regards,

    Peter

    #129903

    This is a bug (or maybe a technical limitation) of the layerslider plugin. Eg our shortcodes are not responsive too if you embed them in a slide/use them with layerslider (see: https://kriesi.at/support/topic/layer-slider-reponsive ). Kriesi contacted the plugin author and we’ll see if he can fix the problem or not…

    #26311

    Topic: Building My Website

    in forum Enfold
    zendao
    Participant

    So I really like Enfold and I’ve written all the content on the homepage and other pages using the demo. I’ve tried designing it to the best of my abilities and I think it looks OK, but I need the website to reflect Top-Quality web design as that is what my business will be about. I’m not a coder or web designer (and I don’t really know what a coder is? what’s the difference?) so I’m thinking of hiring someone to do it.

    Is this often necesary after buying a theme if one wants it to stand out and look it’s best? or is it overkill? How much am I expected to pay if I outsource the work? What key aspects/elements of building a website should I focus on when working with a web designer? Should I look for an expert on WordPress? Php? html? or web-design in general?

    Anyway, here it is… let me know what you guys think of the website itself, specially the overall look, and if you guys think it would help to outsource for best results.

    Thanks!

    #129841

    Hi,

    You need to pull back the menu the same number of pixels you used to change the height to 160px

    Please use this css, just play with the numbers a little:

    .main_menu ul:first-child >li > ul {
    top: 20px;
    }

    Thanks,

    Nick

    #129982

    Hi freeethinka,

    I’m not really clear on what you mean. Anything you make in a Advanced Layout Editor is only accessible from the Advanced Layout Editor. So if you save a template then it would be available from the same menu where the template was saved (the top right of the advanced layout editor interface).

    The page templates available from the Page Attributes meta box are php files within the theme files.

    Try watching the short intro video on the Advanced Layout Editor here for a general idea on how it functions: https://vimeo.com/channels/aviathemes/64927358

    Regards,

    Devin

    #129687

    I’m not able to access the page with the username and password provided.

    The only thing that we can do is to try and duplicate the layout you have and see whats going on. What you might want to try is to re-adjust the layout by using color sections to break up the content instead of just groups of column content on top of each other.

    Using what you had in the original text file I don’t get any issues when displaying it live.

    #129532

    Hi Laney,

    If you want something to only effect mobile view you can add it to the same media query as above. The custom.css has a blank template for mobile and desktop media queries and are labeled as such.

    Regards,

    Devin

    #115182

    The post has also been tagged for Kriesi so if he is able to find the issue he will most likely post here.

    I’m going to close the topic until then however so that we can approach any similar but perhaps not exact issues separately.

    Regards,

    Devin

    Hi,

    I really need to see the page itself to give you the code because I am not seeing space on mine so our configurations differ somehow. You can hide the url in www/goo.gl if you want.

    Not sure why you removed margin-top since now you have pretty much how the code was before my modification.

    Thanks,

    Nick

    #129788

    In reply to: CSS Conflict

    Hi Devin – Thank you. This change did remove the spacing from the top but seems to have created new issues. To see how the form looks now as contrasted to how it should look please see: http://TheCalorieMythBook.com/wp-content/uploads/2013/07/pleaseHelp.jpg

    The pages shown are: http://thesmarterscienceofslim.com/testor.html and also http://thecaloriemythbook.com/?page_id=2330

    How can we make the form boxes layout like: http://thesmarterscienceofslim.com/testor.html

Viewing 30 results - 141,001 through 141,030 (of 142,622 total)