Viewing 30 results - 139,951 through 139,980 (of 142,730 total)
  • Author
    Search Results
  • #138265

    Thank you Yigit! That did seem to help. However, I brought it down to zero and there is still quite a bit of padding above and below the image. I’m still wondering if there’s some padding being added to the images.

    Hi Tim,

    You can try turning on the advanced layout editor debug field by adding this to your functions.php file:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Why it crashed I don’t know but because of the way the data is saved it doesn’t actually get stored as revisioned data for WordPress at the moment. You can use the template options in the top right corner of the advanced layout editor to save your pages in versions or in general in case something like this happens again.

    As for recovering the data unless the testimonials are still showing on the front end then the data has been erased.

    Regards,

    Devin

    #138264

    Hi,

    Footer widget has top and bottom margin of 30px. Followig code will reduce top and bottom margin to 10px

    #footer .widget { margin: 10px 0 10px 0; }

    Please add it to Quick CSS

    Regards,

    Yigit

    #138263

    Thanks Yigit!

    The Footer padding CSS didn’t seem to work at all – but I’m not sure if I was specific enough either. The footer I need to tighten up in terms of padding is the footer widget, which you can see here: http://www.greenway2020run.com/ – the area I’m referring to specifically is where the logos are. I’m wondering if there’s a style that’s in the theme where a lot of padding is being added to the images I’m inserting, I’m having similar issues with this in other sections of the site.

    Thanks!

    #138226

    In reply to: Broken Pages

    Hi prsmith,

    Let me know if the php.ini changes we suggested via email and the other topic help in addition to the other suggestions.

    Regards,

    Devin

    #138262

    Hi,

    I guess you removed scroll to top button, if not please add

    #scroll-top-link { display: none; }

    this code to Quick CSS

    Default padding in footer is

    padding: 15px 0 30px 0;

    You can reduce it by adding following code to Quick CSS

    #footer {padding: 15px 0 15px 0; }

    Regards,

    Yigit

    Hi Devin,

    Can you recomend me a freelancer. I don´t know any.

    Thank you,

    Fabiana.

    BeeCee
    Participant

    Hi,

    hope that this is not too complicated … I would like to style the category names in the minor-meta line beneath the post title in that way, that each of my 4 categories get another color – but only in this line, this category name/link should get another color.

    Means, that if there’s the category name “AAA”, then this linked category name should be for example #FF0000;

    or if the category name there is “BBB”, then this linked category name should be ##04FF00; etc.

    I’ve tried it with something like that, without any effect:

    #top .category-36 .post-meta-infos a {
    color: #ff0000 !important;
    }

    I have googled a lot and searched for plugins to do this or a tutorial, but I haven’t found anything.

    Can anybody help me out please with some code or with a tutorial source or plugin, where I can search for more infos?

    Thanks a lot, appreciate

    #138209

    Hi Andy,

    Please see this topic https://kriesi.at/support/topic/icon-box-icon-link

    Regards,

    Yigit

    BeeCee
    Participant

    Hi,

    I have created a simple page without the Avia Layout Builder and discovered, that I cannot use right a h3 or h5 tag with creating my own selectors, or have I done something wrong?

    Here is the content of this test page:

    <h3 class="h3headline"><span class="h3background">This is headline 3 with stripes at the left and right</span></h3>

    <h5 class="h5headline"><span class="h5background">This is headline 5 with stripes at the left and right</span></h5>

    And the CSS for this:

    .h3headline {

    background: url("../images/shared/stripes.gif") repeat-x scroll center 10px !important;

    font-weight: normal !important;

    letter-spacing: 2px !important;

    margin-bottom: 12px;

    margin-top: 20px;

    padding: 2px !important;

    text-align: center;

    width: 100%;

    }

    .h3background {

    background-color: #FFFFFF;

    color: #BCA7B8;

    font-size: 15px !important;

    letter-spacing: 2px !important;

    padding: 2px 10px;

    text-align: center;

    text-transform: uppercase;

    font-weight: normal;

    }

    Same for the h5 (.h5headline and .h5background).

    It should show up like this

    In fact with these CSS and the code above, it doesn’t center and doesn’t show the stripes (path is right!), but with Firebug I discovered weird things concerning the h3 and h5 tags:

    Where do these double quotation marks coming from and these backslashes?

    Are there anyway coded in a theme’s file?

    My site is still in maintenance mode, so I hope these screenshots help. Thanks.

    #138156

    Actually I can’t reproduce the issue on your page. The breadcrumb shows “You are here:Home / Tiles / Glass Tiles”: http://www.screenr.com/Fe0H

    However maybe try to clear the browser cache & cookies because Kriesi sometimes uses sessions: https://kriesi.at/support/topic/breacrumps#post-134714 to generate the breadcrumb for portfolio items

    #138155

    That’s the thing Dude. If you look at my first post, I went from ‘Tiles’ on the main menu at the top, then ‘Glass Tiles’, then ‘Glass Tile 1’.

    The breadcrumb is showing:

    ‘You are here: Home / Tiles / Materials / Sealants & Finishing Products / Glass Tile 1’

    I’ve checked the hierarchy of the pages and its fine. Please have a look again.

    #138348

    I searched and tried few suggestions and now I got two images side by side but still at the top and lines that should be shown like the ones I can find on chrome are still not there.

    #28695
    rediohed
    Participant

    Hi,

    I just noticed that the first page built on the blank without header or footer are shown differently on the Internet Explorer.

    Here’s the address; http://www.geomorrow.com.au

    When I open the webpage, two images on the first page should be shown side by side, which I can find it correctly on chrome.

    But, when I open it on IE, I found out that the first image is shown at the top and the middle of the page and the image that should be right side of the first image is shown below the first image.

    Here’s another problem; it’s also about a page on blank.

    http://www.geomorrow.com.au/geomo/

    The image should be shown in the middle of the page with lines but the page on IE shows the image on the top of the page again without any lines.

    I did not change any code, or html, which I do not even know how to open and change.

    Also, I do not think I uploaded any suspicious plugins; bbpress and jetpack are only plugins I have.

    Please advise what I can do to fix them.

    Thanks.

    #138018

    Hey!

    I added your request to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/8?replies=218#post-136499

    Best regards,

    Peter

    #114816

    Hi!

    More slug options for portfolio items: https://kriesi.at/support/topic/replacing-portfolio-slug-with-portfolio-category

    Regards,

    Peter

    #137922

    You can change the value of the padding for the main ID with:

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

    #138121

    In reply to: Fields in comment post

    Hi Genaro,

    Try adding this code to the Quick CSS area in the Theme options page:

    #commentform label{ left: 0; }

    #top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input{ margin-left: 55px; }

    .comment-form-url{ display: none; }

    Regards,

    Josue

    1) Are you talking about when the “Player” is stopped and then UN-paused ?

    2) Did you test this and get the same result as me ?

    If so, I need to contact the “LayerSlider” programmer and let him / her know.

    =========================

    Look forward to your reply.

    Hi Fabiana,

    You would need to place the links as html into your header.php file and then adjust them via css. The exact customization and css would need to be handled by a freelance developer if you aren’t comfortable with it on your own just because it needs to be exact to your site and still keep everything responsive and cross browser compatible.

    Regards,

    Devin

    #137890

    If you can send me login details I’ll log in and take a look. As I asked for before it would be much more helpful to know the details of your server however since this seems to be an very isolated issue.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    Regards,

    Devin

    #28665
    julievic
    Participant

    I’m wanting to setup my homepage like you have it on Home version 7, which seems to be the fullscreen slider, but it’s using the function that you are layering it with a logo and text on top. I tried to recreate this with the WP layer slider and it is zooming in on some of the images, and I can’t get it to scroll properly. It works great and scrolls properly if I just use the Fullscreen Slider option instead, however that slider does not give me the option to create the layers like you have it in the demo.

    Are there any video tutorials that can walk me through what I’m doing wrong here?

    #138261

    I actually just figured it out (of course) but there’s still quite a bit of padding in the footer – I think there may just be quite a bit of padding around images in the stylesheet?

    #28663
    kellymarie2001
    Participant

    How do I remove the “back to top” arrow icon from the bottom of my pages (the #top link). Those things drive me nuts! It’s also creating quite a bit of extra/unnecessary padding in my footer.

    Thanks in advance!

    #28660
    Valerie
    Participant

    Hi All,

    Both Enfold and Avisio themes appear to be broken and I have lost a lot of WordPress functionality, such as being able to edit pages, loss WP taskbar at top of screen, sidebar and footer widgets, and upload media into those pages. Enfold just broke. I started a new thread for the Avisio issues yesterday in that theme’s support section. It is installed on Avisio at sustainability.valiantlane.com.

    Enfold is installed on talentdev.valiantlane.com. Here are example images:

    Broken page: http://talentdev.valiantlane.com/wp-content/uploads/2013/08/Enfold_Page_Broken.png

    Page that is still working:

    http://talentdev.valiantlane.com/wp-content/uploads/2013/08/Enfold_Page_OK_top.png

    http://talentdev.valiantlane.com/wp-content/uploads/2013/08/Enfold_Page_OK_bottom.png

    I received and email that says I have a comment about spelling errors on my site. There are no comments in WP in either Enfold or Avisio. Outlook has flagged this email as possible phishing (I have not opened it) and may indicate hacking of WP or your themes? Here is the image for this.

    http://talentdev.valiantlane.com/wp-content/uploads/2013/08/Problem_Email.png

    I have current virus detection/repair software, which does not indicate a virus.

    Until this is resolved I cannot create my website, which I need to do biz development. Any timely assistance you can provide is most appreciated.

    Valerie

    #138107

    Hi Devin,

    That worked in terms of switching the navigation to the pulldown menu before the standard navigation overlaps the logo, however, the intermediary pulldown menu for the navigation gets positioned to the very top of the page. Making the page slightly narrower, it then shifts to the proper spacing. Where would i put the “top: 50%” to effect just that intermediary pulldown menu so it doesn’t get shoved to the very top of the page? Thanks.

    #137625

    actually the lower graphic worked fine when put in a 1 column wide element, but the graphic at the top is inside of a color section and is still aligned off center (only IE9). any tips? (the top graphic is color section with a background image, and inside is a hr whitespace and below it is the text graphic you see “the best in…”)

    #138223

    Hi designbyjm,

    If you click on the url under your name it takes you to your profile.

    For now yes, the only option for subscribing is via rss for a topic.

    Regards,

    Devin

    #138225

    In reply to: Broken Pages

    I isolated the problem to this script but can’t find the error.

    [av_section color='main_color' custom_bg='#393939' src='' attachment='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']

    [av_one_fifth first]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1concrete.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1needlepoint.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1selfdrilling.png' attachment='' align='center' animation='top-to-bottom' link='page,3559']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1drywall.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1stainless.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth first]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1polegripper.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1outdoor.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1cement.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1wood.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][av_one_fifth]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/1special1.png' attachment='' align='center' animation='top-to-bottom' link='']

    [/av_one_fifth][/av_section][av_one_full first]

    [av_image src='https://pickle-fork.com/strongpoint/wp-content/uploads/2013/08/buildex.jpg' attachment='' align='center' animation='top-to-bottom' link='manually,http://www.itwbuildex.com/index.html'&#93;

    [/av_one_full]

    Hi turner2f,

    As far as I know there is no setting to re-enable auto transition once it has been stopped.

    Regards,

    Devin

Viewing 30 results - 139,951 through 139,980 (of 142,730 total)