-
Search Results
-
Hi,
On this page http://kirurgiroskilde.dk/fotogalleri/ I’ve used the photo gallery option. When viewing the photos in lightbox on a tablet (iPad), the black label from the first selected picture sticks on top, while browsing the other photos in lightbox. The title underneath changes correctly.
If no fix, is there any way to turn of the labels?
Regards,
Christian
Hi,
About a year ago, I posted a thread on a problem with the navigation buttons on a widescreen slider (https://kriesi.at/support/topic/portfolio-navigation-3/). This issue was solved by adding some code. As later on, we installed wpml to add an english version of the website, I noticed another problem. In the code this was used to get the previous and next portfolio-item:$temp_prev = $entries[‘prev’];
$temp_next = $entries[‘next’];In the Dutch version, the $temp_next is always empty for every item and in the English version, the $temp_prev is always empty for every item.
The code I’m using at the moment is:add_filter(‘avia_post_nav_entries’, ‘avia_apply_custom_sort_order_to_post_nav’, 10, 2);
function avia_apply_custom_sort_order_to_post_nav($entries, $settings) {
$temp_prev = $entries[‘prev’];
$temp_next = $entries[‘next’];
$entries[‘prev’] = $entries[‘next’] = “”;if(!empty($temp_prev)) $entries[‘next’] = $temp_prev;
if(!empty($temp_next)) $entries[‘prev’] = $temp_next;$res[] = ICL_LANGUAGE_CODE;
$nummer=id of dutch version of first portfolio-item;if($res[0]==’en’){
$nummer=id of english version of first portfolio-item;
}$first = get_post($nummer, OBJECT);
if(empty($temp_prev)) $entries[‘next’] = $first;
return $entries;
}Hi,
How can I change the colour of the shopping cart icon beside the top header menu, both when empty and filled?
Thank you.
Hello there,
I would like to reduce padding above main menu (but below phone number areas) so that it is similar width to padding below menu. The logo looks mis-aligned
I enclose privately website address and custom CSS in use (just in case)
Thank you againTopic: Mobile Friendly List Page
I have a couple pages that I use to display lists. I used a full width layout element, and 1 text box. Inside the text box I took my long list and made 2 columns out of it by painstakingly aligning the second column manually so it will look nice. However, when the text box is displayed on a mobile devise the text is a complete mess. How can I format the page so it displays nice on a desktop and nice on a mobile device?
First, thanks for making such a great looking, easy to customize theme. I really love it. I am just having some issues with the way my site displays on my ipad. The initial issue was with the sidebar, which wasn’t moving down beneath the main content like it does when viewed on a smartphone. The sidebar staying to the right wouldn’t have bothered me except that it was chopped off on the right hand side so that you could only read about half of what was there.
I came to this forum looking for a solution and couldn’t find exactly what I was hoping for, but saw this thread and decided to use the code in it to just move the sidebar to the bottom.
right sidebar problem when iPad in portrait mode (vertical)
The code worked and my sidebar is now beneath the main content when viewed on my ipad, but I am now experiencing the same issue that the poster in that thread had where the main content is still in the same place as if the sidebar was still to the right. So now it looks strange all pushed over to the left with a big white space on the right where the sidebar used to be.
To make a long story short, for the ipad view only, I would either like to put the sidebar back where it originally was on the right but make it so that the right side of the text in the sidebar isn’t chopped off. Or if I continue with what I have going on right now with the sidebar at the bottom, I would like to have my main content cover the entire screen, without the big space left there where the sidebar had been. I’ve included a link to my website and screenshots of both views so that you can see what I’m referring to.
Topic: youtube in enfold
hi. i use a youtube video on my landingpage. there is this grey area on the top. how can i disable this area?
when i use a single slider with video slide i do not have this gray area on the top but this is not responsive. i cannot see the slider on my android?
so what can i do to disable this grey area and to disable the title? can i do this with a custom css class? is there a way to do this with enfold?
thank you for the best theme ever, greetings from vienna ;)
Hi,
I’ve had a look through the forums and tried some of the solutions but cannot seem to get this to work. I have 2 fullscreen sliders and want to show one on desktop and one on mobile whilst hiding the other one. I have them stacked on the page on top of each other (desktop on top).
The issue I am having is that they both seem to have the same DIV ID… in this case the are both have the DIV ID=”fullscreen_slider_0″
The code i was looking at to use was along these lines (but changing the DIVs to suit). A link to the page is in the private content bit.
@media only screen and (min-width: 768px) {
div#slideshow-1{
display: none !important;
}
}@media only screen and (max-width: 767px) {
div#slideshow-2 {
display: none !important;
}div#slideshow-1 {
display: block !important;
}
}Dear Team, I am losing a very big ammount of time looking up styles which I want to addapt. Is there any documentation which classes are displayed in which content elements? For example I want to adjust the Main Top Menu Fonts. How can I identify which class to adjust in the “Quick CSS” Box?
Thanx in advance, it’s driving me crazy how much time try-and-error is costing me :(
Viewing 30 results - 99,301 through 99,330 (of 142,852 total)
