Forum Replies Created
-
AuthorPosts
-
It works! Thanks!
Made using https://kriesi.at/support/topic/embedding-external-site-in-enfold-iframe/
Please close the topic.For example, code i use now in code block element and it not working:
<script src=”http://isk.rakursib.beget.tech/timeline/jquery.timespace.js”></script>
<script>
$(function () {$(‘#timeline’).timespace({
timeType: ‘date’,
useTimeSuffix: false,
startTime: 500,
endTime: 2050,
markerIncrement: 50,
data: {
headings: [
{start: 500, end: 1750, title: ‘Эпоха 1’},
{start: 1750, end: 1917, title: ‘Эпоха 2’},
{start: 1971, title: ‘Эпоха 3’},
],
events: [
{start: 1440, end: 1700, title: ‘Событие 1’},
{start: 1517, end: 1648, title: ‘Реформы’,
description: $(‘<p>The Reformation was a turning point in the history of the world. ‘
+ ‘Martin Luther was a key player in this event as he stood up against Papal tyranny ‘
+ ‘and church apostasy.</p><p>Many other reformers followed in the steps of Luther ‘
+ ‘and followed the convictions of their hearts, even unto death.</p>’)},
{start: 1775, end: 1783, title: ‘Американская революция’, description: ‘Описание:’, callback: function () {this.container.find(‘.jqTimespaceDisplay section’).append(
‘<p>This description was brought to you by the callback function. For information on the American Revolution, ‘
+ ‘visit the Wikipedia page.</p>’
);}},
{start: 1789, title: ‘Французская революция’},
{start: 1914, end: 1918, title: ‘Первая Мировая Война’, noDetails: true},
{start: 1929, end: 1939, title: ‘Великая депрессия’,
description: ‘A period of global economic downturn. Many experienced unemployment and the basest poverty.’
},
]
},}, function () {
// Edit the navigation amount
this.navigateAmount = 500;});
});
</script>- This reply was modified 5 years, 3 months ago by sony1208.
The timeline script has the following code. I need to insert it on the page. How to make the timeline work?
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
<title>jQuery Timespace Example</title>
<link href=”css/jquery.timespace.dark.css” rel=”stylesheet”>
<style>
body {
background:#262727;
}
a {
color: #8baac0;
}
h1 {
text-align: center;
color: white;
}
#timeline, #timelineClock {
box-sizing: border-box;
padding: 10px;
width: 100%;
}
</style>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script>
<script src=”jquery.timespace.js”></script>
</head>
<body>
<h1>24-Hour Timeline</h1>
<div id=”timelineClock”></div>
<h1>Event Timeline</h1>
<div id=”timeline”></div>
<script>
$(function () {$(‘#timelineClock’).timespace({
// Set the time suffix function for displaying as ’12 A.M.’
timeSuffixFunction: s => ‘ ‘ + s[0].toUpperCase() + ‘.’ + s[1].toUpperCase() + ‘.’,
selectedEvent: -1,
data: {
headings: [
{start: 0, end: 6, title: ‘Night’},
{start: 6, end: 12, title: ‘Morning’},
{start: 12, end: 18, title: ‘Afternoon’},
{start: 18, end: 24, title: ‘Evening’},
],
events: [
{start: 6.50, title: ‘Breakfast’, description: ‘Eat a healthy breakfast.’},
{start: 8, end: 10, title: ‘Walk’, description: ‘Go for a walk.’},
{start: 14, title: ‘Lunch’, description: ‘Eat a healthy lunch.’},
{start: 14, title: ‘Call Bob’, noDetails: true},
{start: 14.75, title: ‘Confirm Appointment’, noDetails: true},
{start: 14.75, title: ‘Meeting’, description: ‘Meeting with Co-workers.’},
{start: 14.75, title: ‘Bring Supplies’},
]
},});
$(‘#timeline’).timespace({
timeType: ‘date’,
useTimeSuffix: false,
startTime: 500,
endTime: 2050,
markerIncrement: 50,
data: {
headings: [
{start: 500, end: 1750, title: ‘Dark Ages’},
{start: 1750, end: 1917, title: ‘Age of Revolution’},
{start: 1971, title: ‘Information Age’},
],
events: [
{start: 1440, end: 1700, title: ‘Gutenberg\’s Printing Press’},
{start: 1517, end: 1648, title: ‘The Reformation’,
description: $(‘<p>The Reformation was a turning point in the history of the world. ‘
+ ‘Martin Luther was a key player in this event as he stood up against Papal tyranny ‘
+ ‘and church apostasy.</p><p>Many other reformers followed in the steps of Luther ‘
+ ‘and followed the convictions of their hearts, even unto death.</p>’)},
{start: 1775, end: 1783, title: ‘American Revolution’, description: ‘Description:’, callback: function () {this.container.find(‘.jqTimespaceDisplay section’).append(
‘<p>This description was brought to you by the callback function. For information on the American Revolution, ‘
+ ‘visit the Wikipedia page.</p>’
);}},
{start: 1789, title: ‘French Revolution’},
{start: 1914, end: 1918, title: ‘World War I’, noDetails: true},
{start: 1929, end: 1939, title: ‘Great Depression’,
description: ‘A period of global economic downturn. Many experienced unemployment and the basest poverty.’
},
]
},}, function () {
// Edit the navigation amount
this.navigateAmount = 500;});
});
</script>
</body>
</html>- This reply was modified 5 years, 3 months ago by sony1208.
Thank you.
Please close the topic.Good day.
A basic theme has been activated. Now a child-theme is activated and everything is visible.Hello.
Link in “Private Content”.Hi, Victoria.
How to remove spaces from the menu on the sides when we use https://kriesi.at/documentation/enfold/example-of-logo-left-widgets-right-menu-below/#toggle-id-2 and stretch the menu to the full width of the screen??- This reply was modified 5 years, 4 months ago by sony1208.
Hi Victioria,
- This reply was modified 5 years, 4 months ago by sony1208.
It works! Thanks!
The proposed code changes the color of the menu not to red, but to pale red. It is necessary to cover the entire menu with one color.
For example https://cloud.mail.ru/public/naCk/Wa5Xcb3d6It works partially.
I also need the menu itself to be “red” in the desktop and mobile versions, and not just the background behind it.It works. Thanks
Hi Victoria.
Color can be any. The main thing is that on a specific page the background color of the menu, the color of the buttons on the page and the background color of the footer should be different (red) from the colors of the menu, buttons and basement in the rest of the site (white).Is it possible to put with the code all the links to the portfolio categories in any place on any page?
- This reply was modified 5 years, 4 months ago by sony1208.
Link to website.
All data in Private Content.
Need to make the page and subpage in the same red color style of menu, buttons and footer, different from the rest of the pages on the site.
It works. Thanks
- This reply was modified 5 years, 4 months ago by sony1208.
July 19, 2019 at 2:53 pm in reply to: Advanced Layout Builder by default when import WooCommerce products #1120218From this idea refused. We will use the basic style of WooCommerce.
Please close the topic. Thank you.July 6, 2019 at 11:03 am in reply to: Advanced Layout Builder by default when import WooCommerce products #1116231We tried both options – “use block editor” and “use WP classic editor”.
Nothing worked. When we create product a manual – Advanced Layout Builder starts.Whem products importing whith ALB code in product description (for example → [av_section min_height=”……..) in CSV-file product are created with a classic editor with ALB code in product description. And this ALB code start working only when we open created product and hit “full editor” button. Therefore, the problem is precisely how to make the WooCommerce create products automatically in ALB mode when importing products CSV-files through WP All Import.
All works. Thanks!!!
Please inform. Have you finished fixing?
I meant that the temporary login will be valid for 4 days. This deadline has expired. Login extended for another 7 days.
This reply has been marked as private.Child-theme settings:
<?phpfunction add_custom_code(){
?><?php
}
add_action(‘wp_head’, ‘add_custom_code’);function avia_remove_debug() {
remove_action(‘wp_head’,’avia_debugging_info’,1000);
}
add_action( ‘init’, ‘avia_remove_debug’);function overwrite_language_file_child_theme() {
$lang = get_stylesheet_directory().’/lang’;
return $lang;
}
add_filter(‘ava_theme_textdomain_path’, ‘overwrite_language_file_child_theme’);Demo data used to create the website https://kriesi.at/themes/enfold-freelancer/
Deactivate all plugins – problem still exists.
The basic theme without customization has the same problems as well as child-theme which is working now.For example, on a demo site https://kriesi.at/themes/enfold-2017/portfolio/masonry-portfolio-example-4-column-masonry-grid/, when you click a button “Load more”, everything works fine.
-
AuthorPosts