Forum Replies Created
list of topics you have created till now.
-
-
right now with LTR mode when i click on an portfolio item it opens the item post as a full screen popup right away immediately on the current page, but if i place the code in my main.js for items to become RTL the portfolio opens with separated links as a post and i have to wait for a entire new page to load !
Okay, Thanks.
I got another error and I think this is the last one .
as AhmetSali says I look this article ( http://isotope.metafizzy.co/v1/docs/help.html#righttoleft_layouts ) and found out that I have to add this line of code to my main.js**********************************************
// modify Isotope’s absolute position method
$.Isotope.prototype._positionAbs = function( x, y ) {
return { right: x, top: y };
};// initialize Isotope
$(‘#container’).isotope({
transformsEnabled: false
// other options…
});
**********************************************
in order to get an RTL position for portfolio and blog,
I did and io got the RTL but after that, any portfolio item is loading up in a separated page like blog post not like the full-screen pop up when it was LTR.
I tried to position the code in several lines of the main.js but no matter where I place the code I’m losing the full-screen pop up on opening a portfolio item.
my last question is where is the best place to place the above code to get both RTL and full-screen popup when I click on a portfolio item.Thanks :-)
Solved, Thank you very much ;)
Thanks Serkan,
but i’m good with default form i kinda love it i just want to translate or change those text!
i’ll appreciate or if you could ask dev team to address me the texts of the default contact form.
Thanks again !
hi,
i just added the demo content and some how i dont’t see eighter video or featured image on my home page background.
i’m not seeing any where in home page edit section to add video.please tell me how to change or add video or how to disable it and add photo cause somehow i have none of them !
Hi Ahmetsali,
Thanks for your response I have removed the styled in main.js and used the snazzy plugin and it works just fine now,in contact page, the Error on contact form is not translatable trough wp translate file.
I have translated “This field is Required” and it works on comment form how can I translate it in contact page form?Isotope Article was helpful Thanks !
Hi Serkan,
this is the old map style I want the style that I’ve mentioned in a few post above!
for the blog post, I have changed the float left to right but there is a left:0 attached to any post div inline that I assumed are generating with PHP I just want to know where is that PHP file that adding the inline left:0 CSS attribute so I can change it to right:0 !
for this one line of change, I have to pay lots of money to hire anybody and I don’t have that budget!
I’ll appreciate it if you could shot me some help!
i also want to change the first post position from left to right in weblog Masonary Style.
i think i have to change something in post_class( ‘media-cell’ ); media cell style!how can i do this ?
i haven’t forgot that,
take a look please: https://ibb.co/iFjnYvi changed this :
styles: [{“featureType”:”administrative.locality”,”elementType”:”all”,”stylers”:[{“hue”:”#2c2e33″},{“saturation”:7},{“lightness”:19},{“visibility”:”on”}]},{“featureType”:”landscape”,”elementType”:”all”,”stylers”:[{“hue”:”#ffffff”},{“saturation”:-100},{“lightness”:100},{“visibility”:”simplified”}]},{“featureType”:”poi”,”elementType”:”all”,”stylers”:[{“hue”:”#ffffff”},{“saturation”:-100},{“lightness”:100},{“visibility”:”off”}]},{“featureType”:”road”,”elementType”:”geometry”,”stylers”:[{“hue”:”#bbc0c4″},{“saturation”:-93},{“lightness”:31},{“visibility”:”simplified”}]},{“featureType”:”road”,”elementType”:”labels”,”stylers”:[{“hue”:”#bbc0c4″},{“saturation”:-93},{“lightness”:31},{“visibility”:”on”}]},{“featureType”:”road.arterial”,”elementType”:”labels”,”stylers”:[{“hue”:”#bbc0c4″},{“saturation”:-93},{“lightness”:-2},{“visibility”:”simplified”}]},{“featureType”:”road.local”,”elementType”:”geometry”,”stylers”:[{“hue”:”#e9ebed”},{“saturation”:-90},{“lightness”:-8},{“visibility”:”simplified”}]},{“featureType”:”transit”,”elementType”:”all”,”stylers”:[{“hue”:”#e9ebed”},{“saturation”:10},{“lightness”:69},{“visibility”:”on”}]},{“featureType”:”water”,”elementType”:”all”,”stylers”:[{“hue”:”#e9ebed”},{“saturation”:-78},{“lightness”:67},{“visibility”:”simplified”}]}]
};to this :
styles: [{“featureType”:”landscape.man_made”,”elementType”:”geometry”,”stylers”:[{“color”:”#f7f1df”}]},{“featureType”:”landscape.natural”,”elementType”:”geometry”,”stylers”:[{“color”:”#d0e3b4″}]},{“featureType”:”landscape.natural.terrain”,”elementType”:”geometry”,”stylers”:[{“visibility”:”off”}]},{“featureType”:”poi”,”elementType”:”labels”,”stylers”:[{“visibility”:”off”}]},{“featureType”:”poi.business”,”elementType”:”all”,”stylers”:[{“visibility”:”off”}]},{“featureType”:”poi.medical”,”elementType”:”geometry”,”stylers”:[{“color”:”#fbd3da”}]},{“featureType”:”poi.park”,”elementType”:”geometry”,”stylers”:[{“color”:”#bde6ab”}]},{“featureType”:”road”,”elementType”:”all”,”stylers”:[{“color”:”#ffffff”}]},{“featureType”:”road”,”elementType”:”geometry.stroke”,”stylers”:[{“visibility”:”off”},{“color”:”#e4dddd”}]},{“featureType”:”road”,”elementType”:”labels”,”stylers”:[{“visibility”:”off”}]},{“featureType”:”road.highway”,”elementType”:”geometry.fill”,”stylers”:[{“color”:”#ffe15f”}]},{“featureType”:”road.highway”,”elementType”:”geometry.stroke”,”stylers”:[{“color”:”#efd151″}]},{“featureType”:”road.arterial”,”elementType”:”all”,”stylers”:[{“visibility”:”on”},{“color”:”#f9e178″},{“weight”:”2″}]},{“featureType”:”road.arterial”,”elementType”:”geometry.fill”,”stylers”:[{“color”:”#ffffff”}]},{“featureType”:”road.arterial”,”elementType”:”labels.text”,”stylers”:[{“visibility”:”simplified”},{“color”:”#bf9f3c”}]},{“featureType”:”road.local”,”elementType”:”all”,”stylers”:[{“color”:”#ffffff”}]},{“featureType”:”road.local”,”elementType”:”geometry.fill”,”stylers”:[{“color”:”black”}]},{“featureType”:”road.local”,”elementType”:”geometry.stroke”,”stylers”:[{“color”:”#e4dddd”},{“visibility”:”on”}]},{“featureType”:”transit.station.airport”,”elementType”:”geometry.fill”,”stylers”:[{“color”:”#cfb2db”}]},{“featureType”:”water”,”elementType”:”geometry”,”stylers”:[{“color”:”#a2daf2″}]}]
but nothing happens !