Viewing 30 results - 141,691 through 141,720 (of 142,823 total)
  • Author
    Search Results
  • #123980

    Thanks for your help. Text on top doesn’t look very clean.. is there anyway to keep the text at the bottom of the image?

    #25292
    calexander
    Participant

    I have two images with a simple fade transition in the slider, and the slider seems to “blink” or “flash” white a fraction of a second before the transition to the next image. I have seen this behavior across Chrome, Firefox and Safari on Mac. Please see here: christopheralexander.info/h3/ Please let me know what to do to get rid of this. Thank you!

    #125610

    Hi Dennis,

    You would need to use the page ID class for each specific page. Eg:

    #top.page-id-70 .av-special-heading.blockquote > * {
    text-align: center;
    }

    Where 70 is the page ID.

    Regards,

    Devin

    #126189

    Hey Hugo,

    That is what this comment guides you to do: https://kriesi.at/support/topic/issue-with-child-theme#post-116432

    It should have been included in 1.7 as well so if you update the parent theme it should be already in place.

    Regards,

    Devin

    #126177

    Hi mgma,

    I *think* the ajax portfolio slideshows are set to change on mouseover of the individual slides so I’m not sure if the option is available for the ajax view or if Kriesi just accidentally is overriding them.

    I’ve tagged Kriesi on the topic for a definitive answer.

    Regards,

    Devin

    #125817

    In reply to: Enfold custom.css

    Correction #2

    Move the Social menu from left to right and text area from right to left…just a swap.

    I was given the following code by your support to place on the CSS and we tried placing it in both the Quick CSS and Custom CSS and none worked. Here is the code:


    div .sub_menu {
    left: -20px;
    right:auto;
    }
    #top .social_bookmarks{
    float:right;
    }

    #125920

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-1739 .entry-content .avia-gallery-1 .avia-gallery-thumb img {
    border: none;
    }

    To break it down:

    #top.page-id-1739 – The top ID and class of .page-id-1739 to only have the css after effect *this* page.

    .entry-content – Only the entry content for this page

    .avia-gallery-1 – the specific gallery within the entry content in case you had multiple galleries within the entry-content

    .avia-gallery-thumb – Thumbnail section only

    img – The images inside the thumbnail section which has the border

    {border: none;} – border declaration with a property of none or you could use border-wdith: 0px .

    I have no idea about the permalink though.

    Regards,

    Devin

    #126151

    Hi Doremus,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    /*removes margin from above and below form inputs*/
    .ajax_form p {
    margin: 0;
    }

    /*padding inside the inputs*/
    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    padding-top: 4px;
    padding-bottom: 4px;
    }
    /*re add padding to captcha only*/
    #top .ajax_form .text_input.captcha {
    padding-top: 13px;
    padding-bottom: 13px;
    }

    /*re add some space above the submit*/
    #top .ajax_form .button {
    margin-top: 13px;
    }

    Modify as needed.

    Regards,

    Devin

    #126129

    Hi Andy,

    Yes, generally you could use something like:

    .iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
    color: black;
    cursor: pointer;
    }

    For a icon on top of an iconbox. It would need to be done with targetted css to make it only happen some places or on other instances.

    Regards,

    Devin

    #125624

    Hi FLSouthPaw,

    Our queue system actually goes from oldest to newest so each self response/bump actually pushes the topic backwards instead of bringing it to our attention. We’re considerably over normal levels of new support requests so its taking a bit longer than normal to get to items and the weekend just compounds that (since support is typically monday-friday).

    I’ve tagged the topic for Peter and Kriesi as I’m not aware of anything with 1.7 that should have or could have cause a change in the mail function but if not Peter definitely Kriesi will be able to help shed some light on the issue.

    One thing to check now however would be if you had previously made any theme changes to support SMTP. If so, a theme update would have overwritten those changes.

    Regards,

    Devin

    Hi essentialmessagemarketing1,

    It sounds like most of the issues are related to the server not having enough memory allocated for wordpress to use. Increase your php memory to at least 128mb via one or all of these: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    You’ll also need to update the theme files since you’re still on 1.3.1. See: https://vimeo.com/channels/aviathemes/67209750

    Just as an aside, our Queue system goes oldest post to newest so each self post in the same topic actually pushes it further back instead of bringing it to our attention.

    Regards,

    Devin

    #126002

    Hey kcharity,

    We’ll need to see the two pages live and inspect the code on our end. If you can also give a brief overview of how the items are laid out in your visual editor/advanced layout editor that will help as well.

    Regards,

    Devin

    #125988

    In reply to: A few questions

    Hi barryocarrollphotography,

    1) If you are using a secondary lightbox plugin, you should just disable it. Otherwise you’ll need to unhook the themes prettyPhoto script from being used throughout the site and I’m not sure anything third party will be able to accurately integrated with all of Enfolds features.

    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }
    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    3) Go to the Styling tab of the theme options. Then open the Header tab and change the options there. The “Header font color” controls the menu item static color as well as the hover using a theme function to get a slight difference from the one you pick.

    So you could use the following to set the static color for all those items and then use that option to just set the hover:

    .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #FFF000; }

    Regards,

    Devin

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #125972

    Hi nickdeclercq,

    There are a couple of things to try.

    First, go to a new portfolio item and then scroll to the top of the screen. Click on Screen Options and make sure Featured Image is checked.

    Next, deactivate all active plugins that you have running on the installation. Then log out and log back in and try adding a new portfolio item with featured image, again make sure featured image is checked.

    Regards,

    Devin

    #126214

    In reply to: Custom CSS page option

    Hi,

    Using Chrome, you can inspect the element, look for the unique body class selector. It will look something like this.

    body id="top" class="home page page-id-734

    You can use the selector .page-id-734 prior to the elements you want to target on that specific page. Example.

    .page-id-734 .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    The code will only change the iconlist background color on the page with id 734.

    I already asked Kriesi if it is possible to add unique css selectors for each Avia Elements when editing on the Advance Layout Builder. I’ll tag him on this thread.

    Regards,

    Ismael

    #125946

    Hi LeneLarsen,

    Add a blank text widget to your footer widgets and then use the shortcode for the icon box like this:

    [av_icon_box icon='31' position='top' title='IconBox Title' link='manually,http://google.com' linktarget='no']
    This is my text for the icon box shortcode.
    [/av_icon_box]

    Regards,

    Devin

    #25229
    unitedwc
    Participant

    UPDATE: I turned off plugins one at a time and found that Yoast’s Google Analytics plugin is the culprit. I reproduced the bug on a clean install of wordpress and enfold as well. Due to the fact that many people are using this plugin, can a solution be found to correct this? Note that this bug ONLY happens if you use a mailto link for the title link field: a link to a webpage is fine

    ________________________

    I am getting a strange effect when I try to add links in an iconbox, the parsing goes strange.

    I have this (note I replaced some of the <> with [] so that the code displays without linking):

    [av_one_third]

    [av_icon_box icon='59' position='top' title='Need Support?' link='manually,mailto:support@MYSITE.com' linktarget='no']

    Please visit our [a href="http://MYSITE.com/support/"]FAQ[/a] if you have not already done so. Else, please contact us at [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a] or 1.800.555.8697.

    [/av_icon_box]

    [/av_one_third]

    and on the website, the code looks like this:

    <div class="iconbox_icon heading-color avia-font-entypo-fontello"></div>

    <h3 class="iconbox_content_title">

    [a "="" support="" MYSITE.com="" http:="" href="mailto:support@MYSITE.com' title='Need Support?' ]Need Support?[/a]</h3><p>Please visit our [a href="]FAQ[/a]

    if you have not already done so. Else, please contact us at

    [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a]

    or 1.800.555.8697.

    <p></p>

    </h3>

    </div>

    </div>

    `Note the

    [a “=”” support=”” MYSITE.com=”” http:=”” href=”mailto:support@MYSITE.com’ title=’Need Support?’ ]Need Support?[/a]

    is really weird.

    #25280
    andypeck
    Participant

    Hi there,

    I posted a few weeks ago a request to find out how to create the blog list and blog entry with a date in place where the profile picture/blog type goes (the circle to the left). Ideally, it would still have the dotted line that links between each blog but would have a large date (abbreviated “MAR 13′) instead of my profile picture or blog type.

    Unfortunately the method suggested didn’t work….


    1) Open includes > loop-index.php, find this code: $link = get_author_posts_url($post->post_author);

    2) At the bottom place this code: $date = get_the_date();

    3) Then find this code: echo “<span class=’rounded-container’>”.$gravatar.$icon.”</span>

    4) Replace it with: echo “<span class=’rounded-container’>”.$date.”</span>


    Tbh I wasn’t sure where to place the code: $date = get_the_date(); (the instructions said ‘at the end’ but at the end of where exactly? Although I DID try different logical positions so im not sure thats the problem anyway.

    Anyway, even though I said it wasn’t working the topic was closed prematurely.

    Can you help please

    Andy

    #123904

    Cheers Nick,

    I think thats one of those nice to have issues ill get round to when my site is up. Although, I think I might treat it as a ‘next steps’ challenge once im set. I think we close topic on this one for now although im sure ill be posting again verrrrrry soon

    Cheers for everything.

    Btw… was that you following my vimeo account?

    #125347

    Hi!

    Please insert following code into the quick css field

    #top.blog .title_container, #top.blog #footer{
    display: none;
    }

    Regards,

    Peter

    #25274
    darkcanvas
    Participant

    Found a similar topic here and tried to apply this piece of code, but it doesn’t seem to work for me.

    I’m trying to change the size of image size for entry without sidabar…

    what am I doing wrong:

    The following was added to functions.php in the child theme:

    function avia_change_image_size_array() {

    global $avia_config;

    $avia_config = array(‘width’=>1030, ‘height’=>450 );

    }

    add_action( ‘init’, ‘avia_change_image_size_array’);

    1) I didn’t test this but you can try following modification – first open up wp-contentthemesenfoldfunctions-enfold.php and replace

    'breadcrumb'	=> true,

    with

    'breadcrumb'	=> false,

    Then open up sidebar.php and replace

    echo "<div class='inner_sidebar extralight-border'>";

    with

    echo "<div class='inner_sidebar extralight-border'>";
    echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    2) You can use the “custom menu” widget which can display any menu you created on the Appearance > Menu option page.

    #126332

    okay it`s working i found the answer

    Please check the Screen Options on top of Add New Page, that the Avia Layout Builder check box is checked ( see image http://www.clipular.com/c?7803713=XY6hHvNqhmEFb8GGM8qxpRriUME&f=.png )

    #126024

    Hey Ismael,

    Thanks for your answers.

    It all works fine. I have just two last questions. Please check: http://redesign.wiseseosuite.com

    1. Ok, I’ve changed the color of the “main title” to white with this code:

    .title_container h1 { color: white !important; }

    .title_container a { color: white !important; }

    Is this correct?

    2. The header border color change isn’t the thing we want to achieve. As you can see, the header and the line under the selected main menue topic are merged together. We want to separate it from each other using a thin white line (1px for example).

    Thanks & best regards,

    Martin

    #25264

    Hi Guys, thank you so very much for being there! I just spent an hour with client (shared screen) & they are having some serious issues with the advance editor & the layer slider. I have set up a username/password for you to the admin area (wordpress) if you need it after reading the issues below let me know where to send it . . . & yes all plugins except akismet have been disabled . . .

    1. She wants to be able to adjust header tag colors via html, we changed it through the text editor <h1 style=” . . . “></h1> tags, the advanced editor shows the color change but when viewing it after saved the color remains the theme default color which we had set to boxed blue, however, setting the changes via html should work but is not? . . .

    2. Then after using text editor (in avia advanced editor) the avia visual editor doesn’t show anything, the screen appears white & when you click into it the html then shows “if you highlight” everything (like double clicking your mouse inside of it or having to use “ctrl a”). So after using the text editor it is rendering the visual editor useless . . . then, if you publish it instead of saving to draft & go back in to edit in visual it shows 5 additional return lines have been added everywhere . . .

    3. She added a video then tried to change the size of it using the custom ration feature & it didn’t change the size of the video, it stays “huge”.

    Your help is greatly needed with the above as soon as possible, she’s ready to trash this theme & trash me for recommending it . . . let me know if you need admin access to the site . . .

    4. As to the layer slider – she has added 3 slides & only one is showing. I’ve gone in there to look & I cannot see what might be wrong, looked at documentation to no avail . . .

    5. In avia when centering an image it doesn’t stay centered but moves back over to the left . . .

    Thank you so very much for you kind & speedy reply.

    Posted 3 days ago #

    essentialmessagemarketing1

    Member

    BTW you can see the result of video here http://esssentialmessagemarketing.com/linda-lous-test2 – home page is not viewable as is a mess due to the above issues . . . I will try to recreate other issues on this page . . . Thank you

    Posted 3 days ago #

    Here is page intended for homepage see the size of video, it’s crazy, I added width to 530 height to 315 & is still HUGE . . .

    http://essentialmessagemarketing.com/homepage

    Also, we are having great difficulty using background image, we have an image sized to 1600 x 1600 & it will only display the top half of the background, is not on homepage at the moment as it isn’t working, also where do we go to set custom css rules?

    Thank you.

    #25195
    rinoy
    Participant

    Hi, I want my site to search the forum topics from the top ajax search box and from the main search box. Now when I search for a topic or forum in the main search box it shows ‘Sorry, no posts matched your criteria’ or ‘Nothing Found’. How can correct this?

    Hi,

    You say that nobody has answered you regarding the addition of comments to portfolio items. I dispute that statement.

    My answer on the post you mentioned has been up for over a week ( https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117921 ) . I even searched the support forum for this issue, and found one or two related questions from the past to which I added my answer.

    Since you didn’t answer , I assumed that it worked and all is well. I tested that answer 1 week ago, and it worked and I tested it today and it still works.

    http://www.clipular.com/c?8141160=iY_xLmDbL-ACnNW_FY56IdiJd_k&f=.png


    I am going to test the code I put on gist again since for me it allowed posts to have the advanced builder without losing the meta data and comment form. I will test it again now, but as I explained, I didn’t have the opportunity to test it with every blog customization. Are you sure you installed it? By messes up your layout can you provide a url so that I can see the problem and fix it.

    Thanks,

    Nick

    #126070

    In reply to: A few issues

    Hi,

    1.) Add this on your custom.css or Quick CSS

    .home.archive.post-type-archive .template-shop.content.twelve.alpha.units {
    width: 650px;
    float: right;
    clear: none;
    margin-top: -90px;
    }

    2.) Use this

    body {
    font-size; 15px;
    }

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    3.) Customers are not appearing in the user are, What to check?

    4.) When you insert a logo image on Enfold > Theme Options. You have the option to select the size of the image before you click the “Insert image as logo” button.

    5.) Do you mean the shop category? Where do you want them to appear?

    Regards,

    Ismael

    #126058

    In reply to: Sidebar

    Hi,

    Please add this on your custom.css or Quick CSS

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Regards,

    Ismael

Viewing 30 results - 141,691 through 141,720 (of 142,823 total)