nanodaman
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?I read over the link you gave me supporting the other guy. I added position: absolute !important; and it work. Without the !important; it just does not work like you pointed out.
Yaya! … =P
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?figured it out
when i change the css element *in google chrome tools*
element.style { position:absolute;} is works
Just need to see where that is located at…
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?It seems like I got it to print the div stage. But for some reason it is giving it a width of 0? I know something is causing it not to expand, just got to figure that part out…
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?After turning off: pages > home > edge suite = none; all animation is off. I reput the code snippet in the silder.php like before and nothing happened. For some odd reason, the animation only play when I had the php code in slider.php (when really it was not doing anything all) and thats why it seemed like it was working. But this whole time, just the default setting with in the “page” was on, but only work when I was trying to add the line of code, which is why it is showing in the body like you created it to do.
… soo after figuring this all out, I guess I am at step one again.
Which is, what would be the best option for me to get the clouds flowing behind that slider.
I would donate, pay you for your time, whatever you want.
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?I swear this has a mind of its own. Do you offer any services to take a look at this for me? I remove the lines of code, and some how the animation is still going…. I just do not understand what is going on…
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?I pasted the php code where the slider is located.
Im using this theme: https://themeforest.net/item/rounder-multipurpose-adaptive-wordpress-theme/3387754
{if $options->sliderEnable == 1} {if $options->sliderType == 'anything'} {var $slides = $site->create('slider-creator', $options->sliderCategory)} {if $slides} <ul id="slider"> <?php if(function_exists('edge_suite_view')){ echo edge_suite_view(); } ?> {foreach $slides as $slide} <li> <a href="{$slide->options->link}"> {ifset $slide->options->topImage} {if (!empty($options->sliderHeight))} <img src="{$timthumbUrl}?src={$slide->options->topImage}&w=920&h={$options->sliderHeight}" alt="{$slide->options->description}" /> {else} <img src="{$timthumbUrl}?src={$slide->options->topImage}&w=920&h=442" alt="{$slide->options->description}" /> {/if} {/ifset} </a> {if $slide->options->descriptionPosition != 'hide'} <div class="entry-content anything-caption caption-{$slide->options->descriptionPosition}"> {!$slide->options->description} </div> {/if} </li> {/foreach} </ul> {/if} {elseif $options->sliderType == 'revolution'} {if $options->sliderAliases != 'null'} {if isset($options->sliderAlternative)} <div class="slider-alternative" style="display: none"> <img src="{$options->sliderAlternative}" alt="alternative" /> </div> {/if} {putRevSlider($options->sliderAliases)} {/if} {/if} {/if}
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?I didnt place the php code in the header, I have it in another file. I have reread the steps over and over and assure you that I have done these steps, and the settings are set to the images…. I still do not understand
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?So how do I get it not to attach it self to the body? Could I just place it into a div?