Forum Replies Created
-
AuthorPosts
-
October 6, 2016 at 2:45 pm in reply to: one page site with event calendar – the 'home' tab is marked #696049
in addition to my previous ticket – all the menu tab are not clickable when in inner page.
Thanks Yigit,
I have added the code, and some of the data still not in place
see the image attached
https://drive.google.com/file/d/0B-a0aMNNBA-GSVNzamM1ZUhmVjQ/view?usp=sharingHi,
I meant to make a gap between the word ‘date’ to the date data
see as follow (before moving to the right)
https://drive.google.com/file/d/0B-a0aMNNBA-GUThqTC1mQ1NpRXM/view?usp=sharingisn’t it possible?
Thanks
TalAlmost.. is it possible to seperat the info text from the sub titles, see the image attached
https://drive.google.com/file/d/0B-a0aMNNBA-GSFRQQmFYTTUzMFU/view?usp=sharing
and the Organizer and the Venue are not same padding or margin from the right.
Thanks
GREAT!!!
now that I can see the text… is it possible to align all text to the right, it will be all in Hebrew.Thanks a lot!
TalHi Yigit,
this is a screen shot with my request
https://drive.google.com/file/d/0B-a0aMNNBA-GS1pucDZmamxENDg/view?usp=sharingneed to change the color to transparent
Thanks
Talsorry, changed to
trying to change into
.single-tribe_events .tribe-events-event-meta {
background-color: transparent important!;
color: #f9f9f9;
}nothing changed!
please view this page: http://muvix.co.il/event/fantastic/
Still not working
I have found this css
.single-tribe_events .tribe-events-event-meta {
background-color: #05aadd;
color: #f9f9f9;
}trying to change into
.single-tribe_events .tribe-events-event-meta {
background-color: #05aadd;
color: #f9f9f9;
}but still nothing has changed…
really need your help with it.
Thanks
TalThanks! found it, but… it apply for one second and disappear.
Great, thanks!
Thanks Josue, it moves the large image to the right
I have added the following to move the title as well..av-magazine-hero-left .av-magazine-top-bar {
margin-bottom: 0px;
float: right;
}
.av-magazine-hero-top .av-magazine-top-bar {
margin-bottom: 0px;
border: none;
float: right;
}Great support!
TalHi Yigit,
it does not change any thing…
thanks
TalHi Ismael
what do you suggest size for the mobile background image?Hi Andy,
I have tried your code again, but on small screens, the right side of the image disappear…
Hi Andy and Vinnie
I have place this in the custom css first, did not work…
@media only screen and (max-width: 767px)
#footer {
padding-bottom: 0px !important;
}
.footer_color {
background-position: -800px 0px !important;
}}}than tried this:
.footer_color {
background: #ffffff url(//www.travelway.co.il/wp-content/uploads/2016/03/footer1902-280.png) bottom right no-repeat cover;
}
without success…appreciate your help :) awaiting for results
Hi Andy,
I have place this in the custom css
@media only screen and (max-width: 767px)
#footer {
padding-bottom: 0px !important;
}
.footer_color {
background-position: -800px 0px !important;
}}}without success…
Hi Ismael,
Done what you’ve suggested and it works!
Thanks,
TalMarch 21, 2016 at 5:35 pm in reply to: conflict between theme and woocommerce order barcode plugin #601397YIGIT YOU ARE THE BEST!!!
THANK YOU!
Hi Basilis,
I also tried to insert the following code to the child-theme function.php file, but it changed the entire order of the page, it brought up the lower parts of the page.
this is the code, suggested by Josue:
function rtl_columns_fix(){
?>
<script>
(function($){var resizeTimeout, sortedReverse = false;
$(window).resize(function () {
if (resizeTimeout) {
window.clearTimeout(resizeTimeout);
}
resizeTimeout = window.setTimeout(function () {
var windowWidth = window.innerWidth;
if ((windowWidth < 767 && !sortedReverse) || (windowWidth >= 767 && sortedReverse)) {var rtlContainer = $(‘.entry-content-wrapper’);
rtlContainer.each(function(){
var rtlCols = $(this).children(‘.flex_column’).not(‘.av_one_full’);
$(this).append(rtlCols.get().reverse());
});sortedReverse = !sortedReverse;
}
}, 100);
}).trigger(“resize”);})(jQuery);
</script>
<?php
}
if(is_rtl()) {
add_action(‘wp_footer’, ‘rtl_columns_fix’);
}March 21, 2016 at 9:05 am in reply to: conflict between theme and woocommerce order barcode plugin #601117I have upgraded to Enfold 3.5 before applying this issue.
Hi Basilis,
I have added the suggested CSS but still the left column appears first.
please see it here
http://www.travelway.co.il/golan-heights/Thanks
TalHi Rikard,
cannot make a one image in photoshop, because the sky should be 100% wide and the blue image behind the menu should shrink according to the screen (mobile etc.,)
Thanks
TalHi Rikard,
I have tried it but could not add both images as background,
GREAT!!! thanks a lot.
the one above the main menu
now it appears in red
Thanks!
another small issue – I want to change the red color to
#menu-item-3322>a>.avia-menu-text { color: #254c90; }again, does not work.
Hi Eliott,
I have tested it again and now it works.
thanks
Tal -
AuthorPosts