Forum Replies Created

Viewing 30 posts - 181 through 210 (of 278 total)
  • Author
    Posts
  • in reply to: Custom JS in child theme brakes wordpress #704258

    Hi Yigit,

    It’s okay. I showed my boss and he thinks it’s fine as it is and we won’t need the full screen video option anyway. I don’t really want anything fundamental to change as the client is very close to approving the site and we can make it live. Thanks anyway.

    By the way, I was also able to add the widget to the Archive pages by using the plugin and method you showed me on Monday, so thanks again for that.

    in reply to: Widgets on Archive Pages #703335

    Thanks again Yigit

    in reply to: Widgets on Archive Pages #703322

    Fantastical! Thanks so much.

    Just so I understand for the next time this comes up, did you just move those two widgets to Displayed Everywhere, with the added code of “is_archive()”, so that it only displays those two widgets on pages which are classed as archives?

    in reply to: Widgets on Archive Pages #703289

    Here you go. All I want to do is make sure that the widgets I’ve set to be in the “News Sidebar” also show in archive sections. I’m happy with the widgets elsewhere as mentioned above. Please let me know when you are done, so I can deactivate the account.

    Thanks for your help.

    in reply to: Widgets on Archive Pages #703284

    Thanks mate – about to go out, but I’ll have a look later and post back of I need to.

    Maybe it’s because I’ve duplicated multiple widgets? What I still can’t get is why the “News Categories” is displaying but the others aren’t.

    in reply to: Widgets on Archive Pages #703280

    Thanks, but that’s not working. I created a new “News Archive” widget area and copied those over, ensuring to add

    is_archive()

    To each one, they still aren’t displaying. It’s not a major problem, but something I’d like to show if possible.

    in reply to: Widgets on Archive Pages #703268

    Thanks Yigit, but I don’t want those widgets to be displayed on the “Collaborative Law” “Family Matters” “Mediation” “Pay as you Go” pages, as it’s not appropriate content for the subject matter.

    This is why I created a separate News Sidebar section that I can keep those in.

    It’s very strange that the Archive shows the first widget from the “News Sidebar” section, but none of the others.

    in reply to: Help with custom class #698182

    Thanks Yigit, my maths was wrong. The three_fourth was displaying beneath the one_fourth. I changed it to this and it’s working great, thank you.

    div .av_one_fourth.introsection {
    	margin-left: 2%;
    	width: 23%;
    	float: left !important;
    }
     
    div .av_three_fourth.introsection {
    	margin-left: 2%;
    	width: 73%;
    	float: left !important;
    }
    in reply to: Trying Child Themes #697884

    Ahh, thanks for that – I didn’t know!

    in reply to: Trying Child Themes #697881

    Hi Yigit,

    Thanks for that. I like the speed of quick CSS because often I get it wrong and have to keep changing it! (I’m a graphic designer who works on print mainly). Would it be good practice that once a site is complete to cut the quick css and paste into styles.css? That way I can continue working the way I normally do, but safeguard against resetting theme options once the site is built.

    Appreciate your thoughts on this

    Thanks again,
    Jon

    in reply to: Ajax Portfolio – can I create a gap #693590

    Sorry, I’m an idiot! I just noticed that I left .main_color on the final line! All sorted now. Thanks Josue!!!!

    in reply to: Ajax Portfolio – can I create a gap #693588

    Thanks Josue,

    I couldn’t get it to work using the # symbol. I called the custom color section “.people”
    Also, the #js_sort_items wouldn’t work with the custom ID. I ended up using the following.

    .people .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }
    .people .grid-content { background: #fff !important; }
    .people .grid-entry-title {  background: #fff !important; }
    .people .avia-arrow { background: #fff !important; }
    .main_color #js_sort_items { background: #fff !important; }

    I’m guessing that if I use a JS Sort Items again it’s going to have a white background everywhere?

    Thanks again,

    in reply to: Problem with quick CSS #692847

    Oh, hold on. I think I’ve answered my own question.

    #top .people .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }
    

    I did try this before I asked the question, but it didn’t work, but now it does. User error I guess!

    in reply to: Changing Auto Scroll of Ajax Portfolio #692568

    I found another post about this and it gave me an idea of where to look. I changed the 210 & 135 numbers (previously were 175 and 100)

    				scroll_top: function()
    				{
    					setTimeout(function()
    					{
    						var target_offset = target_wrap.offset().top - 210,
    							window_offset = win.scrollTop();
    											
    						if(window_offset > target_offset || target_offset - window_offset > 135  )
    						{
    							$('html:not(:animated),body:not(:animated)').animate({ scrollTop: target_offset }, options.timing, options.easing);
    						}
    					},10);
    				},
    
    in reply to: Ajax Portfolio – can I create a gap #692230

    Hello! Yet again, I seemed to have been able to achieve what I wanted using previous advice you’ve provided. However, as I’m no expert, I’d appreciate someone checking the code to make sure I’ve not messed up and potentially breaking something elsewhere!

    #top .no_margin.av_one_third {
        border-radius: 0px;
        border: 10px solid white !important;
    }
    .grid-content { background: #fff !important; }
    .grid-entry-title { background: #fff !important; }
    .avia-arrow { background: #fff !important; }
    .main_color #js_sort_items { background: #fff !important; }
    in reply to: Ajax Portfolio – can I create a gap #692135

    Hi,

    Finally re-opening this one. I have set up a couple of generic entries on the linked page. I would like to do two things:

    1) Make the background white
    2) Put a 10px white gap in-between each of the entries

    Is this possible and could you help me with the CSS?

    Many thanks

    EDIT
    I was able to get a white gap by using the following CSS

    #top .no_margin.av_one_third {
        border-radius: 0px;
        border: 10px solid white !important;
    }
    

    A couple of things resulted from this
    A) the sortable area seems to be outside the colour section, I would like to move it down
    B) I want the grey area behind the names to white
    C) Is there any way to format the names within the grey area – i.e. make left aligned etc

    Thanks for you patience!

    • This reply was modified 8 years, 1 month ago by jonrouse. Reason: Additional issues raised
    in reply to: Large Gap at top of mobile site #691675

    Aah! I think I may have fixed it! Writing the post made me remember a code that @joesue gave me for another site to do with mobiles. This seemed to have solved the issue. Could you guys tell me if it’s “safe”?!

    @media only screen and (min-width: 768px) {.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 224px !important;
    }}
    in reply to: Breaking out of fixed frame #691659

    Thanks anyway Yigit!

    in reply to: Breaking out of fixed frame #690958

    Hi Yigit,

    Thanks for the reply. That’s not achieving what I want, it is pushing it to the top of the browser window but I would also like the blue line to be full width, so it goes beyond the white border/frame around the site. Another problem is that it seems to be increasing the height of the logo area.

    I guess it might not be possible since I am building the site as a fixed frame?

    Thanks again

    in reply to: Removing parts of the meta description on portfolio pages #675610

    I think I fixed it! Sorry!

    .slide-entry-excerpt { display: none !important; }

    in reply to: Removing parts of the meta description on portfolio pages #675609

    Sorry for the double reply. I found this code on another page

    .slide-meta { display: none; }
    
    

    But, the attached page shows the word “date” under the top middle case study.

    in reply to: Removing parts of the meta description on portfolio pages #675603

    Thanks Rikard,
    That has worked, but the addresses are showing on the attached link. Any idea how to get rid of them via css.

    in reply to: Enfold – What's changed? #674667

    Hey,
    When I updated I usually do it the old fashioned way, download from Theme Forest, modify the files I have to then upload by ftp.
    Gone through the whole routine, then I check the site and it’s still 3.6.1! What happened guys?

    in reply to: Ajax Portfolio – can I create a gap #660309

    Sure, thanks for getting back to me Rikard. Once I have a development site up, I’ll drop a link in the thread.

    in reply to: Two, hopefully, simple header questions #655185

    Hi Vinay,

    Thanks very much for getting back to me.

    1. Thanks for giving me both options, I’ve gone for option 1 – making the background black
    2. I can’t see your attachment, but in the Enfold Logo Area options, I selected no colour in the “Border Color” option, which solved the problem of the white lines.

    I have one more problem where empty cells on the attached page show – {{content-8}} (scroll towards the bottom of the page to see the tables)

    I think it might be because I am using H Tags in some of the other cells?

    in reply to: All my sliders have disappeared!!! #652217

    Bingo! Okay, so now I know supercacher needs clearing after a theme update, good to know.

    Also, made the changes to the PHP file and that functionality is working a dream!

    Thanks for your help and patience Yigit!

    in reply to: All my sliders have disappeared!!! #652195

    I’ve moved 3.4 into a different directory and just re-uploading 3.6.1 now. I’ll flush the caches again and report back. Keep your fingers crossed for me!

    in reply to: All my sliders have disappeared!!! #652155

    Hmm, perhaps too advanced for me on this site.

    Can I have two versions of Enfold in the Theme folder? For instance, upload the new one and call the folder Enfold New, or would it lose all of my settings?

    in reply to: Easy Slider – Need Help, PHP file changed #652150

    Thanks Yigit! I might try that in the future, but don’t want to start doing things that I don’t fully understand on the clients site.
    They are a big customer of ours and I don’t want to upset them any further.

    Thanks for the help and sorry for having to converse over two threads!

    in reply to: All my sliders have disappeared!!! #652144

    Oh, okay. I did try a few hard refreshes yes, and nothing was helping. I found the PHP file from my other thread and changed that, and thought that may have been the problem. So replaced with the clean version, and it still had the problem. So then I removed all quick CSS and still nothing happened.

    Our client won’t be happy persevering with this, so I had no choice than to go back.

    Their host installed a plugin called Supercacher or something, when he moved the server. So I’m wondering if that was the problem all along.

Viewing 30 posts - 181 through 210 (of 278 total)