Viewing 30 results - 140,461 through 140,490 (of 142,842 total)
  • Author
    Search Results
  • #134501

    Hi,

    Actually the code I provided was this, which looks a bit different than what you pasted.

    .avia-gallery-thumb {
    margin: 0 auto;
    width: 591px;
    }

    #top div .avia-gallery img {
    width: 100%;
    float: left;
    }
    #top .avia-gallery .avia-gallery-thumb a {
    float: right;
    }

    Please check whichever thread that was on since there was more. If you implemented what you pasted above instead what you see here, then perhaps that can be the cause of the problem. Though I think the problem actually is that i am sending the link to the right while sending the image that is wrapped by that link to the left.

    Your requirements were so stringent that without some serious time investment , this was the best i could come up with.

    Maybe it goes with the paranormal theme of the site that everything runs backwards?

    Thanks,

    Nick

    #134929

    Hi,

    Pagination seems to be broken on the blog grid page. I disabled all plugins but the issue persists.

    I get 404 errors.

    Do you have any other solutions I might try?

    Thanks in advance.

    Regards,

    Christophe.

    #134085

    Hi Ismael,

    Here you go:

    http://imageshack.us/photo/my-images/826/10gw.png/

    I would like to have only the central section (preferable) or gray lines disappear (if no other option).

    Thank you very much, take that last point quality without your help it impossible.

    Xavier.

    #27760

    Topic: Hyperlink to PDF Issue

    in forum Enfold
    siobhan13
    Participant

    Hello,

    For the last few weeks, there have been inconsistencies with PDF ‘downloads’ on my site. I have a number of places where hyperlinks are embedded into images, these are working and can be clicked to open up a PDF in a new tab.

    But where hyperlinks are used with anchor text, the links aren’t working…

    For example, in this blog post, the text ‘in this article’ and ‘read more’ should link to a PDF – http://etool.net.au/eblog/etool-team/the-secret-to-solar-pv-versus-solar-thermal/ (not working)

    On this page, the first box image links to a PDF http://etool.net.au/residential/architect-designers/ (currently working)

    I’ve been tracking my ‘Top Events’ in Google Analytics and over the last few weeks there haven’t been any downloads at all – whereas normally there is around 20.

    How can I fix this issue?

    Thanks, Siobhan

    #134986

    Thanks Ismael. I’ll give it a try.

    EDIT: Doesn’t work for me. I’ll explain what I need:

    Currently almost all pictures have the option to open when clicking on them. Most of the pictures (like an image on top of a blog post) don’t need that option. I just want to be able to show an image with no fancy options.

    I don’t want to disable the whole plugin since I will use it in galleries and other specific pages.

    Thanks.

    #134475

    Hi Ismeal,

    Thank you for your reply.

    Here’s the bbPress page: http://www.rocketscream.com/blog/forums/

    It will also appear in subsequent sub-category like: http://www.rocketscream.com/blog/forums/forum/general/

    or even on a topic like this: http://www.rocketscream.com/blog/forums/topic/forum-is-up/

    #27749

    Topic: Custom Widget Area?

    in forum Enfold
    American Patriot
    Participant

    How do you use the custom widget area to add a new widget? I entered a descriptive name and clicked on Add Widget Area and placed a widget in it but nothing happened. I looked to see if there was a video on how to use it but there isn’t.

    When you stop laughing can you help a guy out? ;-)

    Thanks!

    #134949

    Hi,

    You can add this on your custom.css or Quick CSS:

    .main_color, .container.template-blog, #main, .html_stretched #wrap_all {
    background: transparent;
    }

    .content.nine.alpha.units {
    background: white;
    padding-left: 50px;
    margin-left: -50px;
    }

    #top #main .sidebar {
    background: white;
    padding-right: 50px;
    left: 50px;
    }

    Regards,

    Ismael

    #135163

    Hi,

    Can you give us a link to your website? Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top #header {
    position: fixed;
    }
    }

    Regards,

    Ismael

    #134579

    Hi Devin,

    Thanks a lot for your advice.

    I followed your instructions and it seemed to work – I didn’t need to create new sliders, just resave the current ones. I think a couple of the files didn’t make it through the FTP which caused the issue.

    Since fixing this however I have had some issues when refreshing the site. For me, everything turns to simple text and gets pushed to the left hand side with the navigation sitting underneath each other all the way down the page – on Google Chrome. For others, images layer on top of one another and links turn blue and buttons appear. I haven’t been able to recreate the second one but it this has only happened on IE.

    It has happened this morning and a number of times yesterday, particularly on the portfolio pages – http://etool.net.au/projects/ http://etool.net.au/portfolio/octo/ but I can’t seem to recreate it now to take a screenshot.

    Any ideas why this is happening? Nothing similar happened before this theme update and wordpress update.

    Many thanks, Siobhan

    #134684

    Hi italiatiles,

    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 .avia-post-nav {
    display: none;
    }

    For the filtering, that would have to be done outside of support by a freelance developer. Its quite a bit beyond what we could assist with via support.

    Regards,

    Devin

    Hi Omar,

    You can use the color sections unique ID field to get each a custom ID to then target with css.

    For example:

    #top #customcolorsection .av-special-heading h3 { color: red; }

    Which will target the color sections special heading h3 and make it red.

    Regards,

    Devin

    #128766

    Hi Gary,

    As far as I know prettyPhoto doesn’t have support for that. It has support for twitter and facebook which can be enabled by following Peter’s advice here: https://kriesi.at/support/topic/gallery-social-share#post-131052

    Regards,

    Devin

    #134084

    Hi,

    Where are the grey lines? I don’t really see it. A screenshot will help.

    Regards,

    Ismael

    #133298

    Hi

    In the theme’s custom.css file (in the css folder) we have 2 predefined media queries for you to use. Add the below to the mobile only query:

    #top .avia-small-width-slider .avia-slideshow-arrows a {
    width: 30px;
    height: 30px;
    margin: -15px 5px 0;
    line-height: 32px;
    font-size: 15px;
    }

    Then adjust its sizing as needed or do a display: none; to remove them all together if you want.

    Regards,

    Devin

    #134760

    Hi Nicolas,

    For the buttons, 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 div .widget_shopping_cart .button {
    min-width: 105px;
    }

    The interface issue is from your SEO plugin and not caused by the theme.

    Regards,

    Devin

    #135133

    In reply to: Changing main header

    Hi,

    You can use this:

    #top .alternate_color.title_container .main-title a {
    color: #990000;
    }

    Regards,

    Ismael

    #27731
    #135016

    In reply to: CSS for Contact Form

    Hi,

    You can change specify the minimum height of the contact form fields:

    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    min-height: 100px;
    }

    You can find the css style of the form on css > base.css > #Forms.

    Regards,

    Ismael

    #135000

    Hi,

    You can add this on your custom.css to increase the width of the post content.

    #top .fullsize .template-blog .post .entry-content {
    max-width: 1024px;
    }

    #top .fullsize .template-blog .post .entry-content > * {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    }

    Regards,

    Ismael

    #27725
    eyeconictv
    Participant

    Well I have viewed the site before on mobile safari and desktop safari on a mac and never noticed this issue before. However today I loaded safari on my windows because I had some complaints about the site not appearing properly for certain people (ended up being my w3 total cache plugin causing the problem) however, when I got this resolved I noticed that the icons were not showing up correctly. They appear in Chrome, Internet Explorer, Mozilla Firefox, and so on, but do not show up correctly in Safari. Some of them appear, yet some of them don’t…

    #135091

    In reply to: Menu problem

    Hi,

    Please add this on your custom.css or Quick CSS

    #top .main_menu .menu li ul a {
    line-height: 23px;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    }

    Can you give us a link to your website? This is not happening on our end.

    Regards,

    Ismael

    #134818

    Hi,

    You can use this on your custom.css or Quick CSS

    .avia-icon-list .iconlist_icon {
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    }

    For the iconbox, you can use this:

    .iconbox_top .iconbox_icon {
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    }

    This is a nice website to create gradient backgrounds: http://www.colorzilla.com/gradient-editor/

    Regards,

    Ismael

    #134546

    Hi,

    They are not missing, they are cut off the screen. Add this on your custom.css or quick CSS

    #top .main_menu .menu li ul a {
    padding: 4px 15px;
    }

    Regards,

    Ismael

    #133858

    Hi Ismael,

    Thanks for your patience with this. Here’s where the form is located:

    http://aarcs.ca/dog-application/

    It’s mainly the area where it says “list your current pets”. I would like to make the “pet age” text field/column narrower and the “Gender” column wider.

    /Users/1/Desktop/dogform.png

    #27710
    ideaFocus
    Participant

    Hey,

    Recently brought and put together a website for a client with Enfold but a lot of features don’t seem to be working or I’m ignorant of why there not working.

    Here is the Website: http://heartnsoulmatters.com

    Here are the problems im having that I desperately need help with:

    Responsive Design:

    1. Menu Disappears at mobile size, no drop down menu

    2. Big Space under Layer Slider at mobile size

    General Theme problems:

    1. Back to Top Button Doesn’t Appear

    2. Menu doesn’t get smaller/Shink on scroll

    3. Image’s from Media box animations dont work (Using Latest FF and Chrome Browers, and IE9)

    Everything on the site is out of the box , The only things that I have have changed is 2 quick CSS

    .title_container {

    display: none;

    }

    #top #menu-item-search {

    display: none;

    }

    So it should work, please advise me why these features arn’t working.

    #134083

    Hi, another time ;)

    In version IE, FIREFOX or CHROME runs perfect, but in version with SAFARI (ipad, imac i see), appears 2 grey lines (#E1E1E1).

    I see is for “border-color” value in CSS, but i don’t know how modify only por page-id-450.

    with this don’t works

    .page-id-450

    {

    border-top-color: #0B96FF;

    border-right-color-value: #0B96FF;

    border-bottom-color: #0B96FF;

    border-left-color-value: #0B96FF;

    }

    http://dev.escalamas.com/portada2

    I need a master….:(

    #134783

    In reply to: Insertion LayerSlider

    Hi,

    The hardest thing about Layerslider is getting the timing right. There is no tutorial, but you can check online there are hundreds of Layer Slider tutorials all over the place. .

    I dont understand your question – Enfold fits into Layerslider? i think its the other way around. Did you import the test sliders (button on top after you click layerslider button in admin? If you look online there are codes floating around the web to 30 different sliders that the various themes and websites created that you can import directly into the slider.

    I made a quick video for you about basic layer slider functionality -> http://somup.com/cIjIIwLZ

    Thanks,

    Nick

    #133336

    Hi Even,

    That is exactly what I do in this video: https://vimeo.com/channels/aviathemes/67209750

    However, you could also open the theme folder and drag and drop each folder within the theme and then make sure there are no upload error.s

    I’m going to close this topic now however as its getting off topic and too many voices with too varied of issues. So see if replacing the style.css file in your parent theme folder works first as well as re-uploading via FTP.

    If not, just make a new topic outlining exactly the issues you are having now.

    For anyone else please do the same so that we can properly address each issue individually.

    Regards,

    Devin

    #135003

    Hi Devin,

    thanks for your reply. On another topic, is there an easy way to add pagination to the comments in a page. I’ve created a guestbook page, but want to limit the list of comments. In ‘Discussion Settings’ I’ve limited comments to 5, this has an effect on the backend but not the frontend.

    thanks, Jake

Viewing 30 results - 140,461 through 140,490 (of 142,842 total)