Forum Replies Created

Viewing 29 posts - 31 through 59 (of 59 total)
  • Author
    Posts
  • in reply to: Layerslider not showing after update to [4.3.1] #950406

    Same issue here. What gives? We need a fix fast!

    in reply to: stretch to fit problem with height and transparent header #873292

    I just tried it in Chrome, and it worked. I usually use Safari. I just tried it in Safari and Firefox, and the video gets cut off. I just noticed that in Safari when I resize the app’s window the video corrects itself. Yesterday I tried making the spacer I put below the floating planetoid a little larger, and that seemed to help in that it still cut off the bottom of the video, but not as much.

    Thanks for being there! You can close my part of this issue, unless someone can figure out if LayerSlider built that “trick” of letting us use features that they then charge us for.

    Thanks Victoria. I think the issue resolved itself. It was a bit wonky in that the message would not go away even after clearing the cache, and even restarting my computer. I’m thinking it was a web timing thing. After some 20 minutes the message went away.

    I still don’t get how I could use a premium feature from the paid program that would set off this chain of events, before I even owned the premium version. It’s almost like I was being forced into buying LayerSlider, or figure out how to deconstruct my design to a pre-premium level. Frustrating, but I do like the LayerSlider, and don’t mind paying for features I like. I just like to know what I’m paying for, when.

    This sounds like my topic, but I don’t see my exact situation:
    I got the “We’ve detected you are using premium features” message that covers up the top of the LayerSlider on my home page. I bought LayerSlider from Code Canyon a while ago, so from within the WP control panel, in LayerSlider, I put in my CodeCanyon purchase code. It was accepted, but the message over the slider won’t go away. I don’t know what “premium” feature I was using to cause this, but it’s certainly a pain. Why was I allowed to use the premium feature in the first place?

    Help!

    in reply to: Masonry Grid not showing up #620239

    Hey Digit,

    That worked!!

    I was wondering about that as a solution, but in the Enfold Theme update page in the dashboard it said I had the latest version of the theme!

    Thanks again for your always helpful and fast replies!!

    in reply to: Masonry Grid Portfolio not working #619353

    My Masonry Grid is also not working on two different pages!! HELP! My client needs this up and running!!!!

    in reply to: Google Fonts used in Enfold #590218

    I just had a thought, and sadly it turned out to be true. I was using Safari, and the link would not load. Then I tried Firefox, and it loaded all the font families! That deserves a letter to Apple.

    in reply to: Google Fonts used in Enfold #590125

    Hi 1000zen,
    This is strange, but I built the Google Font collection, saved the link, posted it here, and I see that the link is correct with all the Enfold fonts listed, however when I use the link, Google Fonts doesn’t load the page! It just takes me to the Google Fonts main page. Are you still able to access it?

    in reply to: sms – text message – link in menu #589508

    You are completely right about using a Child Theme!

    Thanks again and again for your always fast and helpful answers!

    in reply to: sms – text message – link in menu #589474

    Ah, great. That works perfectly! Will this edit stay in the functions.php file when I next update the theme, or will I have to add it again?

    in reply to: sms – text message – link in menu #589469

    I’m guessing you mean “functions-enfold.php”

    Where exactly should it go in the file?

    in reply to: sms – text message – link in menu #589436

    Okay, this was stupid on my part and I apologize! I am currently building a new website for this client using Enfold, however still using the old theme (Kallyas) with their old site. I wanted to move away from Kallyas, but I’m still building the new Enfold version. But as for the sms issue, I will have the same issue on the new Enfold site, but it seems like this is a WordPress menu issue, and not so much theme related, HOWEVER, when I paste in the code you suggested into the URL field on the Menu page, I click Save Menu, and then when I open the menu item up again the code has disappeared. This happens on both the old Kallyas site and the new Enfold site. I click Save Menu and the URL code simply disappears. Any ideas? I’m thinking the URL field in the Menu section of the WordPress dashboard will only take a regular URL, and not an HTML code link. Is there some CSS workaround?

    in reply to: Lower the Enfold Secondary Menu 10px below top of page #572396

    Well, I searched a bit and ended up using this code.

    That removed the offending borders!

    #header .container_wrap {
    border: none;
    }
    #main .container_wrap {
    background-color: transparent;
    }
    in reply to: Lower the Enfold Secondary Menu 10px below top of page #572395

    Hi Elliott,
    Thanks! That worked perfectly, however, now my logo graphic has a line running through it. This is a border line that I colored, but I’d rather have no border. How can I delete the Logo Area borders?

    in reply to: removing border above main content #516653

    Hi Yigit,

    Yes, late last night I added some code that took away the borders on the layer slider and that got rid of the line below the main menu, but I used the same layer slider on the home page and there was no border, so I don’t know why the Contact page was different. Here’s the code I have now. Maybe this is all okay now, but it seems like a lot of code. Do you think there is a simpler way to remove the section borders in the Header and Main Body?

    #header_main_alternate, .av-main-nav > li > a { border: none !important; }
    
    #header_main {
    border-bottom: none;
    }
    
    .home .container_wrap, .home .avia-layerslider { border-top-style: none; }
    .home .avia-shadow { box-shadow: none; }
    .home #header_main { border-bottom-style: none; }
    
    #av_section_1 .container_wrap, .avia-layerslider { border-top-style: none; }
    .avia-layerslider  .avia-shadow { box-shadow: none; }
    #header_main { border-bottom-style: none; }
    in reply to: Disable image hover effect: the "white box" #496099

    Hey Yigit!

    Thanks! That did it!

    • This reply was modified 8 years, 8 months ago by rasa.
    in reply to: Disable image hover effect: the "white box" #495570

    Hi Basilis,

    I just added this code to the CSS:

    .avia_transform a:hover .image-overlay{background: #b22223; opacity: 0.7 !important;}

    That gives me an alternative to the white color, but I’d still like to get rid of the colored box altogether, and keep my spiral icon.

    in reply to: Disable image hover effect: the "white box" #495531

    Hi Basilis,t
    Thanks for the quick reply!
    When you hover over an image, the image is covered by a transparent white box with the arrow icon in the middle. I have changed the arrow icon, but I want to delete the transparent white box. Here’s the page: http://rawtrust.com
    Hover over the Hilaritas Press graphic or the Robert Anton Wilson Website graphic.

    in reply to: Google Fonts used in Enfold #426669

    I love to help you guys out if I can. Perhaps, in the future, a way to add Google fonts that are not in your list can be included. I don’t mind editing the functions.php file, but I’d rather not change the php files if I don’t have to – just another thing to deal with when updating!!!

    in reply to: Upload image giving http error (theme error) #407525

    I have the exact same issue as Grida. Exactly. Turn the theme off and uploads work fine. I even found that if I try to upload files from while using Enfold, I get the http error, and then when I leave Enfold, open a default theme, and go back to Enfold, the uploaded graphics are there. Obviously not a useful workaround. I am only having problems with png files, but this is very worrisome!

    Like eng257, I have found that if I upload a tiny png (under 15K), it uploads, but larger png files (100K and higher) simple give me the error message.

    I love Enfold, but I need to have this basic feature flawless.

    I also spoke with GoDaddy who confirmed all of the above. This is a serious issue! Please help!

    in reply to: Masonry Grid Portfolio image size issue #405960

    Hey, jpollackphoto, thanks for the css. That did it!

    Elliott, I tried Perfect Grid. Sorry, but I think you didn’t understand the issue. I do want an even grid and not Masonry, but I don’t want to use CROPPED THUMBNAILS. My artist client doesn’t want her paintings displayed with only part of the image. I understand that concern completely.

    in reply to: Forward Slash remains after un-check display comments #401756

    Hey Digit!

    That worked perfectly!

    Thanks so much. I’m just about to talk to my client, and she will be happy to see the Slash gone!

    Amor illuminatio hilaritas et pasta volans!

    in reply to: Forward Slash remains after un-check display comments #401158

    I’m having a similar problem: I only want the date of the Blog Meta Elements, but that leaves a Forward Slash after the date. It seems that if I added anything other than the Author, a Forward Slash remains at the end of the line. If I put in the Author, there’s no extra Forward Slash. Any idea how I can get just the date with no Slash at all?

    in reply to: Mega Menu does not open new tab or window #375492

    Thanks for responding so quickly, but I decided not to use the Mega Menus on this site. I’m recommending Enfold to my clients, so if I run into this in the future, when using the Mega Menu, I’ll let you know. Perhaps this is a plugin conflict I’m having. In any case, my client wants the site up soon, so I’m leaving out the Mega Menus. Sorry to bother.

    in reply to: Custom CSS Ideas #225052

    Text Shadow: adding text shadow to header text:. Put this into the theme’s Quick CSS:
    h1, h2, h3, h4, h5, h6, .widgettitle {text-shadow: rgba(0,0,0,0.4) 1px 1px 2px;}

    in reply to: h1, h2, h3, h4, h5, h6, .widgettitle color not changing #225048

    Hi Yigit,

    Thanks so much for the fast response. That worked! Is that a bug in the code that the color shows up in the Theme Options diagram, but not on the site?

    in reply to: Parse error when installing #223260

    Thanks for the quick response. I did download the latest version of the theme for this install from ThemeForest, and still had the issue with that page.

    I ended up pasting the correct code for the page in a new file, and uploading that new file to the server. That worked, so perhaps you are right, and the problem is with that file.

    in reply to: adding custom icon fonts to the template builder #208765

    Thanks for the super quick reply! The video shows how to add the font to the theme, but that’s already been done for entypo ( I guess by loading the dummy data).

    In the meanwhile, what I needed to know I figured out on my own. I “discovered” the “Insert Shortcode” button in the editing toolbar, and easily set up an icon in text from there.

    Sometimes the simple things in life are not immediately apparent!

    Keep the Lasagna Flying!

Viewing 29 posts - 31 through 59 (of 59 total)