Forum Replies Created
-
AuthorPosts
-
Hi FLQA!
One of the problems is specificity, to fix this use the following :
.html_header_top.html_header_sticky #main { padding-top: 0!important; }
The other problem is the height of the slider, i did some testing and it appears to be working ( on my end ) if you set the slider height to 315px, though this will need some testing/tweaking on your end.
Best regards,
DavidApril 14, 2014 at 9:27 pm in reply to: Resizing Vimeo / Youtube video inserted with shortcoed in LayerSlider #251309Hey SOPI2006!
You don’t need the shortcode to insert a video on the slider, here is what you can do,
Under Content ( layer slider ), > html/video/audio you can insert the share ( from vimeo ). or grab the same from youtube.//where it says width="500" you can define a custom one, aswell as height="281" <iframe src="//player.vimeo.com/video/1084537" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
For more information refer to layer slider documentation ( top right hand side corner ).
Regards,
DavidHey chiummog!
The problem on this page ONLY is that you are including 2 maps on the same page ( 1 on the footer/sidebar), suggestion create a custom widget for your footer on this page and display something else ( no footer map ).
Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors.
Cheers!
DavidHey Peter!
What’s the error ?, try to upload it via ftp if you happen to get the same error after trying again.
Best regards,
DavidHi steveinz!
Already answer here, https://kriesi.at/support/topic/slider-that-automatically-scales-but-does-not-crop/
Please do not open multiple questions of the same topic.
Regards,
DavidHey Vabel!
Without an URL all i can do is guessing, what is probably happening is that the image overflows it’s container hence forces the sidebar to jump down, you could add the following code to avoid this situation on that particular image.
.the-image-that-overflows img { display: block!important; height: auto!important; max-width: 100%!important; }
Regards,
DavidHi robwheatley!
Could it be that you have added a delay to the slider ? , your css it’s not being apply by the way, if you see at the bottom of the page, you have the css rule ( see on footer below Copyright Cogendo 2014 ).
Another problem could be your server or to much latency, or the response time it’s not so good.
Try or look the above, let us know if your problem got solved, if not, comeback with user / pass so we can look inside the back end.
Best regards,
DavidApril 10, 2014 at 2:23 am in reply to: How do I edit the My page site to like I want and contain the options I need ? #249542Hi Frisk_Flora!
You can find a cost effective developer in this place http://studio.envato.com/ it’s part of TF family.
Regards,
DavidApril 10, 2014 at 2:21 am in reply to: Custom CSS Class field for all ALB Elements not working #249541Hey SlickBear!
Will need an URL, description of the problem, specific part of the page where you are trying to implement the above code and the example that is the correct one.
Cheers!
DavidHi platinumturf!
Agree looks kind of funny that way, I believe this has to do with the easing you place on the titles that come from the left, check that one and the time too.
Cheers!
DavidApril 10, 2014 at 1:39 am in reply to: How to? Eliminate render-blocking JavaScript and CSS in above-the-fold content #249524Hey aribann!
This response implies that you have a deep understanding of how to performed such operations, if you feel comfortable modifying .htaccess ( to add mimes to it .css.gz / .js.gz ), uglyfing files via any web service or using either gulp or grunt, identifying critical or above the fold css, which css should be inlined or not, the list goes on and on, there might be some one at http://studio.envato.com/ that can help you out doing this reliable / cost effective solution.
Cheers!
DavidHey JustinGreis!
Here are my thoughts on your problem :
1) The pagination on the demo site ( enfold ) it’s working and on my local development is working too, that only says one thing, the problem is on the plugins part.
2) You have tons of plugins, my advice is : remove 1 by 1 start with the ones are more critical to your workflow so if you have to replace one of them you have some time to thinking throughout.
3) I’ve checked your site looking for bugs / errors on the console, so far nothing. ( so go back to #2 ).
OPTION #4
Backup your site ( there is a plugin for that ) or back up your db, after that remove wordpress completely, and start with a brand new installation, if you backup your data you won’t need to start all over. On enfold options pannel you can back up your options.Cheers!
DavidHi mattmorse!
Not without custom coding, but yes it’s possible, here are the files that : js/avia.js search for
function avia_header_size()
you need to calculate the / #.Best regards,
DavidHi Michał!
When you created the other 3 images didn’t add the option to have an overlay, so that’s why it does not get display, ( check the 1st image and replicate what you did on that one ).
Cheers!
DavidHey!
While we would like to offer custom mods, to all of the entries we can just limit that to the complexity of the problem, i will like to suggest you this reliable/cost effective solution http://studio.envato.com/
Best regards,
DavidHi steveinz!
If you choose the full-width approach here is a plausible solution to your problem.
Find the images you want to apply the following class, what i would do is apply this to element container and target the image.
//The use of capitals is just to let you know you can name it however you want :) this technique is used by twitter bootstrap in btw. ( though they apply this to the image itself, you can do that too. <div class"CUSTOM-CLASS-TO-REDUCE-IMAGES-WITHOUT-CROPPING"> <img .....> </div> .CUSTOM-CLASS-TO-REDUCE-IMAGES-WITHOUT-CROPPING img{ display: block!important; height: auto!important; min-width: 100%!important; }
Want to apply this to all of the images ?
img{ display: block!important; height: auto!important; min-width: 100%!important; }
Best regards,
DavidHi Gary!
Here are some suggestions
1) Yes it’s possible to add a custom element on top of the slider, though this needs some custom coding :) I’ll give you a hint of what needs to be done.
1.1 ) You add your custom theme ( for layer slider ), check layer slider settings > slider appereance after you add the proper elemnents / theme. ( coding ).
1.2) You will need to set up a custom graphic on top of the slider and use the callbacks ( layer slider ) event callbacks. When the slider starts / page loads it needs to pause the slider.
1.3) When the user clicks the custom play button, you will need to listen for the click and start the slider.2) Right now Enfold provides fade in / effects on some elements ( see demo home page ), like images and icons, this might help you on some slide/fade effects or you can design your way around this features.
Best regards,
DavidHi jmaguirrei!
If you need to modify the search implementations you can find the files here : /functions-enfold.php
If you change numberpost => 5 to 1 ( see below ) this will show 1, BUT you need to customize further to have more accuracy when you search, otherwise it will show you irrelevant information / not so accurate, or it will show you what you need, depends on the case scenario.
$defaults = array('numberposts' => 1, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
P.S Create 1 post and ask your questions there, as opposed to open more than 1 thanks :)
Cheers!
DavidHi jmaguirrei!
One of the problems is this http://www.adw.cl/wp-content/plugins/wp-minify/, so don’t know how many or other plugins that might be causing this problem, advice, disable 1 by 1 an test your site.
Regards,
DavidHi understandchristianity!
While this is possible, will probably take a lot of thinking and custom code, the toggles are created on this shortcode, /config-templatebuilder/avia-shortcodes/toggles.php, You will need to find a way to solve the #v1to6 and add #outline-chapter-1, add the custom javascript to modify and search for this id’s inside or the toggle ( so when you click they slide up/down ) respectively, so I will outline the points below for more clarity :
1) File to modify /config-templatebuilder/avia-shortcodes/toggles.php
2) Find a way to assign custom ID’s.
3) Create a custom/ modify javascript file that listens when you click on the link and toggles ( slide up/down. )What you could do also is use this service cost effective / reliable to performed this mod http://studio.envato.com/
Regards,
DavidHi Jyles!
You can do the following :
1. On the main portfolio page ( add a portfolio-grid (from page-builder/content elements ) use 4 columns / click on the categories.
2. On Portfolio Items ( create a new one ) use the gallery and insert any # of images there.
3. Every Image can have a sub category on Portfolio.It will work like so :
1 ) http://kriesi.at/themes/enfold/portfolio/
2 & 3 ) http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-2/Cheers!
DavidHey crevlon!
On avia layout builder you can chose a color section and apply there the background-color.
Best regards,
DavidHi claraelisa!
On your custom css add the following
#top .widget ul li.current-cat { background-color: #f5f5f5 // the #f5f5f5 it's just an example, you can add color or change the background. }
Regards,
David- This reply was modified 10 years, 7 months ago by David.
April 7, 2014 at 10:29 pm in reply to: Several problems with Chrome > Hover + Lightbox (E v 2.6.2) #248512Hey Caiser_Souze!
I’ve review your problems and experience the lightbox bug, it appears that another plugging is interfering/crashing the background-color, can you try to disable 1 by 1 your plugins and checked that again ? start for this plugins
MediaElement.js
* HTML5 <video> and <audio> shim and player
* http://mediaelementjs.com/About points 2, 3 looked over your images and compare those to demo, and your site Can’t see what’s wrong with that, since it’s doing the same, or if i’m missing anything here do let me know.
Regards,
DavidHi paolo99!
Are you getting any type or error when you save/update your configuration ? can you send us the url, user/pass so we can have a look at it ?
Cheers!
DavidHey Voilaah!
You can add your message at the end of the checkElements function, so it basically goes like so.
function myCustomMessage() { alert ('my custom message'); } function checkElements () { // Bunch of code here myCustomMessage(); }
Cheers!
DavidApril 5, 2014 at 2:02 am in reply to: Newly Added Items to Masonry Gallery Not Opening in Lightbox #247703Hey sundialstudios!
The last 3 images you added ( 3 images that appear on the top ) don’t have the lightbox added, so in other words when you created that cat or entry on the portfolio you forgot to select add a lightbox.
Best regards,
DavidHey uptimeinstitute!
Are you able to see if the .htacess is writable ? check this link : ( getting this after you save “Permalink structure updated.! ) ?
http://codex.wordpress.org/Settings_Permalinks_Screen
If .htaccess is writeable, you will get a message that says “Permalink structure updated.” You’re all set; WordPress has been able to do everything for you automatically.
Regards,
DavidHi talelie!
Here is how to disable the sidebar, when you are creating pages / or updating a page on the right hand side you have the following box. ( 3rd box ) top to bottom.
Layout
Select the desired Page layoutOn this part you have a select dropdown, you need to select no-sidebar and save the page.
Best regards,
DavidHey pjump!
Did you add that custom link, using wordpress default menu creator ? Here is what i did,
1. create a page ( i name it custom ) then copy the link.
2. went to menus add a link, name it custom and pasted the link
3. save it
4. when to the page Custom ( and the current link/page is highlighted ).Best regards,
David -
AuthorPosts