Viewing 30 results - 137,671 through 137,700 (of 142,511 total)
  • Author
    Search Results
  • #179179

    Thanks Ismael – yes that’s because I added “img” to my custom css.

    I have custom stylings for these images for alignment, before when they weren’t showing, one (for example) was written as:

    #widget_sp_image-2{
    	margin-left:-65px !important;
    	margin-top:10px !important;
    	float:left !important;
    }

    That didn’t work, but the one image that did had “img” in the code, so I changed to be the following:

    #widget_sp_image-2 img{
    	margin-left:-65px !important;
    	margin-top:10px !important;
    	float:left !important;
    }

    Now they work. What did adding the “img” change that would fix this?

    Thanks for your help.

    #179178

    Hi Yigit,

    Sorry to trouble you again, I still have problems with the icons on iPad – iPhone and text being cut off – I removed the code from above as it placed the txt that was to originally to the right of the icons, below it, however there were alignment issues, then the icons in each column would randomly twitch / move (maybe a different update and it looked like a line of pixels were missing, very strange.

    If anyone else brings this up, or you guys can think of a different work around solution, please let me know.

    Here was Ismael’s original thread: https://kriesi.at/support/topic/icon-list-issue-on-ipad/#post-134838

    Thankyou for your help, you guys are the best!.

    Gary

    #179168

    Ai,

    Tried it but no change…

    Cheers Herrbirk

    • This reply was modified 12 years, 2 months ago by MENS.
    #179143
    coachw
    Participant

    Is there a way to have the header / main navigation float at the top as the user scrolls down using a smaller device?

    I’ve noticed that it does it properly when using a full width browser, but when using a tablet sized screen or a smartphone it does not float as the user scrolls down.

    #179137

    Hi Devin,

    I just did this and tried both Firefox and Chrome browsers on my box. Nothing changed.

    OK, so the customer does not know that there are other choices apart from the sliders arriving from the right. So it’s not a show stopper. But, it should work, so any other thoughts you may have would be much appreciated. Meanwhile I’ll re-start the plugins.

    kindest regards,

    PPCHound

    andy
    Participant

    Hey!

    When I want to display the social media icons in the top bar at the site, how can I remove the bottom navigation (how is it called? Breadcrumbs???)

    Many greetings

    Andy

    #179127

    Hey theworldawaits!

    Categories is best for something like Apples/Oranges. You could then later on add Pairs, Plums etc. Beyond that however the portfolio as a whole is one post type so they will still be in the same general type.

    Tags can be used in the new Masonry element that was added in Enfold version 2.4: http://kriesi.at/archives/enfold-version-2-4-fullwidth-masonry-elements

    Grid organization is by date only as far as I know.

    The new Masonry element has a grid option as well and different hover options which make work for you.

    Add this to your Quick CSS in the style tab or the custom.css file in your css folder of the theme files:

    #top .avia-post-nav {
    background: #aaa;
    background: rgba(0,0,0,0.5);
    }

    Modify the values as needed. I’ve upped the rgba transparency to .5 from .1 .

    Regards,
    Devin

    abedia
    Participant

    Hello

    Whatever I do, I cannot modify the sidebar in the “Shop” page created by WooCommerce. It shows the default sidebar including links to all pages etc. I want to show a particular widget. I have no problem to modify the other pages which belongs to WooCommerce. How Can I the problem?

    I also don’t see “Edit Page” for the “Shop” page at the top of the page when I am logged in as admin. I have to go the WP panel to access the “Shop” page. Why is that?

    Regards
    Abedia

    #179103

    Hey!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
    You may want to check Blog time to time :)

    Cheers!
    Yigit

    #179097
    This reply has been marked as private.
    #179089
    DENTICS
    Participant

    My googlemap is broken. In the content section id does not display at all due to wpautop, in the sidebar everything is fine.
    How do you disable wpautop and is it possible to disable it only for one page? I am really stuck…..

    #179076

    i know it’s turned off. im saying a colored section wont show up on mobile versions now but you can see it on a desktop

    Hey!

    Looks like you fixed it yourself. You can use a background image and repeat it horizontally. Position the background top left.

    Cheers!
    Ismael

    #179054

    In reply to: Spacing Between Tabs

    Hello Yigit,

    Thanks for the reply – still no joy, this is the complete code I am using (I have added some other adjustments to the tabs)

    .tab {
    font-size: 14px !important;
    }

    .main_color .tabcontainer .active_tab {
    background-color: #734854 !important;
    color: white !important;
    }

    .js_active .top_tab .tab { margin-right: 10px!important; }

    Hey Yigit,

    Sure the link is http://z2h.nl/davoodi/

    It is about the 1px dividers that are separating the content sections. At the top of the MUSIC section you can see somewhat of what i want.. Altho this is an image i’ve loaded and tiled up horizontally.. Is there anyway to do this in css?

    Thx

    #179032
    Semo-dk
    Participant

    When using the Google Map widget and clicking on the marker, the info “bubble” is not shown – it’s placed in the top left corner. I have tried resizing the Google map but this does not help :-(

    You can see the issue here: http://pr3.dk/kontakt/

    I’m using version 2.4.1

    Is there a fix to this?

    Thanks in advance.

    [EDIT] I found out that the content of the infobox was no longer in my widget – after adding this, the info box show again.

    • This topic was modified 12 years, 2 months ago by Semo-dk.
    #179027

    In reply to: Black icon

    I’m missing the “go to top” icon as well. The square is blank

    #179025

    Hey herrbirk!

    Please try following code instead

    @media only screen and (min-width: 768px) { img .avia-builder-el-2 {display:none;}}

    Best regards,
    Yigit

    #179014

    In reply to: Downloadable PDF

    Hey 500Webmaster!

    Please refer to Ismael’s post here https://kriesi.at/support/topic/issue-with-button/#post-172837

    Regards,
    Yigit

    Hey georgeorbelian!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}

    It will not be visible on screens smaller than 480px. You can adjust it if you would like to hide it on bigger screens as well

    Regards,
    Yigit

    #178987

    Hey lherbert!

    You can request such request here https://kriesi.at/support/topic/enfold-feature-requests/
    And if you would like us to provide you custom css to do so, please post the link to your website and point out which element you would like to change

    Best regards,
    Yigit

    #178971
    LA_BREVA
    Participant

    Hello,
    as by topic title, is it possible by some (not all) Image from the Portfolio to set the “Link portfolio item to external URL” in some way as rel=”nofollow”?
    best regars
    Antonio

    #178942
    MENS
    Participant

    Hi,

    Question, is it possible to remove item as shown in attachement only on de pc/desktop version?
    home website:
    http://www.groeier.nl
    attchement:
    http://www.groeier.nl/remove.png

    I had something like this:

    @media only screen and (min-width: 768px) {
    .avia_image.avia-align-center
    {display:none;}}

    But then all images throughout the site are gone.

    Cheers
    J

    #178922

    Hi mgma!

    What do you mean by no higher than the top of the portfolio section? Sorry but can you please post a screenshot?

    Regards,
    Ismael

    #178909
    mdlhale
    Participant

    I think i’m going to purchase a extended license for multiple clients :), this university site is coming out well. Is there a way I can insert a image where the social icons are (the header with the menu at the bottom and a top menu + social icons on the right. All I need is to insert a image for donations for the students.

    Thanks!!!

    #178908

    In reply to: Layerslider not saving

    This reply has been marked as private.
    #178899

    In reply to: Home page slider issue

    Hey!

    You can use imgur, dropbox etc. The link you provided is broken. Did you use a Color Section? You can add a unique css id then use negative top margin to move it upwards. For example “slider-bottom-section”, add this on your Quick CSS:

    #slider-bottom-section {
    margin-top: -300px;
    }

    Regards,
    Ismael

    #178894

    In reply to: Contact form issue

    Hi Eventmakers!

    Did you add a plugin prior to the issue?

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

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    width: 500px;
    max-width: 100%;
    min-width: 300px;
    }

    You can remove the width and leave the min-width property. Adjust the value if necessary.

    Best regards,
    Ismael

    #178885

    Hey!

    What about if you enclose the shortcode inside a container or div?

    echo “<div class=’top-layerslider’>”;
    echo do_shortcode(‘[layerslider id=”8″]‘);
    echo “</div>”;

    Can you please post a screenshot of what you’re trying to do?

    Regards,
    Ismael

    #178883
Viewing 30 results - 137,671 through 137,700 (of 142,511 total)