Forum Replies Created

Viewing 28 posts - 31 through 58 (of 58 total)
  • Author
    Posts
  • in reply to: Strange behavior with Special Heading blocks #652591

    Thanks Rikard,

    That appears to have fixed the first part of my problem.

    There is also a very strange issue with this code

    [av_heading tag='h1' padding='10' heading='CUSTOMER REVIEWS' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='10' heading='OUR DJs' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    

    This should display 2 headings each with a short HR underneath. You will see that the code is identical, only the heading text is different.
    However, they appear different on the site.

    And when I pasted the code into the bottom of the page to double check it the results were different again….

    I’m completely confused about why this outputs 2 different results.

    I’ve also just noticed that although the special headings are now using the same font they are still not the same…. they are all set to be black but some are grey. Why are some of these settings being ignored?

    Can you help and explain?

    in reply to: HTTP error when uploading image #651371

    Nightjar’s solution does not work for me.

    I’m running the latest versions of WP and Enfold.

    A jpg file that is 1910 x 1273 and 363 kb will just not upload.

    Reduced the image to 1910 x 1015 and 282 kb and the file did upload.

    From my tests it seems to be a dimensions issue, not a file size issue.

    Sean

    in reply to: Masonry Gallery – odd behaviour #650746

    Thanks Ismael

    in reply to: Masonry Gallery – odd behaviour #649023

    Hi Vinay,

    Here are 3 pages where the problem is happening.

    All the images are the same size and ratio and all the settings are the same.

    http://demo.seductiondisco.com/steve-aoki-gallery/
    http://demo.seductiondisco.com/dj-blend-gallery/
    http://demo.seductiondisco.com/skrillex-gallery/

    Thanks

    Sean

    • This reply was modified 8 years, 5 months ago by seanchk.

    Hi Rikard,

    I decided to start again with this site and use the Enfold Restaurant template instead of doing my own.

    So I no longer have the problem I outlined.

    Thank you.

    in reply to: BCC emails from the contact form #627586

    Thank you Josue!

    That works great.

    Sean

    Rikard,

    That is awesome! it worked beautifully.

    Can you please briefly explain how it works?

    What is the relevance of text-2 ?

    I haven’t removed the following code… do I leave that?

    #Header .widget {
      float: right;
      z-index: 999;
      height: 120px;
      top: -135px;
    }

    Once again awesome support! Thanks!

    in reply to: BCC emails from the contact form #626211

    Hi Andy,

    I tried making the change to the correct file and got this error

    Parse error: syntax error, unexpected ‘$header’ (T_VARIABLE), expecting function (T_FUNCTION) in /home/skrsedphu/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php on line 708

    Thanks

    Thank you Yigit!!

    I don’t know how I didn’t see that option!!

    Sean

    in reply to: Masonry gallery – please explain #626189

    Thank you Ismael.

    That helps!

    Sean

    Update.

    I have removed that code and tried the widget in header option.

    I’ve created a widget called Header and added the banner code. I’ve tried all the different CSS suggestions to position my banner but it always appears below the menu.

    It is never ‘in the header’

    This is the CSS I’m using at the moment.

    #Header .widget {
      float: right;
      z-index: 999;
      height: 120px;
      top: -135px;
    }

    Thanks

    in reply to: BCC emails from the contact form #621444

    Hi Basilis,

    I added the line

    $header .= ‘Bcc: ( (Email address hidden if logged out) ) ‘. “\r\n”;

    at line 708

    But I don’t get bcc’d on the contact form emails

    Actually I put the file /enfold/framework/php/class-form-generator.php into /enfold-child/framework/php/class-form-generator.php so maybe that is the problem?

    Thanks for your help

    Sean

    in reply to: BCC emails from the contact form #617985

    I forgot to add this to my child theme so the changes have been overwritten by an update.

    When I look at line 708 of file /enfold/framework/php/class-form-generator.php it is blank…. so I’m not sure if I’m putting this code in the right place now.

    Can you confirm these instructions still stand and line 708 is where I should place the code?

    $header .= ‘Bcc: (Email address hidden if logged out) ‘. “\r\n”;

    Thanks

    Sean

    in reply to: Client Logo Horizontal Slider #612501

    I would like to have a horizontal image slider that works like the Partner/Logo Element, but which also has a lightbox

    Is there anyway to achieve that?

    Thanks.

    Thank you Yigit!

    That was the problem.

    Thanks for the fast response!

    Sean

    Hi Jordan,

    Please go to my site again

    You will see the Envato Logo

    Scroll up the page and my logo will appear.

    Definitely something not working!

    Thanks

    Oh and to add….. inspect the Envato logo graphic element and you’ll see it has the path etc to my logo ??!

    • This reply was modified 8 years, 7 months ago by seanchk.

    Hi again,

    I fixed issue 2. I didn’t notice that I was uploading a full screen image but the uploader was selecting a smaller size.

    and issue 1

    Cheers.

    • This reply was modified 8 years, 9 months ago by seanchk.

    Hi Yigit,

    I’ve tried to follow your instructions on this page

    http://demo.bespokethailandtravel.com/index.php/pages/team/

    I have 2 problems

    1) The parallax effect is very minimal. Is there anyway to slow down the scrolling speed of the background?

    2) My background image is 2000 x 940 pixels and when I use it for a parallax effect using a competing theme the background is sharp, but when I try using as a background on Enfold it is very blurry.

    Thanks

    Sean

    Thanks Yigit.

    Upgrading fixed all my problems.

    Sean

    in reply to: Contact Form Editing changes not being saved #366536

    Hi Elliott,

    The site in question is a live ecommerce site, taking it down will cost money and make my client very upset.

    How will removing the theme then replacing it affect the setup of the pages? Will I need to rebuild all the pages?

    Thanks

    Sean

    in reply to: Visual editor stopped working #358266

    Hi again,

    For some reason the problem has fixed itself.

    I didn’t notice at first but the tinymce controls were also missing from the text block editor. They have reappeared and I can edit the text blocks.

    Wish I knew what the problem was and why it started working again.

    Anyway, thanks for your help!

    Sean

    in reply to: Visual editor stopped working #358248
    This reply has been marked as private.
    in reply to: Reduce padding between elements? #326123

    Hi Ismael,

    Thank you for the help.

    I also discovered I can use the separator/whitespace element with a negative value to shrink the spacing between elements.

    Cheers!

    in reply to: Reduce padding between elements? #325943
    This reply has been marked as private.
    in reply to: Reduce padding between elements? #325942
    This reply has been marked as private.
    in reply to: How do I change the Gallery settings? #312039

    Thanks Yigit,

    Actually that still didn’t solve my problem but it helped me understand the limitations of the layout builder and I’ve found a workaround so everything is good now.

    Thank you for your help and for a great theme!

    Sean

    in reply to: How do I change the Gallery settings? #311913
    This reply has been marked as private.
    in reply to: How do I change the Gallery settings? #311498

    Anyone?

Viewing 28 posts - 31 through 58 (of 58 total)