Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Grid row in tab section #1314478

    I also wanted to do this….. or similar. I needed the 1st column to extend down while the next 2 columns are smaller, So to make things look better I added content above the 2 leftmost columns. The grid row just take over when used so I enabled debug mode and created a sample of the grid row that I was looking for. I then used it to find the sections I needed for which area of the page. After that into a text box. Just create the sections yourself using divs floated left and given a width percentage and you can copy and past your areas into those divs.

    
    |--------------|-------------------|----------------------|
    |              |           content to push                |
    |              |                 it down                  |
    |       1      |------------------|-----------------------|
    |              |          2       |             3         |
    |              |                  |                       |
    |--------------|------------------|-----------------------|
    in reply to: Widget section changed #1311638

    Nvm i used the disable widget to get it back lol… not sure how that got changed

    in reply to: Open iframe in lightbox / modal window #1189475

    How to resize the popup though?

    in reply to: Open iframe in lightbox / modal window #1188975

    What was the solution????

    in reply to: LayerSlider and Chrome #756591

    Okay finally found a chance to check on that… The conflict is with the Isotope Gallery Plugin that came included with a theme I previously had. I kept it just to save time….. idk… Supposed I will just redo the old galleries to instead use Enfold galleries..

    in reply to: LayerSlider and Chrome #755721

    Inspecting in Chome gets this error….

    Uncaught TypeError: Cannot read property 'isSelector' of undefined
        at Function.<anonymous> (greensock.js?ver=1.19.0:18)
        at j.check (TweenMax.min.js?ver=62e2662…:16)
        at new j (TweenMax.min.js?ver=62e2662…:16)
        at a._gsDefine (TweenMax.min.js?ver=62e2662…:16)
        at greensock.js?ver=1.19.0:18
        at greensock.js?ver=1.19.0:20

    I let it goes for awhile and after playing through on the first run the images seems to show up but improperly. The animations do not display right either just the transitions seem to work.

    in reply to: LayerSlider and Chrome #755453

    I tried that. Deleted layers and added new images since I did change the font in my logo. So I had to change the images anyways. And still the images do not show.

    I found I also had to redo/fix the slides (animations) due to the newer version changes. That wasnt a problem for me though. I assumed that might happen when I first checked the layerslider page on envato b4 applying the update. Other than that I like the changes they made.

    Just need to get the image fix though. I thought it was just me cause Since im always editing and posting from my PC i run into annoying cache delays h so I figured Just another thing bit I tries Edge & Firefox & the slider is Fine in those. The same issue on my Android phone in both the default (I have a Note 4) & Chrome (same thing really now I think about it)

    Oh I’m also not really Using any of the images from the previous version. The slides are there though I’m Just not Using them.

    in reply to: How to use code block? #748680

    Question?

    The Code Block still works the same if the Post is saved while in the Default Editor? So far it shows just the shortcode but works fine if the post is saved in the Advanced editor mode.

    in reply to: How to use code block? #748669

    Okay I am running into an issue with the code block not keeping the code the same when you jump from Advanced editor to Default. I have to constantly turn off the advanced editor so the Featured image shows. I was told that is just how it works which is okay with me. But if I have to edit a post switching is altering the Ad Amazon code in a way where is no longer links to the product anymore and just goes to amazon homepage. So basically it is stripping parts out.

    in reply to: Color-section always full-width (interrupting the sidebar ) #746465

    Okay I would only want to remove the default sidebar from just the bbpress pages while adding the sidebar manually. See the bbpress index page could be changed such as is being said in this thread but when a forum is clicked on it, it will not retain the setup & use the default sidebar settings which throws things off of course.

    Just want bbpress forums to basically have a full width title image on top with forums & right sidebar under. (Under the header & menu of course)

    in reply to: Header in code block #746458

    Hmmm could I use this for a meta decription for the page you use for bbpress? (The page where bbpress shortocode is) I’m catching errors of og:description not being defined even though I did add one in Yoast SEO. I want to change the title too. It keep picking up Forum Archive……..blah blah then for decription it is just picks up the first valid description it finds from one of the single forums.

    Or should this be asked in Separate thread?

    Update

    I figured it out. I had the Forum root slug set same as the page slug.

    in reply to: Color-section always full-width (interrupting the sidebar ) #745814

    I have a question to add to this one…. Suppose the page you want to do this with is a BBPRESS forum? making it fullwidth will only apply to the Root page but once you click on any of the forums the page will change.

    in reply to: Product id= shortcode on Pages #726311

    Okay I have a solution:

    You mentioned placing the code inside Quick CSS field but that changes it everywhere. Not desired plus it makes normal woocommerce pages look crazy. So you have the option to add a Code Block to a page or post. Adding the code `div .products .product {
    width: 100%;
    }` in a code block on the bottom has the desired effect that does not affect other areas. This would be the solution I think cause I doubt woocommerce team would care too much. This would solve a an issue from another post someone has that I commented on also, that I thought was similar. Thanks for the help. I hope this helps someone else. (Why did I not think of this before? duh) Eitherway there is a definite issue with woocommerce shortcodes and the theme. some shortcodes did not even work at all.

    in reply to: Product id= shortcode on Pages #726171

    Already tried that…. It work on it own without !important but it also makes the Featured Products (i.e. the Product Slider) go huge for each product. So instead of getting a 1 row 4 columns look you get 1 row 1 column….. haha.

    https://drive.google.com/file/d/0B4uJwFbqEFj4UTRadlRucEUwNzg/view?usp=sharing

    Actually a workaround I would be satisfied with is if I/we can make the code apply only to that post.

    In the enfold woocommerce-mod.css file the width is set at 24.25% which works fine on only the woocommerce set pages but on other pages and posts when using a shortcode it does not work well. It is making the product show at that percentage based on the div it is contained in which is just an AVIA 1/3 1/3 1/3….

    So…. the width is fine in product sliders……

    I so far as a workaround just created categories so either only one product shows or the 3 or 4 other related products show instead with a product slider. Issue still remains though if you want just one product to show. The slider options don’t give you 1 as an option. It starts with 2. I tried to change that also but cannot find where the class aviaTBcolumns originates from. I found an array in one of the file related to columns but adding 1 doesnt work. Or is that just the wrong file? lol (The file where the array I found is admin-options.php)

    As you can see. I am looking for any viable solution …..lol

    in reply to: Product id= shortcode on Pages #725432

    Screenshot of issue

    Okay sure. Here is the link. I am doing this from my phone at the moment but this issue persists through several desktop browsers. I have phone set to view as desktop. Now while in mobile view though they are fine. (Just noticed…) The code has them set at 24% approx.

    To make it more clear this is how products are showing when using woocommerce single product shortcodes on BLOG pages. (Posts basically) I haven’t tried it on pages but not sure that would make a difference. (Inherited attributes)

    in reply to: Product Grid #723587

    Hold on the responses confuse me here. Andy what will going to a default theme do to help solve the issue with the Product Grid when the Product Grid is an Avia Builder feature…. For me the option drop-down box is totally gone but is fine on the normal designated Shop Page. I tried using the woocommerce shortcode too and that does not even show properly. Well at first it didn’t but I found out why it did that but even after that even using a textbox and placing [recent_products per_page="12" columns="4"] I eventually got the same result where the dropdown options would not show. So it seems the only page where the drop downs work is on a page you designate as the shop page in woocommerce.

    So I went digging and find this here:

    <div class="product-sorting"></div>

    You can get the dropdown to show by using that and it works too but it refreshes the whole screen when you select anything. Not sure is that the the way woocommerce does it. Just never paid much attention to it until now. So this could be a (the) solution for now for you @AnjiG.

    I am now playing with it and when adding the code to the page it totally ignores the rest of the content and leaves just the product grid. Yeah I have more on my page and the default shop page with just a product grid in woocommerce is boring. Upon removing the code from the page the page stays the same after updating it to be sure. Going to permalinks and just saving it fixed it. So there is definitely something going on where the theme and woocommerce are not playing nice.

    Anyways that is just what I have so far….

    Update:

    When using a default theme the problem persists. So now I am leaning towards bugging Woocommerce people. I will test for plugin compatibility tommorrow.

    in reply to: Blog format inconsistent #714032

    Oh wow…..haha okay…. (we dont read manuals or documentation. We just dive in.) Ty

    in reply to: PHP shortcode #713756

    Okay cool… The stupid addon wont post anywhere anyways…. Thanks for the response. I will use default for now… I am running into another issue with blog format…. Will ask in another post

    in reply to: PHP shortcode #712687

    Sure… Trying to replace the default sharing section in the enfold theme.

    in reply to: PHP shortcode #712261
    in reply to: PHP shortcode #712260

    The addon adds social icons by shortcode I just want to place those using the code I posted to the bottom of every post without having to paste some shortcode into every post

    in reply to: Zooming in on an image in the lightbox #697995

    Did this even solve the issue? Cause I fail to see how altering the thumbnails will get a the ability to zoom in on an image once it is opened in the lightbox…..

    yeah that works…. thanks….. I can figure out the resizing of the lightbox… Hmmm some site wont open….. wondering to open say a facebook page what would be needed? You have to use app keys and stuff right?

Viewing 23 posts - 1 through 23 (of 23 total)