Forum Replies Created
-
AuthorPosts
-
Hi!
Yes, I modified the parent theme’s functions.php. Your solution is cleaner, thanks.
Best regards,
CatherineSorry, please find the proper link to the site in the private field.
Thanks,
CatherineApril 11, 2016 at 5:19 pm in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #611469Perfect! Thanks for your help.
Regards,
CatherineApril 11, 2016 at 11:48 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #611138Thanks for your help !
The last grid item of each line is now perfectly aligned to the right, but is also wider and higher than the others. Is there a way to modify this?
Regards,
CatherineGreat! Thanks for your help.
Regards,
CatherineApril 4, 2016 at 9:24 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #607456Hi,
Thanks for your reply. Please find the link below (private).
Regards,
CatherineMarch 31, 2016 at 9:56 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #605740Hi Jordan,
Thanks for your help! Is there a way to remove the right 20px margin on the last grid item of each line?
Best,
CatherineMarch 29, 2016 at 11:48 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #604385Sorry, I have another question regarding the portfolio grid.
I would like to make the right and left margins between each item wider to align images to the above text columns (link to print screen below). I tried to modify them but didn’t manage to do it. Could you please help me on this?
Many thanks,
CatherineMarch 29, 2016 at 9:28 am in reply to: Enfold portfolio grid – have it in 1 column when screen size max-width 650px #604315Thanks Vinay! It works perfectly!
Best,
CatherineMarch 24, 2016 at 11:32 am in reply to: Enfold Portfolio grid – Title and hover effect on mobile #602937Great!
Many thanks,
CatherineSorry for all my messages. The problem has been solved.
Best,
CatherineSorry, they are replaced by their ASCII html equivalents.
I meant “[” and “]”
Hi Rikard,
In addition to my former message, I noticed that when I use the Advance Layout Builder 1/1 element, [ and ] symbols are replaced by [ and ]
Cheers,
CatherineHi Rikard,
Thanks for your reply ! Sorry, my first message wasn’t detailed enough.
I’m using Mapbox.js, a JavaScript API for rendering maps and creating custom interactions (https://www.mapbox.com/help/extending-interactivity/). I have an html page which I try to add to a WordPress text block (below). I used wp_enqueue_script() to enqueue mapbox.js and mapbox.css. This works. I then added what’s in the body in a text block. The map appears in the page if the text block stands on its own but doesn’t seem to follow the layout flow. If I place the text block in a 1/1 advanced layout element, it doesn’t appear anymore.
Many thanks for your help,
Catherine<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title></title>
<script src=’https://api.tiles.mapbox.com/mapbox.js/v2.2.4/mapbox.js’></script>
<link href=’https://api.tiles.mapbox.com/mapbox.js/v2.2.4/mapbox.css’ rel=’stylesheet’ />
</head>
<body>
<div id=’map-one’ class=’map’> </div>
<script type=”text/javascript”>
L.mapbox.accessToken = ‘pk.eyJ1IjoiY2JyYW5kIiwiYSI6Ii14TXVVeU0ifQ.hXwnuoQWcIf51UtYI3gDiw’;var map = L.mapbox.map(‘map-one’, ‘cbrand.15206d8d’, {
scrollWheelZoom: false
}).setView([46.2333,6.1333], 11);var myLayer = L.mapbox.featureLayer().addTo(map);
var geojson = [
{
“type”: “Feature”,
“geometry”: {
“type”: “Point”,
“coordinates”: [6.4776350,46.3735650]
},
“properties”: {
“title”: “Thonon”,
“icon”: {
“iconUrl”: “http: (Email address hidden if logged out) “,
“iconSize”: [36, 36], // size of the icon
“iconAnchor”: [18, 18], // point of the icon which will correspond to marker’s location
“shadowSize”: [100, 100],
“popupAnchor”: [0, -25], // point from which the popup should open relative to the iconAnchor
“className”: “dot”
}
}
}
];myLayer.on(‘layeradd’, function(e) {
var marker = e.layer,
feature = marker.feature;
marker.setIcon(L.icon(feature.properties.icon));
});myLayer.setGeoJSON(geojson);
</script>
</body>
</html>Great, thanks for your help!
Catherine
Hi Yigit,
Thanks for your reply! It works well!
Is there a way I can make the excerpt appear if the blog post layout is built with Avia Layout Builder, instead of the default editor?
Best regards,
CatherineJanuary 18, 2016 at 10:52 am in reply to: Override AVIA NEWSBOX code in the class-framework-widgets.php file #567053Great! Thank you Elliott!
Regards,
Catherine -
AuthorPosts