Viewing 30 results - 98,701 through 98,730 (of 142,852 total)
  • Author
    Search Results
  • #600594

    My website stopped working after I have implemented this.

    This is the error:

    Parse error: syntax error, unexpected ‘ga’ (T_STRING) in /home/goadshr/public_html/wp-content/themes/enfold/functions.php on line 59

    Not sure if we can help with that but feel free to create a new topic including a link to the site + additional details.

    #600574

    Hey marcelhochman!

    Please take a look here

    and let us know if you need anything else from us.

    Best regards,
    Basilis

    #600567

    Topic: Heading color

    in forum Enfold
    ncfan2030
    Participant

    For some reason these heading tags are showing the wrong color. I am consistently using h2 headings with custom colors going down the page, but some will turn white, others won’t.

    I even cloned or copied a section and it still didn’t work. You will see on this page that the top few headings are white and the others are gray.

    enfold4phil
    Participant

    Hello!

    Love this theme :)

    I’m looking at a way to animate the header and sub-header text within a ‘Special Header’, and for the animation to be just like the animation that comes default from the ‘Fullwidth Easy Slider’.

    For testing purposes, I have both of these elements on my home page (in Private Content). Just trying to get the Special Header to animate like the Fullwidth Easy Slider text (header comes from top, sub-header comes from bottom, animates very smoothly).

    Thanks!

    #600497

    Topic: final bugs at the site

    in forum Enfold
    diefleischerei
    Participant

    Hi Yigit. I have found some final bug.

    A) http://imgur.com/BohxAO8 Can you help me to get rid of the footer socket ONLY at mobile devices that it looks this: http://imgur.com/YEuG9nM

    B) i have many color section. the images of alle color sections (different high!) sould align at the vertical middle http://imgur.com/qdozkey Can you provide code for the custom css class for the color section or the image? http://imgur.com/qdozkey That it looks this way: http://imgur.com/4WG3UZi

    C) there are a optin newsletter form inside a color section. but the widget is not at the top of the color section at many devices: http://imgur.com/wygY6Yv Can you provide a code that the widget is at the top of the color section.

    Thank you very much, all the best!

    #600491

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_meta .container {
        min-height: 50px;
    }
    .sub_menu {
        top: 20px;
    }

    Best regards,
    Yigit

    #600479
    #600468
    arranch
    Participant

    is it possible to track visitors interaction with the portfolio in the Enfold theme as it is with the Angular theme?

    see thread: https://kriesi.at/support/topic/tracking-ajax-revealed-portfolio-content-into-google-analytics/

    thanks

    #600467
    shahid1618
    Participant

    Hi there,

    I’m having the exact same issue as described in this thread:
    https://kriesi.at/support/topic/mobile-version-jumps-as-you-scroll-down/

    That thread’s now closed, but given that most of my users will likely see the site on mobile, is there any fix for this issue?

    Thank you for the help!

    • This topic was modified 10 years ago by shahid1618.
    #600451

    Hi Octopus4444!

    not sure, can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Regards,
    Andy

    #600444
    thestaff
    Participant

    Hallo,

    I would like to use “deeplinking” to a certain accordion toggle in an FAQ. For example: on my Welcome page I have a link to an “Question X” toggle on my FAQ page, and that will open correctly, just like described here on your demo page:

    “Deeplinking support via hashtag (click on one item and see how the page url changes. You can link to the site with this url and the correct toggle will be opened)”

    My problem is that if I – like in my case – have a lot of questions in my FAQ the opened item might not be visible in the viewport. Is there a way to get each toggle to open at the very top of the browser window? What I understand (or at least what it looks like) the hash is pointing to the accordion container itself – which align top viewport, it would be handier if it scrolled/jumped to the selected toggle.

    See attached images with examples from your demo page (http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/#toggle-id-20).

    This is how it is opened now:
    http://picpaste.com/Screen_Shot_2016-03-18_at_3.53.33_PM-6SaDKVgV.png

    This is how I would like to have it (would be most efficient and visible for the visitor):
    http://picpaste.com/Screen_Shot_2016-03-18_at_3.53.54_PM-u09MaTho.png

    Would be grateful for any help!

    Best regards, Staff

    #600440

    In reply to: edit color section

    Hi diefleischerei!

    move button to the top using this code:

    button.bld-el.snp-submit.snp-cursor-pointer {
    position: relative;
    top: -50px;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #600435

    Hey Arcatech!

    try this code in Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia-testimonial-content {
    width: 85%;
    left: 23px;
    }
    #top .avia-slideshow-arrows a {
    margin-left: -30px;
    margin-right: -30px;
    }
    }
    

    Best regards,
    Andy

    #600429

    Hi!

    Please try changing the code to following one

    .header_bg {
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 )!important; /* IE6-9 */
    }

    Best regards,
    Yigit

    #600419

    Hi, I have an issue and I think the topic is fine.

    I have 100+ categories on my website. Every post has 2 categories : one is specific (A, B, C, D…) and the other one is common : cat_1 or cat_2.
    I would like to exclude cat_1 and cat_2 from the title, and only show the other categories. Is that possible ? I know the IDs of the 2 categories I want to exclude.

    Thanks a lot for your support

    #600417
    Arcatech
    Participant

    Hi there,
    I have a full width easy slider in my homepage BUT if I see it on mobile is a disaster.

    I tried to eliminate the padding with:
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {padding: 0px 5px !important;}
    and to enlarge the height, but the arrow the are behind the text!!

    See link in the private content.

    Is it possible someway to make the arrows “outside” the testimonial container?

    #600411

    Topic: edit color section

    in forum Enfold
    diefleischerei
    Participant

    hi yigit. can you please help me to edit this custom css code for the color section:

    .sectionoptin {
        min-height: 280px;
        height: 280px;
    }

    Can you help me with the code to move the widget tot the top of the color section? http://imgur.com/pWAXWjE
    The wiget high is 280px and the color section high is also 280px. can you move it to the top?

    And can you help me to deactivate the background image in the color section only for mobile devices? http://imgur.com/wE0IWxo

    #600387

    Hey!

    please open a new ticket for a new question.

    1.) refer to: https://kriesi.at/support/topic/no-parallax-effect-in-mobile-devices/#post-259000

    2.) This does not happen for me or I don’t know what you mean exactly. Please use screenshot to highlight.

    3.) I checked your home page but can’t see the issue. Can you highlight using screenshots please? to make things clear for us. Use imgur.com or dropbox.

    4.) This is the expected behavior. If you want to customize it feel free to hire a freelance developer for this job: kriesi.at/contact/customization

    Best regards,
    Andy

    #600384

    Hi!

    Please go to Appearance > Menus and add your “Startseite” menu item to your menu instead of “#top”

    Best regards,
    Yigit

    Hi Genius’

    if I could take advantage of this topic I would be most grateful :-) We are using Groups plugin and client wants to be able to add a logo to each group such that when each member comes into that group the LOGO SPECIFIC TO THAT GROUP shows up. e.g. IBM members only see IBM logo etc.?

    #600303

    Topic: Link do not work :-/

    in forum Enfold
    Tina62
    Participant

    Hi,
    I have make an image in the top of the right side of the header – with a link. I have put this code:
    echo “<div class=’header-custom-text’></div>”;

    …in the helper-main-menu.php, right after the line, $output .= avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true);:

    Also – In the QUICK CSS style i have put this in:
    .header-custom-text {
    position: absolute;
    right: 0px;
    top: 0px;
    }
    .. but the link dont work correctly anymore, after the last enfold update. i want the hole images to be clic able. Please can you help me, they started a campaign today, and this link is very importent?

    Also – if it is possible, can i make the images to be in front, i dont want the border from the header to go across the images?

    Thanks in advance!
    Tina

    #600293

    Hi,
    Thank you for your time but I cannot force it to run!
    Here you are what has been done:
    In the post: <a href="/torah-comments/ajax.html">Popup</a>
    functions.php:

    function avia_custom_magnific(){
    ?>
    <script type="text/javascript">
    	jQuery(document).ready(function() {
    		jQuery('.white-popup').magnificPopup({
    			type: 'ajax',
    			alignTop: true,
    			overflowY: 'scroll'
    		});        
    	});
    </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_magnific');

    What am I doing wrong? When I click on the link it opens a new page not a popup.
    Thank you.

    #600291

    Hey!

    Please add this inside the css media query above:

    .responsive #top .av-masonry-entry {
        width: 100%;
    }

    Best regards,
    Ismael

    #600289

    Hi Ismael!
    The point is that image are out, the tittle of the diferents sections have desappear (or they are in green when in parent theme are in black), all the animation are out, the header have also desappear, and when I try to edit any page there are no edit option on the top…
    But If I change to the parent theme everything come back fine…

    What I did was just to set up the child theme, activate it, and import the parent options from the panel of the theme. So the options are imported, but the rest of the things are not working…

    Best regards,
    Almudena

    #600271

    Hi!

    Alright. I was able to reproduce the issue. Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .flex_column_table, .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block !important;
    }
    }
    
    

    Best regards,
    Ismael

    #600266

    Hi,

    I’m trying to add the following piece of code before a post begins. As well as on an archive/category page. But i’m not having any luck. I used a few examples on the forums already but they outputted errors and it just wasn’t working for me, so thought i’d open a thread. Because most of the existing topics talked about adding text, where as i want to add a function.

    The code i need to insert is:

    
    // Displays the adzone anywhere the code gets added. If the adzone does not exist it will be created automatically. 
    if ( has_filter( 'wpproads_api_display_adzone' ) ){
      echo apply_filters( 'wpproads_api_display_adzone', array(
        'name' => 'Your Theme unique Adzone name',
        'description' => 'Your adzone description',
        'size' => '300x250'
      ));
    }

    I’d also like to be able to insert some code after the FIRST post on a category/archive page, could you help me with that too?

    Thank you team Enfold :)

    The Shadow
    Participant

    Hi,

    i am trying to add the TeamViewer Button to my Homepage. Sadly the predefined code provided by Teamviewer doesnt work. I changed it a little, so that the text in the span tag should be shown in the top left corner. Without the Change to position top 0 and left 0 the text wouldnt show anyway, because it’d be out of the range of the div box.

    I added that code to a widget text box in the 4th footer column.

    <!-- TeamViewer Logo (generated at http://www.teamviewer.com) -->
    <div style="position:relative; width:225px;">
      <a href="http://www.teamviewer.com/link/?url=505374&id=327102171" style="text-decoration:none;">
        <img src="http://www.teamviewer.com/link/?url=945136&id=327102171" alt="TeamViewer" title="TeamViewer" border="0" width="225" height="auto" />
        <span style="position:absolute; top:0px; left:0px; display:block; cursor:pointer; line-height:1.2em;">
          Fernwartung starten
        </span>
      </a>
    </div>

    On my mobile it is displayed correctly. The text shows up in the top left corner of the teamviewer image. But on the Desktop Version the text “Fernwartung starten” is displayed in the bottom left corner. Can you tell me why?

    Thank you.

    • This topic was modified 10 years ago by The Shadow.
    #600227

    Hey!

    1.) Add another css media query to target those devices. Decrease the padding between the social icons in order to create more space.

    2.) Try this:

    #top .av_header_glassy.av_header_transparency #header_main {
        border-top: 1px solid #ffffff !important;
    }

    Cheers!
    Ismael

    #600213

    hI,

    Yes, I have those settings. See screenshot of settings. I still get the dark band top and bottom, which I assume is to hold the header and footer? Do we need to make a new page template in PHP?

    Thanks

    Screenshot: Screenshot of Settings

Viewing 30 results - 98,701 through 98,730 (of 142,852 total)